Change forensic bootoption handling, as we add 'forensic' to the kernel append line
[grml-autoconfig.git] / debian / changelog
index 5cf2e8b..4782941 100644 (file)
@@ -1,3 +1,71 @@
+grml-autoconfig (0.8.18) unstable; urgency=low
+
+  * Change forensic bootoption handling, as we add 'forensic' to
+    the kernel append line as well.
+
+ -- Michael Prokop <mika@grml.org>  Fri, 20 Feb 2009 18:24:36 +0100
+
+grml-autoconfig (0.8.17) unstable; urgency=low
+
+  [ Michael Prokop ]
+  * Some updates in config_time(), *many* thanks to Thomas Lehmann:
+    - improve localtime / utc / gmt handling
+    - use UTC="--localtime" by default
+    - evaluate tz bootoption in this function as well
+    - execute hwclock even if /dev/rtc isn't available, just display
+      warning regarding the lack of /dev/rtc
+  [ Ulrich Dangel ]
+  * Refactored config unpacking config parameter will now be honored,
+    e.g. config=foo.tbz myconfig=/dev/sda1 is now possible.
+  * Get always the right boot parameter via /proc/cmdline.
+    [Testing: issue520]
+
+ -- Michael Prokop <mika@grml.org>  Thu, 12 Feb 2009 19:37:15 +0100
+
+grml-autoconfig (0.8.16) unstable; urgency=low
+
+  * Support tohd=... bootoption.
+
+ -- Michael Prokop <mika@grml.org>  Sat, 15 Nov 2008 13:20:22 +0100
+
+grml-autoconfig (0.8.15) unstable; urgency=low
+
+  * Use us instead of en-utf8 as default locale (this is what we
+    are using as bootparam by default as well).
+  * Support C/POSIX locales within language setup.
+  * Use POSIX locales on grml-small.
+  * Adjust VCS headers (we use git nowadays).
+
+ -- Michael Prokop <mika@grml.org>  Mon, 03 Nov 2008 01:29:36 +0100
+
+grml-autoconfig (0.8.14) unstable; urgency=low
+
+  * Rework config_swspeak once more, move most parts of the logic
+    into an external script named 'swspeak' which will be shipped
+    with grml-scripts.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 06 Oct 2008 00:05:51 +0200
+
+grml-autoconfig (0.8.13) unstable; urgency=low
+
+  * Use random password if bootoption 'ssh' doesn't have an option.
+    Thanks to Michael Holzt and Marc Haber!
+  * Update swedish language settings, thanks again to Martin Karresand.
+  * Rework config_swspeak to support new speakup modules layout, needs
+    heavy testing though.
+  * Add config_hwspeak for supporting hardware speakup from userspace,
+    needs heavy testing as well.
+  * Use flite commands through a wrapper function.
+
+ -- Michael Prokop <mika@grml.org>  Sat, 27 Sep 2008 17:38:49 +0200
+
+grml-autoconfig (0.8.12) unstable; urgency=low
+
+  * Add support for swedish language settings. Contributed
+    by Martin Karresand, thanks!
+
+ -- Michael Prokop <mika@grml.org>  Wed, 24 Sep 2008 15:11:49 +0200
+
 grml-autoconfig (0.8.11) unstable; urgency=low
 
   * Move noautoconfig hint from floppy part to top level.