Release new version 0.9.46
[grml-autoconfig.git] / debian / changelog
index 5a1077c..74da4db 100644 (file)
@@ -1,3 +1,242 @@
+grml-autoconfig (0.9.46) grml-testing; urgency=low
+
+  [ Ulrich Dangel ]
+  * [55cbda4] Refactor config_testcd and support multiple md5sum files
+    [Closes: issue1114]
+  * [6c265c8] Re-add simplified support for brltty.
+  * [3ed0d23] Remove mkdir /mnt/{floppy,cdrom,test} from grml-autoconfig
+
+ -- Michael Prokop <mika@grml.org>  Tue, 03 Jan 2012 16:03:07 +0100
+
+grml-autoconfig (0.9.45) grml-testing; urgency=low
+
+  [ Ulrich Dangel ]
+  * [8522247] Don't enable mixer controls containing mic in their name.
+  * [0fb1256] Remove subshells in config_mixer for the tests.
+
+ -- Michael Prokop <mika@grml.org>  Fri, 23 Dec 2011 02:11:05 +0100
+
+grml-autoconfig (0.9.44) grml-testing; urgency=low
+
+  [ Ulrich Dangel ]
+  * [f2fca92] Rework mixer control. Try to unmute and set all devices to specified volume.
+
+ -- Christian Hofstaedtler <ch@grml.org>  Thu, 22 Dec 2011 16:18:00 +0100
+
+grml-autoconfig (0.9.43) grml-testing; urgency=low
+
+  [ Ulrich Dangel ]
+  * [f7359bd] Automatically try to mount configfs
+
+ -- Christian Hofstaedtler <ch@grml.org>  Wed, 21 Dec 2011 22:38:54 +0100
+
+grml-autoconfig (0.9.42) grml-testing; urgency=low
+
+  [ Ulrich Dangel ]
+  * [cd25e78] Unmute mixer controls before setting volume
+  * [97400bd] Try to set Front mixer control.
+
+ -- Michael Prokop <mika@grml.org>  Tue, 20 Dec 2011 20:04:35 +0100
+
+grml-autoconfig (0.9.41) grml-testing; urgency=low
+
+  * [cb13eea] save-config: include findchanged. Thanks to Charles Hewson
+    for the bugreport. [Closes: issue1102]
+
+ -- Michael Prokop <mika@grml.org>  Wed, 14 Dec 2011 12:42:21 +0100
+
+grml-autoconfig (0.9.40) grml-testing; urgency=low
+
+  [ Ulrich Dangel ]
+  * [4543759] Split patterns for grep in config_stats.
+
+  [ Christian Hofstaedtler ]
+  * [b5300e2] Don't load cpufreq_ondemand if it's built-in
+
+ -- Michael Prokop <mika@grml.org>  Sun, 11 Dec 2011 21:24:03 +0100
+
+grml-autoconfig (0.9.39) grml-testing; urgency=low
+
+  [ Ulrich Dangel ]
+  * Replace bootparameter values with x instead of VALUE
+
+ -- Christian Hofstaedtler <ch@grml.org>  Fri, 09 Dec 2011 20:52:45 +0100
+
+grml-autoconfig (0.9.38) grml-testing; urgency=low
+
+  [ Ulrich Dangel ]
+  * [28c2a31] Don't use a window manager if none is specified.
+  * [5f0d881] Fix typo in config_stats
+
+ -- Michael Prokop <mika@grml.org>  Thu, 08 Dec 2011 21:17:34 +0100
+
+grml-autoconfig (0.9.37) grml-testing; urgency=low
+
+  [ Ulrich Dangel ]
+  * [df29c9f] Collect statistic information about this boot
+  * [7016c73] Run config_debnet before config_net{script,config}
+  * [29e7a54] Remove local_net as it is done by ifupdown nowadays
+
+  [ Christian Hofstaedtler ]
+  * [cd68869] Actually use $TIMEOUT for fw timeout
+
+ -- Christian Hofstaedtler <ch@grml.org>  Tue, 06 Dec 2011 22:40:11 +0100
+
+grml-autoconfig (0.9.36) unstable; urgency=low
+
+  * [aea0368] Add beep to Depends
+
+ -- Michael Prokop <mika@grml.org>  Sun, 27 Nov 2011 23:15:38 +0100
+
+grml-autoconfig (0.9.35) unstable; urgency=low
+
+  * [a28c2ea] Drop grml-autoconfig dependency
+  * [dcf0098] Drop version from udev dependency
+  * [6469c35] Drop rungetty dependency
+
+ -- Christian Hofstaedtler <ch@grml.org>  Sun, 27 Nov 2011 17:23:35 +0100
+
+grml-autoconfig (0.9.34) unstable; urgency=low
+
+  [ Christian Hofstaedtler ]
+  * [8c86cea] Add debian/control headers Origin, Bugs
+  * [b663511] Move bootlocal.*, haltlocal.* to grml-live
+  * [1de4d8f] Fix typo in docs
+  * [1b589c0] Remove unmaintained accessibility support
+  * [4e88b7a] Remove spurious laptop-detect dependency
+  * [65fdd00] Remove obsolete acpid/dbus dependency check
+  * [2144a3a] Update ACPI progress strings
+  * [84fb68b] Remove forceagp support
+  * [c0391de] Remove APM support
+  * [a5945ac] Remove grml2hd support
+  * [74180ee] ACPI: re-add check for kernel support
+  * [282d568] Remove 915resolution support
+  * [b9c9186] Load md_mod if /proc/mdstat isn't there
+  * [d694c20] Remove bootsplash
+  * [62d727b] Fixup acpid already running check
+  * [a18ac56] Update sed expression for boot option 'fast'
+  * [d393d31] Remove long gone X11R6 from PATH
+  * [1774d86] Remove further X11R6 remnants
+  * [4acf9c9] Don't load cpufreq governor if cpufreq is unsupported
+  * [fadf5ac] Update CPU info strings
+
+  [ Michael Prokop ]
+  * [3b169f7] Replace references to zsh-login with run-welcome
+
+ -- Michael Prokop <mika@grml.org>  Sat, 26 Nov 2011 17:12:13 +0100
+
+grml-autoconfig (0.9.33) unstable; urgency=low
+
+  * [25a9d31] config_acpi_apm(): redirect stderr of ps to debug log.
+
+ -- Michael Prokop <mika@grml.org>  Fri, 22 Jul 2011 22:30:01 +0200
+
+grml-autoconfig (0.9.32) unstable; urgency=low
+
+  * [a4ecc32] Automatically set up shared folder environment
+    if running in VirtualBox environment.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 11 Jul 2011 19:25:29 +0200
+
+grml-autoconfig (0.9.31) unstable; urgency=low
+
+  * [5a37523] Support running scripts in bootoption "services"
+    in foreground if they contain the string DO_NO_RUN_IN_BACKGROUND.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 07 Jul 2011 01:02:17 +0200
+
+grml-autoconfig (0.9.30) unstable; urgency=low
+
+  The "spring^Wsummer cleanup" release.
+
+  [ Ulrich Dangel ]
+  * [0a7ee77] Run config_services after config_netconfig
+    and config_netscript.
+
+  [ Michael Prokop ]
+  * [b4e2826] Drop deprecated config_cdrom_perm().
+  * [0153caf] Drop non-existing CONFIG_CREATE_MNT_DIRS
+    configuration option.
+  * [336d22f] Drop deprecated config_discover().
+  * [660eb87] Drop deprecated config_firewire_dev().
+  * [b15ea38] Drop deprecated config_hotplug_agent(),
+    config_hotplug_blacklist() and config_hotplug().
+  * [9af1e4e] Drop deprecated config_pcmcia().
+  * [bedf2f6] Drop deprecated config_hwinfo().
+  * [e855fb6] Drop disabled config_automounter().
+  * [d9ef93f] Drop hotplug[-light] as alternative from depends.
+  * [30df2f0] Replace (optional) dependency on syslog-ng
+    with rsyslog.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 07 Jul 2011 00:49:38 +0200
+
+grml-autoconfig (0.9.29) unstable; urgency=low
+
+  [ Ulrich Dangel ]
+  * [816eea8] Update asciidoc files to use correct link syntax.
+
+ -- Christian Hofstaedtler <ch@grml.org>  Sun, 29 May 2011 14:34:13 +0200
+
+grml-autoconfig (0.9.28) unstable; urgency=low
+
+  [ Ulrich Dangel ]
+  * [e65b6fd] Quote $DCSMP to check if DCSMP was mounted. Thanks to K.
+    Wulff for the the bug report.
+
+  [ Michael Prokop ]
+  * [726de5e] grml-autoconfig script: shorten dialog message a bit, so
+    it better fixs on 80x25 consoles.
+  * [4f81354] Bump Standards-Version to 3.9.2.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 09 May 2011 16:57:20 +0200
+
+grml-autoconfig (0.9.27) unstable; urgency=low
+
+  [ Ulrich Dangel ]
+  * [ce2da01] Remove config_setkeycodes. Should be handled nowadays in
+    the kernel anyways.
+
+  [ Martin Scharm ]
+  * [6b32452] add autoconfig parameter to change GRMLCFG label
+    [Closes: issue673]
+
+ -- Michael Prokop <mika@grml.org>  Sat, 12 Mar 2011 13:40:14 +0100
+
+grml-autoconfig (0.9.26) unstable; urgency=low
+
+  [ Ulrich Dangel ]
+  * [0f70879] Don't run rebuildfstab, it's triggered by udev nowadays.
+
+ -- Michael Prokop <mika@grml.org>  Wed, 29 Dec 2010 11:52:24 +0100
+
+grml-autoconfig (0.9.25) unstable; urgency=low
+
+  [ Ulrich Dangel ]
+  * [dddfae0] Install all packages in debs directory if debs boot
+    parameter is specified.
+
+  [ Michael Prokop ]
+  * [a838c3b] Additional check for boot option debian2hd in
+    config_debootstrap().
+  * [c13a5d8] config_debs(): use *.deb instead of full wildcard as
+    default for $DEBS.
+
+ -- Michael Prokop <mika@grml.org>  Wed, 29 Dec 2010 01:19:17 +0100
+
+grml-autoconfig (0.9.24) unstable; urgency=low
+
+  [ Christian Hofstaedtler ]
+  * [f95a8d0 + 27f8438] Fix sound volume init with multiple cards /
+    duplicate control names.
+
+  [ Michael Prokop ]
+  * [7d61530] Check for "grml2hd" as valid bootoption for
+    config_grml2hd() as well.
+  * [1e32461] Drop pump from Depends now that we support dhclient. -
+    thanks to Christian Hofstaedtler <ch@grml.org>
+
+ -- Michael Prokop <mika@grml.org>  Tue, 28 Dec 2010 23:30:02 +0100
+
 grml-autoconfig (0.9.23) unstable; urgency=low
 
   * [124715e] debian/rules: drop broken dhcp expansion from