X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fchangelog;h=e25b201eb9910148d0937be8959f99e29c62a9f9;hp=dd60be5bf7c8e17fbe85fe232565e5ec237b3ec8;hb=0726d09de9efa8d249360d5197802957354d3149;hpb=bc6656c8a62d5b89aad347ebed4c81cc14e8cbdd diff --git a/debian/changelog b/debian/changelog index dd60be5..e25b201 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +grml-autoconfig (0.8.25) UNRELEASED; urgency=low + + * config_finddcsdir(): Use the correct device for GRMLCFG. + Bugreport and path by Julian Langschädel, thanks! + * Patches by Marc Haber (thanks!): + - Streamline calls of bootparams-functions, single quotes everywhere. + - Don't print the "Debs, config, scripts will be read from the live + image directly." message if no debs, config or scripts option + was given on the command line. + - Drop $CMDLINE from grml-autoconfig; it's initialized from within + autoconfig.functions. + * Set $CMDLINE in $BOOTDEBUG part only if it's not available yet. + * Code cleanup: + - drop stringinstring(), stringinfile() and checkgrmlusb() + - rework getbootparam(), checkvalue() and checkbootparam() - now + we handle bootoptions in /proc/cmdline correctly as whole words + and support matching begin and end of line as well. + + -- Michael Prokop Tue, 11 Aug 2009 13:03:38 +0200 + grml-autoconfig (0.8.24) unstable; urgency=low * Check for space after bootoption 'fast' so we do not conflict @@ -33,8 +53,17 @@ grml-autoconfig (0.8.24) unstable; urgency=low [Testing: issue715] * Drop config_cdrom_scripts(): the bootoption "script" is triggered by bootoption "scripts" and was never officially documented. - - -- Michael Prokop Wed, 05 Aug 2009 15:30:25 +0200 + * Switch wording from 'CD' to 'live mode' where possible. + * Bump Build-Depends to debhelper >=5. + * Bump Standard-Version to 3.8.2 (no further changes). + * Use invoke-rc.d for starting network instead of invoking the + init script directly. + * Add LSB header to init script grml-autoconfig.strace. + * Add placeholder functions for start/restart/reload/stop to + grml-autoconfig.strace. + * Adjust copyright file (add reference to GPL-2, adjust year). + + -- Michael Prokop Wed, 05 Aug 2009 15:44:41 +0200 grml-autoconfig (0.8.23) unstable; urgency=low