X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fchangelog;h=ee9131c9429948f92616d1bc88e01cf819aa2a1a;hp=7b057ed6bcd838edd8e0802c87619d4cbab18754;hb=2e0338e5b686bfaaecd58d257f590042fdb09b21;hpb=2d69b1aa2d03c558e2a4445d15fdba1b5d9b7f0c diff --git a/debian/changelog b/debian/changelog index 7b057ed..ee9131c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,54 @@ +grml-autoconfig (0.9.1) unstable; urgency=low + + * Use lang=en as default (instead of lang=us). [Closes: issue760] + + -- Michael Prokop Sat, 14 Nov 2009 13:24:19 +0100 + +grml-autoconfig (0.9.0) unstable; urgency=low + + * Drop usage of $UID in scripts. + * Add note regarding configuration settings into the interactive + grml-autoconfig script. + + -- Michael Prokop Thu, 29 Oct 2009 13:50:07 +0100 + +grml-autoconfig (0.8.40) unstable; urgency=low + + [ Ulrich Dangel ] + * Load Lat15-Terminus16 font if no framebuffer is available. Thanks to + Thorsten Glaser for his hint. [Closes: issue318] + + -- Michael Prokop Sat, 24 Oct 2009 21:05:12 +0200 + +grml-autoconfig (0.8.39) unstable; urgency=low + + * Apply another patch contributed by Marc Haber (thanks!): + Set DCSMP to /mnt/grmlcfg only if a GRMLCFG fs was found. + + -- Michael Prokop Fri, 23 Oct 2009 21:41:00 +0200 + +grml-autoconfig (0.8.38) unstable; urgency=low + + * Apply patch contributed by Marc Haber (thanks!) which fixes + wrong behavior if no grml.sh is found. + + -- Michael Prokop Thu, 22 Oct 2009 14:30:15 +0200 + +grml-autoconfig (0.8.37) unstable; urgency=low + + * Apply patch contributed by Marc Haber (thanks!) which addresses the + following bug: /grml.sh and /config.tbz on a GRMLCFG file system need + to be processed without command line options. + + -- Michael Prokop Thu, 22 Oct 2009 01:38:29 +0200 + +grml-autoconfig (0.8.36) unstable; urgency=low + + * /etc/grml/pump-scripts.d/set-hostname: use busybox nslookup instead of + host(1) so the script works on grml-medium and grml-small as well. + + -- Michael Prokop Sun, 18 Oct 2009 16:43:25 +0200 + grml-autoconfig (0.8.35) unstable; urgency=low * Revert "unicode_start command: do not redirect stderr to debug file"