config_mixer(): Add 'no soundcard?' to aumix error message
[grml-autoconfig.git] / debian / changelog
index 8d66c43..846a7ec 100644 (file)
@@ -1,3 +1,46 @@
+grml-autoconfig (0.7.6) unstable; urgency=low
+
+  * config_lvm(): check for 'No volume groups found' as lvdisplay does
+    not provide appropriate return code for us.
+  * config_cpu(): Virtual Box supports ACPI and laptop-detect returns
+    with '0', so check for it and skip it.
+  * config_mixer(): Add 'no soundcard?' to aumix error message
+
+ -- Michael Prokop <mika@grml.org>  Wed, 11 Jul 2007 19:25:25 +0200
+
+grml-autoconfig (0.7.5) unstable; urgency=low
+
+  * Integrate /etc/init.d/loadcpufreq in config_cpu() [Closes: issue238]
+
+ -- Michael Prokop <mika@grml.org>  Wed, 04 Jul 2007 12:02:49 +0200
+
+grml-autoconfig (0.7.4) unstable; urgency=low
+
+  * support LVM (logical volumes):
+    - bootoption 'lvm' activates them
+    - no special bootoption just runs 'lvdisplay' and if something
+      can be found the user gets a hint to execute 'Start lvm2' to
+      set it up
+    - bootoption 'nolvm' completely disables the lvm code/checks
+  * support dvorak keyboard layout in iso-mode as well (using
+    bootoption 'dvorak-iso'; bootoptions 'dvorak' and 'dvorak-utf8'
+    are supported as well of course)
+
+ -- Michael Prokop <mika@grml.org>  Sun, 01 Jul 2007 20:35:30 +0200
+
+grml-autoconfig (0.7.3) unstable; urgency=low
+
+  * language-functions: support dvorak keyboard layout [Closes: issue227]
+
+ -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 22:34:00 +0200
+
+grml-autoconfig (0.7.2) unstable; urgency=low
+
+  * language-functions: improve setup for japan, add support for 'jp'
+    but still support 'ja' of course.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 28 May 2007 13:55:21 +0200
+
 grml-autoconfig (0.7.1) unstable; urgency=low
 
   * Bumbing version to 0.7, we have a new stable release!