X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=debian%2Fchangelog;h=3d2c6438110b5f45bfe1261a939cb946b5b2f2c6;hp=6d2b195ed869a4a05e2ccfc11673c275370fa6ce;hb=f76869eb1688654769e833dae472ac6eab2f5806;hpb=9246389e0b2f78cdc65ba9b3ba76b038b79d51c6 diff --git a/debian/changelog b/debian/changelog index 6d2b195..3d2c643 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,152 @@ +grml-live (0.9.9) unstable; urgency=low + + * Update to kernel 2.6.28-grml[64]. + * Changes in GRML_FULL: + - drop package tspc (see #462738 and #515193) + - replace gqview with geeqie (thanks, Spida) + * Add mc to GRML_MEDIUM (on request by Christian Kuehlborn). + * Document noautoconfig in grml-cheatcodes. Thanks to Ralf Moll! + * buildd: + - rename all etch* related scripts to lenny* + - adjust scripts to use "lenny" instead of "stable" for building + [to avoid that "etch" is used as build name but lenny is used] + - use "$NAME-daily-$SUITE" in functions.sh as build name so + identifying ISOs while running them is easier + * Support squeeze as valid suite name. + * Comment Debian/unstable in /etc/grml/fai/apt/preferences by default. + This should avoid issues with something like + 'apt-get -t experimental ...' + * Consequently drop 'Latest change' lines from all files. + * Support generation of sha1sum [Testing: issue622] + * Drop first, unnecessary APPEND line in isolinux.cfg and syslinux.cfg. + [Closes: issue492] + * Do no longer use the bootoption lang=us by default. We use it by default + in grml-autoconfig anyway and this shortens our /proc/cmdline. + * Run commands requiring network access through 'timeout 10' by default + if possible. [Closes: issue396] + * Do not use build server's hostname for /etc/mailname and + /etc/bacula/bacula-fd.conf. [Testing: issue412] + * Add "forensic" to the append line when using the forensic kerneloption + so we can grep for it in any case. + * 15-initsetup: keep a backup of the original runlevel.conf file. + Thanks to Thomas Lehmann for the idea! [Closes: issue570] + * instsoft.GRMLBASE: support installation of multiple gpg keys + via /etc/grml/fai/files/etc/apt/*.key + * isolinux.cfg/syslinux.cfg: Drop duplicated 'MENU DEFAULT'. + Thanks to Thomas Lehmann for the bugreport! + * Move /etc/grml/fai/apt/preferences to /etc/grml/fai/files/etc/apt/. + This simplifies the directory layout a bit. Clarify its usage + in /etc/grml/fai/apt/important_note.txt + * Install all files from /etc/grml/fai/files/etc/apt. This supports + usage of directories like /etc/apt/apt.conf.d. Thanks for the + hint to Thomas Lehmann. [Closes: issue632] + * Replace all "sed -i 's/././' foo" calls with + 'sed -i 's/././' foo | sponge foo' instead inside main grml-live script + so we don't destroy any existing symlinks. Depend on moreutils therefor. + [Closes: issue631] + * Integrate bsd4grml [hash: 987ce9a6f9ce205ba64794ed3fcac603]. This + provides MirBSD as bootoption 'bsd' at grml's bootprompt. Thanks to + Thorsten "mirabilos" Glaser for his work! + + -- Michael Prokop Mon, 23 Feb 2009 00:51:37 +0100 + +grml-live (0.9.8) unstable; urgency=low + + * Improve help text of the release option in usage info. + * Drop fblog from GRML_FULL (obsolete with 2.6 kernels, #427139). + * Add libcap2-bin to GRML_FULL. + * Upgrade isolinux.bin to version from syslinux-common 2:3.73+dfsg-1. + [Testing: issue569] + * Integrate /etc/grml/fai/config/scripts/GRMLBASE/18-timesetup to + improve UTC handling. Thanks for the script, Thomas Lehmann! + + -- Michael Prokop Thu, 12 Feb 2009 14:20:39 +0100 + +grml-live (0.9.7) unstable; urgency=low + + * Add packages to GRML_FULL: + - aiccu (thanks, Christian Vogel) + - genext2fs + - radvd (thanks, Christian Vogel) + - tf (thanks, Rhonda) + * Add genext2fs to GRML_MEDIUM (for use within live-snapshot). + * Support execution without touching the chroot at all using option "-B". + Thanks for the patch, Jimmy. + * Update current state section of documentation. + * Update cheatcode documentation (thanks to Moritz Augsburger). + * Drop cryopid from GRML_FULL, see #507882. + + -- Michael Prokop Fri, 12 Dec 2008 12:17:35 +0100 + +grml-live (0.9.6) unstable; urgency=low + + * Add new packages to GRML_FULL: + - cciss-vol-status (HP SmartArray RAID Volume Status Checker) + - dwdiff (front-end for the diff program that operates word by word) + - espeakup (connector between espeak and speakup) + - faketime (report faked system time to programs) + - fcoretools (Tools to advise the IO scheduler) + - latencytop (A tool for developers to visualize system latencies) + - qiv (A quick image viewer for X) + - speakup-modules-2.6.26-grml64 (support speakup on amd64 as well) + * Add irqbalance to GRML_MEDIUM. + - irqbalance (Daemon to balance interrupts for SMP systems) + - latencytop (A tool for developers to visualize system latencies) + - powertop (Linux tool to find out what is using power on a laptop) + * Remove localepurge from GRML_SMALL. + * Remove mozilla-imagezoom from GRML_FULL (the "extension installed" + * Execute dpkg-reconfigure for localepurge with noninteractive frontend. + [Closes: issue554] + * Rework locale handling. From now on /usr/share/locale gets removed + by default (though /usr/share/i18n/locales won't be touched for + now), unless using class LOCALES. Reason: We have >70MB inside + /usr/share/locale on GRML_FULL, just too much to ship by default, + message at startup sucks). + * Update grml-cheatcodes.txt. + * Provide grml's gpg key via /etc/grml/fai/files/etc/apt/grml.key + so we support offline operation as well. Based on an idea by + Thomas Lehmann, thanks! + * Generate ISO with volume label "${GRML_NAME} ${VERSION}" instead of + "grml $VERSION" so we propagate the according grml-name. Thanks to + Thomas Lehmann! + * Support -q option to build the ISO without (re-)creating the squashfs + compressed file using mksquashfs. + + -- Michael Prokop Wed, 19 Nov 2008 11:13:05 +0100 + +grml-live (0.9.5) unstable; urgency=low + + * Drop "root (cd)" from grub/menu.lst. Thanks, Tong Sun. [Closes: issue552] + * Drop xserver-xorg-video-newport from all flavours. + * Replace all unzoo package references with zoo, see #497775. + * Handle policy-rc.d in /etc/grml/fai/config/hooks/updatebase.GRMLBASE + because we have to skip FAI's updatebase task and lack /proc therefore. + New packages that are being installed and want to start any daemons + might fail, let's try to do our best to avoid that. + * Try to get rid of any hanging $CHROOT_OUTPUT/dev[/pts] mountpoints. + * Drop clamav-getfiles from GRML_FULL. + * Update debian/control: + - move from XS-Vcs-* to Vcs-* + - use Build-Depends-Indep + + -- Michael Prokop Sat, 25 Oct 2008 12:18:37 +0200 + grml-live (0.9.4) unstable; urgency=low - * Update docs. + * Update docs (some minor fixes, migration from hg to git,..) * Use squashfs-lzma-tools instead of squashfs-tools: Depend on squashfs-lzma-tools - but allow usage of squashfs-tools as well). - * Drop lzma-modules-2.6.26-grml[64] and - squashfs-modules-2.6.26-grml[64] as we have it - in-tree of kernel 2.6.26-grml[64]. * Activate grml-testing repository for devel releases and daily snapshots. [Testing: issue531] + * All flavours: + - drop lzma-modules-2.6.26-grml[64] and + squashfs-modules-2.6.26-grml[64] as we have it + in-tree of kernel 2.6.26-grml[64]. * GRML_FULL: - add ipset + - drop wodim and genisoimage as we have a fully functional + cdrtools suite in grml * GRML_MEDIUM: - replace rt73-module-2.6.26-grml with rt73-modules-2.6.26-grml. * GRML_SMALL: @@ -21,10 +157,14 @@ grml-live (0.9.4) unstable; urgency=low - remove nvi (see #490361) - remove ppoeconf (just too big with its dependencies) - remove prism54-firmware (for saving disk space) - * Support environment variable $NO_ADDONS to avoid usage of + * Support environment variable NO_ADDONS to avoid usage of addons directory. + * Initial support for SQUASHFS_EXCLUDES_FILE. + * Do not include vmlinuz and initrd when building grml-small. + * We switched from Mercurial to Git - replaced all hg-URLs + with git.grml.org - -- Michael Prokop Mon, 29 Sep 2008 13:29:18 +0200 + -- Michael Prokop Wed, 01 Oct 2008 21:34:43 +0200 grml-live (0.9.3) unstable; urgency=low @@ -85,7 +225,6 @@ grml-live (0.9.0) unstable; urgency=low just set -no-progress in $SQUASHFS_OPTIONS instead. * Use linux-kernel-headers-grml in grml-medium. * Use vim.basic as alternative setting for 'vi'. - * -- Michael Prokop Mon, 01 Sep 2008 15:17:39 +0200 @@ -305,7 +444,7 @@ grml-live (0.0.13) unstable; urgency=low acpi-support, aumix, alsa-utils, dctrl-tools, debconf-utils, grml-debian-keyring, grml-debugtools, grml-files, grml-hwinfo, grml-laptop, grml-mercurial-utils, grml-pylib, grml-sectools, grml-templates, - grml-terminalserver, htop, iptstate, locales, multitail, postfix, powernowd, + grml-terminalserver, htop, iptstate, locales, multitail, postfix, powernowd, * Add new packages to GRML_MEDIUM: - truecrypt-2.6.23-grml * Add new packages to GRML_FULL: @@ -331,7 +470,7 @@ grml-live (0.0.12) unstable; urgency=low Drop syslinux from Depends. * Mention -u option if using the option by accident and the chroot does not exist yet. - * Update buildd/cleanup.sh and add buildd/files/.logo.png, + * Update buildd/cleanup.sh and add buildd/files/.logo.png, buildd/files/.style.css, buildd/files/HEADER.html and buildd/link_latest.sh (create symlinks for latest snapshot ISOs) and provide upload_logs(). @@ -664,7 +803,7 @@ grml-live (0.0.4) unstable; urgency=low TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then. * /etc/grml/fai/config/hooks/instsoft.GRMLBASE: - - disable pipeline workaround + - disable pipeline workaround - create /dev/MAKEDEV in chroot to work around the "./MAKEDEV: No such file or directory" problem of some packages * Use /var/log/grml-live.log as log file as /var/log/fai/* is too @@ -681,7 +820,7 @@ grml-live (0.0.4) unstable; urgency=low /etc/grml/fai/config/scripts/GRMLBASE/34-hosts * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*. * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if - available). + available). * Check for presence of the initrd. * Improve adjustment of suite for $FAI_DEBOOTSTRAP. * Add /usr/share/grml-live/examples/buildd/