X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fchangelog;h=6e210eb83a4756077a22445b8e16e4aacf1ee266;hp=e096620247d149df4f26711ab4451973b25a04ed;hb=07ee839b3a77461c10b8313b5a8371de00748af4;hpb=411752d77a5a9f7d795653a33434c121094f6aee diff --git a/debian/changelog b/debian/changelog index e096620..6e210eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,34 @@ -grml-autoconfig (0.8.25) UNRELEASED; urgency=low +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! - * Streamline calls of bootparams-functions, single quotes everywhere. - Patch by Marc Haber, thanks! - * 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. Thanks for the patch, Marc Haber! - - -- Michael Prokop Tue, 11 Aug 2009 11:27:30 +0200 + * 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