X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=8d8cdb203f8feb69d974b88c987cc9a3b7e5129d;hb=73ba2ea4706132edb816e3c1b15f5b83ffeee38d;hp=e10adee461a6cad49d797cf7f181f47c30432e56;hpb=e34f777b1698b1f032ff2172bc52f2bd436782b5;p=grml-autoconfig.git diff --git a/debian/changelog b/debian/changelog index e10adee..8d8cdb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,43 @@ +grml-autoconfig (0.8.24) UNRELEASED; urgency=low + + * Check for space after bootoption 'fast' so we do not conflict + with new kernel bootoption fastboot. + * New bootoption 'nostartx': if using startx as default bootoption + the bootoption 'nostartx' disables automatic startup of X. + + -- Michael Prokop Wed, 05 Aug 2009 15:13:59 +0200 + +grml-autoconfig (0.8.23) unstable; urgency=low + + * Use /etc/modprobe.d/grml.conf as blacklist file (thanks to + Christian Hofstaedtler for the report!). + * Use 'config.tbz' as default filename if not overriden by + bootoption config. + + -- Michael Prokop Fri, 29 May 2009 10:59:55 +0200 + +grml-autoconfig (0.8.22) unstable; urgency=low + + * Fix bootoption "ssh": current versions of chpasswd don't support + option '-m' anymore (foo, this sucks!). [Testing: issue671] + * Improve ""Sorry, could not find file ..." message if there isn't + any config.tbz present. [Testing: issue670] + + -- Michael Prokop Wed, 20 May 2009 18:12:44 +0200 + +grml-autoconfig (0.8.21) unstable; urgency=low + + * Install haltlocal initscript in postinst script. + * Bump Standard Version to 3.8.1 and Compat Version to 5. + + -- Michael Prokop Mon, 18 May 2009 09:17:23 +0200 + +grml-autoconfig (0.8.20) unstable; urgency=low + + * Use "speakup_..." for speakup bootoption. Thanks to Michael Whapples! + + -- Michael Prokop Wed, 08 Apr 2009 14:36:42 +0200 + grml-autoconfig (0.8.19) unstable; urgency=low * Add support for speakup.synth=... bootoption. [Testing: issue610]