X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fchangelog;h=e8cdff699e5b81f4c8b5cbb1def953cf1c7b1bbd;hp=e5ff418cc9b27ac159c7017b9d48f9b4c511025c;hb=13ba17a19a9132f9781f37eafdc994383bcc0119;hpb=b9e2bd50c1b33dd544d0c0ddacc58376bdc3c0f3 diff --git a/debian/changelog b/debian/changelog index e5ff418..e8cdff6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,41 @@ +grml-autoconfig (0.8.27) UNRELEASED; urgency=low + + * Fix typo in grml-autoconfig(1). + + -- Michael Prokop Tue, 18 Aug 2009 02:26:05 +0200 + +grml-autoconfig (0.8.26) unstable; urgency=low + + * Fix syntax error in checkbootparam(). + + -- Michael Prokop Mon, 17 Aug 2009 09:52:59 +0200 + +grml-autoconfig (0.8.25) unstable; 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. + - Moved documentation from grml-saveconfig (now AKA grml-autoconfig.txt) + and adjusted for new DSC feature. + * 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. + * Build-Depends-Indep on asciidoc, docbook-xsl and xsltproc. + * Bump Standard Version to 3.8.3. + * Merge scripts and documention from grml-saveconfig. + * Provide separate documentation for each script. + + -- Michael Prokop Mon, 17 Aug 2009 03:19:28 +0200 + grml-autoconfig (0.8.24) unstable; urgency=low * Check for space after bootoption 'fast' so we do not conflict @@ -31,8 +69,19 @@ grml-autoconfig (0.8.24) unstable; urgency=low - If myconfig=foo is set on the command line, $dcs-dir is set to foo, even if a GRMLCFG partition is present. [Testing: issue715] - - -- Michael Prokop Wed, 05 Aug 2009 15:21:14 +0200 + * Drop config_cdrom_scripts(): the bootoption "script" is triggered + by bootoption "scripts" and was never officially documented. + * 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