X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fchangelog;h=813a6523386bfc40477ed353abd28f7aa3362a17;hp=f63688ac425e99f39114c526fc8c3235f173a2ed;hb=037fd7068c07a73a81bb0cb11e67347ab6d5ec48;hpb=771a04d032d43e9a45ad7ac4c9c03d82ed08ba7c diff --git a/debian/changelog b/debian/changelog index f63688a..813a652 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,45 @@ +grml-autoconfig (0.9.6) unstable; urgency=low + + * Use Lat15-Terminus16 instead of lat1-16/lat10-16 to address + broken lang=pt feature. [Closes: issue691] + * Deprecate home=... bootoption and drop the mkpersistenthome + script. The home feature has too many flaws and nowadays + the persistency feature should be used instead. + [Closes: issue449] + * Bump to Standards-Version 3.8.4. + + -- Michael Prokop Fri, 26 Feb 2010 21:49:00 +0100 + +grml-autoconfig (0.9.5) unstable; urgency=low + + * Bootoption hostname: use grml-hostname to adjust configuration + files on the fly. [Closes: gf-issue33] + + -- Michael Prokop Tue, 02 Feb 2010 14:33:09 +0100 + +grml-autoconfig (0.9.4) unstable; urgency=low + + * If there's no lang=... bootoption present default to lang=en (except + for grml-small). + + -- Michael Prokop Sun, 10 Jan 2010 21:41:24 +0100 + +grml-autoconfig (0.9.3) unstable; urgency=low + + * Add support for dmraid. + + -- Michael Prokop Tue, 15 Dec 2009 17:02:29 +0100 + +grml-autoconfig (0.9.2) unstable; urgency=low + + [ Ulrich Dangel ] + * Run config_config before config_scripts. [Closes: issue776] + + [ Michael Prokop ] + * Add VNC support. Based on code by formorer, thanks! [Testing: issue781] + + -- Michael Prokop Sat, 12 Dec 2009 11:37:03 +0100 + grml-autoconfig (0.9.1) unstable; urgency=low * Use lang=en as default (instead of lang=us). [Closes: issue760]