* Display "not using swap partition" only in live-cd mode.
[grml-autoconfig.git] / debian / changelog
index 3736ff6..3ce03ed 100644 (file)
@@ -1,3 +1,100 @@
+grml-autoconfig (0.6-6) unstable; urgency=low
+
+  * Display "not using swap partition" only in live-cd mode.
+
+ -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 12:47:42 +0100
+
+grml-autoconfig (0.6-5) unstable; urgency=low
+
+  * Adjust swraid bootoption information text, thanks formorer
+    for feedback.
+
+ -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 01:36:44 +0100
+
+grml-autoconfig (0.6-4) unstable; urgency=low
+
+  * Do *not* autoassemble sw-raid arrays any more, instead:
+    - create /etc/mdadm/mdadm.conf by default, boot using
+      noswraid to disable it
+    - assemble md arrays only if bootoption swraid is used,
+      otherwise display usage information how to enable it
+    (Closes: issue35)
+
+ -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 16:41:18 +0100
+
+grml-autoconfig (0.6-3) unstable; urgency=low
+
+  * Extend 'Ignoring swap partition'-message for new default
+    behaviour (do not use swap by default anymore).
+
+ -- Michael Prokop <mika@grml.org>  Mon, 27 Nov 2006 23:45:30 +0100
+
+grml-autoconfig (0.6-2) unstable; urgency=low
+
+  * Use 'MDADM_MAILADDR__' for setting mailaddress in mdadm.conf.
+    (Closes: issue24)
+
+ -- Michael Prokop <mika@grml.org>  Mon, 27 Nov 2006 12:25:26 +0100
+
+grml-autoconfig (0.6-1) unstable; urgency=low
+
+  * Bumb version to 0.6 for new release. 
+
+ -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 19:10:31 +0100
+
+grml-autoconfig (0.5-28) unstable; urgency=low
+
+  * config_userfstab: use new CONFIG_FSTAB_USER variable from
+    /etc/grml/autoconfig
+  * adjust configuration files for CONFIG_FSTAB_USER and
+    CONFIG_FSTAB_GROUP supported by grml-rebuildfstab (>= 0.3-16).
+
+ -- Michael Prokop <mika@grml.org>  Fri, 24 Nov 2006 21:24:40 +0100
+
+grml-autoconfig (0.5-27) unstable; urgency=low
+
+  * Use LANGUAGE="en" instead of LANGUAGE="us" for lang=en*,
+    thanks for input - Dirk Deimeke!
+
+ -- Michael Prokop <mika@grml.org>  Tue, 21 Nov 2006 00:04:20 +0100
+
+grml-autoconfig (0.5-26) unstable; urgency=low
+
+  * autoconfig.functions: make sure we can access /proc/cmdline
+    when just sourcing this file too
+
+ -- Michael Prokop <mika@grml.org>  Thu, 16 Nov 2006 21:33:35 +0100
+
+grml-autoconfig (0.5-25) unstable; urgency=low
+
+  * grml-autoconfig script: deprecate CONFIG_KERNEL, CONFIG_LANGUAGE,
+    CONFIG_DMA and CONFIG_MIXER as they are not really relevant on hd
+    installations.
+  * Do not use swap by default anymore, thanks for feedback goes to
+    Wolfgang Karall!
+  * Set mailaddress when creating /etc/mdadm/mdadm.conf so mdadm's
+    initscripts do not report warnings anymore on hd-installations.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 16 Nov 2006 20:23:45 +0100
+
+grml-autoconfig (0.5-24) unstable; urgency=low
+
+  * Added support for Norsk environment, thanks to Arnt Karlsen!
+
+ -- Michael Prokop <mika@grml.org>  Tue, 14 Nov 2006 13:09:19 +0100
+
+grml-autoconfig (0.5-23) unstable; urgency=low
+
+  * The "we need a cleanup" release.
+  * Move checkbootparam "config" into myconfig function and
+    deprecate config_config therefor. (Thanks for the hint,
+    Marc Haber!)
+  * Deprecate unsued functions config_checkfs, config_remount_root,
+    config_old_myconfig and config_config.
+  * Remove unused $CONFIG_SPLASH from configuration files.
+
+ -- Michael Prokop <mika@grml.org>  Fri, 10 Nov 2006 00:34:17 +0100
+
 grml-autoconfig (0.5-22) unstable; urgency=low
 
   * config_swraid: use mkconf for generation of mdadm.conf