X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=db9920a2c5d24c86900d9f37b4d0c0dc58e4718a;hb=11dcbac6983242b9107bb4619860c5b9a3c6146d;hp=52a4080bddd04b750d7edd8df570a995039c3c52;hpb=667104053aad450fb2e3cf935925845fc03d1877;p=grml-live.git diff --git a/debian/changelog b/debian/changelog index 52a4080..db9920a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,62 @@ +grml-live (0.9.23) UNRELEASED; urgency=low + + * Add backwards compability check for old sources.list layout + (we're using /etc/apt/sources.list.d now) to script + /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup + * GRML_SMALL, GRML_MEDIUM and GRML_FULL: switch from kernel + 2.6.28-grml[64] to 2.6.31-grml[64]. + * Assume 'lenny' as default SUITE instead of 'stable' as + debootstrap doesn't know how to handle 'stable'. + Thanks to Ulrich Dangel. + + -- Michael Prokop Thu, 10 Sep 2009 00:54:46 +0200 + +grml-live (0.9.22) unstable; urgency=low + + * Send 'Find FAI build logs at' message to grml-live.log as well. + * Software related changes: + - Add comgt to GRML_FULL. + - Add fatattr to GRML_FULL. + - Add libsmbios-bin to GRML_FULL (thanks to Christian Bricart). + - Add qla-tools to GRML_FULL. + - Add xmount to GRML_FULL. + - Drop edac-utils from GRML_FULL (it's in a bad shape within Debian). + - Drop deprecated firmware-ipw3945 + ipw3945d from GRML_SMALL, + GRML_MEDIUM and GRML_FULL. + - Drop lanmap (abandonned upstream, see #542376). + - Move dmidecode from GRML_SMALL, GRML_MEDIUM and GRML_FULL to GRMLBASE. + - Replace nessusclient, nessusd and nessus-plugins with + openvas-client and openvas-server in GRML_FULL. + * Do not use /etc/grml_version but instead use /etc/debian_version + as check whether the chroot exists. If grml-live execution + itself succeded but was interrupted during task_configure it should + be fine to re-run grml-live with -u/-b options. + * Fix usage of exclude option in $SQUASHFS_OPTIONS. + * Always remove temporary squashfs stderr file. + * Fix usage of /etc/runlevel.conf in 15-initsetup. + * Add wicd configuration to /etc/grml/fai/config/debconf/GRMLBASE. + * Temporarly move /etc/apt/sources.list.d/grml.list in instsoft.GRMLBASE + to /etc/apt/sources.list.d/grml.unused and restore in 33-aptsetup + again then. This should should prevent us from duplicated sources + list entries. + * New cmdline option: "-n" skips generation of the ISO file. + * Introduce support for squashfs-lzma-tools 4.0-1 and support + configuration variable SQUASHFS_BINARY. + * Modify update-initramfs call in grml-live script as the + 'update-initramfs -u -t' might fail with linux images which have been + build using kernel-package. + * templates/boot/isolinux/grml.cfg: add space char at end of lines in entries + that are meant for manual editing (so user just has to press + and edit). + * Add 'pci=nomsi' to failsafe bootoption (thanks to Marc 'HE' Brockschmidt). + * Fix grml2usb bootoption in templates/boot/isolinux/grml.cfg. + * Display "Finished execution of stage 'WINDOWS_BINARIES'" only if the + according code has been executed (and do not display if skipping). + * Completely remove /lib/modules/${KERNEL}/kernel/drivers/isdn/hisax on + grml-small as there will be unresolved symbols without hisax.ko. + + -- Michael Prokop Mon, 07 Sep 2009 15:59:47 +0200 + grml-live (0.9.21) unstable; urgency=low [ Michael Prokop ]