X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=fdc371bef7ed6f7f6e90184ee80252633cccc779;hb=e4040d5c109eedf9316190a415fe7bc90c0e30dc;hp=a7fd73357662ed2e9aeeee8435d15b12ed15e95b;hpb=e97a5d7afe24d326bae906fe1637e2f0cfd09065;p=grml-live.git diff --git a/debian/changelog b/debian/changelog index a7fd733..fdc371b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,24 @@ +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 + + -- Michael Prokop Tue, 24 Feb 2009 00:12:01 +0100 + 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). + * 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* @@ -40,8 +54,24 @@ grml-live (0.9.9) unstable; urgency=low * 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] - - -- Michael Prokop Sat, 21 Feb 2009 15:20:44 +0100 + * 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