Fix typo in manpage
[grml-autoconfig.git] / debian / changelog
index b7b3a5b..50035dc 100644 (file)
@@ -1,3 +1,65 @@
+grml-autoconfig (0.7.32) unstable; urgency=low
+
+  * Fix typo in manpage. Thanks to eModul for reporting!
+    [Closes: issue355]
+
+ -- Michael Prokop <mika@grml.org>  Fri, 07 Dec 2007 00:16:00 +0100
+
+grml-autoconfig (0.7.31) unstable; urgency=low
+
+  * Drop unused update_progress() and no longer read in
+    /etc/sysconfig/grml.
+
+ -- Michael Prokop <mika@grml.org>  Tue, 20 Nov 2007 21:42:56 +0100
+
+grml-autoconfig (0.7.30) unstable; urgency=low
+
+  * Make sure to switch to the original tty when running
+    consolechars. There seems to be a strange race condition
+    inside consolechars.
+
+ -- Michael Prokop <mika@grml.org>  Fri, 16 Nov 2007 08:46:02 +0100
+
+grml-autoconfig (0.7.29) unstable; urgency=low
+
+  * New bootoption micvol (usage: micvol=$number) for setting mixer/
+    volume settings of microphone channel. Thanks to Ernst Ahlers
+    for the bugreport ("Rückkopplungspfeifen") and bringing up
+    the idea of setting it to '0' by default.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 15 Nov 2007 22:02:03 +0100
+
+grml-autoconfig (0.7.28) unstable; urgency=low
+
+  * Drop the 'consolechars --tty=/dev/tty${vc} -d' stuff from
+    config_language, otherwise we will find ourself at tty5 under
+    certain circumstances.
+  * Add bootoption noconsolefont to skip setting console font via
+    consolechars.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 15 Nov 2007 11:46:15 +0100
+
+grml-autoconfig (0.7.27) unstable; urgency=low
+
+  * Ignore /dev/.static/dev for /etc/mtab in live-mode.
+
+ -- Michael Prokop <mika@grml.org>  Sat, 03 Nov 2007 17:22:19 +0100
+
+grml-autoconfig (0.7.26) unstable; urgency=low
+
+  * Replace check for /var/run/acpid.socket with grepping
+    for a running acpid process because the socket file isn't
+    present reliable.
+
+ -- Michael Prokop <mika@grml.org>  Sat, 27 Oct 2007 19:04:05 +0200
+
+grml-autoconfig (0.7.25) unstable; urgency=low
+
+  * Move syslog startup to the begin of grml-autoconfig so we make
+    sure for example acpid is more quiet. [Testing: issue307]
+
+ -- Michael Prokop <mika@grml.org>  Sat,  6 Oct 2007 19:34:05 +0200
+
 grml-autoconfig (0.7.24) unstable; urgency=low
 
   * Adjust look'n'feel of testcd and improve error handling as well.