X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=debian%2Fchangelog;h=8ae037e5c514c6825d21624ed2ba6da64969f969;hp=b453fb4385ec4882f9de0e1ab035033b4bdfdb05;hb=3addfe43b2dd4b7971f1c976b9fda527f25d1514;hpb=388802f14d4905d4270e1d671775c66a5e1832fc diff --git a/debian/changelog b/debian/changelog index b453fb4..8ae037e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,100 @@ +grml-live (0.9.12) UNRELEASED; urgency=low + + * GRML_FULL/GRML_FORENSIC: replace libewf with libewf1. + * Add noapic, noresume, selinux=0 and edd=off to 'failsafe' + bootoption and use maxcpus=0 instead of maxcpus=1. + + -- Michael Prokop Sat, 07 Mar 2009 01:08:25 +0100 + +grml-live (0.9.11) unstable; urgency=low + + * Remove base64 from GRML_FULL as coreutils (>= 6.0-1) provide + a base64 binary now. + * Use 'user' instead of 'users' again after discussing the issue + in issue582. + + -- Michael Prokop Sun, 01 Mar 2009 20:23:49 +0100 + +grml-live (0.9.10) unstable; urgency=low + + * buildd: + - Add workaround to get around the mkisofs volume label limit. + Otherwise with something like 'grml64-medium-daily-squeeze 20090223' + we would get: + "mkisofs: Volume ID string too long (cur. XX max. 32 chars)." + - add buildd/execute.sh to further simplify buildd/*.sh setup + - send_mail(): do not append /var/log/grml-buildd.stdout by default + - add shebang line to buildd/[execute|functions].sh to make lintian happy + * Replace placeholder %GRML_NAME_SQUASHFS% with according value in + bootsplash f5. [Closes: issue619] + * Drop dropbear from GRML_FULL. The "ssh server inside initramfs" + is just too annoying for us. [Closes: issue617] + + -- Michael Prokop Fri, 27 Feb 2009 13:11:31 +0100 + grml-live (0.9.9) unstable; urgency=low * Update to kernel 2.6.28-grml[64]. - * Drop package tspc from GRML_FULL (see #462738 and #515193) - - -- Michael Prokop Sat, 14 Feb 2009 17:26:38 +0100 + * Changes in GRML_FULL: + - drop package tspc (see #462738 and #515193) + - replace gqview with geeqie (thanks, Spida) + * Changes in GRML_MEDIUM: + - add beep (on request by gebi) + - add dstat (on request by gebi) + - add mc (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! Add support for + configuring NO_ADDONS_BSD4GRML via configuration file. + * Add informational header to /etc/grml/fai/apt/sources.list and + update docs regarding the file. + * If specified SUITE is unstable use 'sid' instead (to avoid breakages + with debootstrap). + * Support NO_ADDONS via configuration file. + * Always skip mksquashfs part when using -q option. + * Adjust configuration files on the fly only when the according lines + aren't comments. + + -- Michael Prokop Mon, 23 Feb 2009 12:43:18 +0100 grml-live (0.9.8) unstable; urgency=low