Fix the amixer scontrols parser in config_mixer
[grml-autoconfig.git] / debian / changelog
index f1b1b49..bf43026 100644 (file)
@@ -1,3 +1,228 @@
+grml-autoconfig (0.15.6) grml-testing; urgency=medium
+
+  * [1043bc0] Don't complain about missing amixer binary on tty
+  * [176568c] Don't warn if SecureBoot is not enabled, instead only inform
+    about current state
+  * [6abd4a1] Drop deprecated and unsupported CONFIG_WELCOME configuration
+  * [7138a24] Drop config_stats
+
+ -- Michael Prokop <mika@grml.org>  Fri, 19 May 2017 15:07:49 +0200
+
+grml-autoconfig (0.15.5) grml-testing; urgency=medium
+
+  * [910ef17] Replace dependency on console-terminus with console-setup +
+    console-setup-linux
+  * [df30782] Ensure that grml-autoconfig service is running before tty1
+    is enabled. Thanks to Darshaka Pathirana <dpat@syn-net.org>
+  * [b535b48] Do not run sysv specific serial console setup under systemd
+
+ -- Michael Prokop <mika@grml.org>  Fri, 12 May 2017 20:58:09 +0200
+
+grml-autoconfig (0.15.4) grml-testing; urgency=medium
+
+  [ Darshaka Pathirana ]
+  * [b1359ba] Fix generation of startx helper script
+
+ -- Michael Prokop <mika@grml.org>  Fri, 05 May 2017 16:58:41 +0200
+
+grml-autoconfig (0.15.3) grml-testing; urgency=medium
+
+  [ Michael Prokop ]
+  * [ce5210b] Adjust mdadm-raid + lvm2 messages and service handling for
+    usage with systemd
+
+  [ Darshaka Pathirana ]
+  * [bbf127d] Make startx boot option work with systemd
+
+ -- Michael Prokop <mika@grml.org>  Fri, 05 May 2017 10:51:10 +0200
+
+grml-autoconfig (0.15.2) grml-testing; urgency=medium
+
+  * [4dca801] Re-enable GPM service startup
+  * [8f31495] Provide information about whether Secure Boot is enabled or
+    not
+
+ -- Michael Prokop <mika@grml.org>  Thu, 20 Apr 2017 22:24:40 +0200
+
+grml-autoconfig (0.15.1) grml-testing; urgency=medium
+
+  * [2b9d1d5] No longer depend on acpid, skip acpi(d) specific stuff
+    under systemd
+  * [4e0362b] Use https for Homepage + Vcs-Browser entries
+  * [b812f4b] systemd/grml-autoconfig.service: switch to
+    WantedBy=grml-boot.target
+
+ -- Michael Prokop <mika@grml.org>  Fri, 24 Feb 2017 13:44:27 +0100
+
+grml-autoconfig (0.15.0) grml-testing; urgency=medium
+
+  * [0fb27ba] Drop deprecated features
+  * [21b7f0e] Initial systemd support
+  * [62f3f8f] /etc/default/rcS no longer exists in recent initscripts
+    versions
+  * [9dec7ad] Enable acpid.socket if we're running under systemd
+  * [348b546] Introduce service_wrapper to avoid direct /etc/init.d calls
+  * [14ce31b] Rely on /proc/1/comm to identify running systemd
+  * [e0dbcab] Source /etc/grml_nocolors with nocolor boot option
+  * [95f4501] Drop grml_nocolors + grml_colors magic, instead rely on lsb-
+    functions
+  * [25fdf7a] Bump Standards-Version to 3.9.8
+  * [f9661f9] Bump debian/compat to 9
+  * [d12fdae] Build-Depend on debhlper >= 9
+
+ -- Michael Prokop <mika@grml.org>  Fri, 13 Jan 2017 14:42:28 +0100
+
+grml-autoconfig (0.14.0) grml-testing; urgency=medium
+
+  * [03d4320] config_cpu: set ondemand governor only if available
+
+ -- Michael Prokop <mika@grml.org>  Thu, 11 Dec 2014 18:04:25 +0100
+
+grml-autoconfig (0.13.3) grml-testing; urgency=medium
+
+  * [ed9c622] Bump Standards-Version to 3.9.6
+  * [ab84b05] Support getfile.retries=... boot option. Thanks to Christian
+    Hofstaedtler for reviewing
+
+ -- Michael Prokop <mika@grml.org>  Tue, 28 Oct 2014 00:46:03 +0100
+
+grml-autoconfig (0.13.2) grml-testing; urgency=medium
+
+  * [4612d93] Code cleanup, drop config_dma + check_partitions
+    [Closes: issue1305]
+
+ -- Michael Prokop <mika@grml.org>  Sat, 19 Apr 2014 23:27:04 +0200
+
+grml-autoconfig (0.13.1) grml-testing; urgency=medium
+
+  * [332eaae] Drop checks for "forensic" boot option
+
+ -- Michael Prokop <mika@grml.org>  Wed, 02 Apr 2014 11:45:59 +0200
+
+grml-autoconfig (0.13.0) grml-testing; urgency=medium
+
+  [ Andreas "Jimmy" Gredler ]
+  * [bedd7c2] Drop .sp workaround, fix some typos in manpages and remove
+    duplicated text
+  * [11074bc] Drop code related to scripts handling on DCSDIR, breaking it
+    for GRMLCFG labeled devices
+  * [b9ded18] Added some extra information about DCS directory on a live
+    medium
+
+  [ Michael Prokop ]
+  * [ae749b5] Bump Standards-Version to 3.9.5
+  * [da0eb41] Run wrap-and-sort -a on debian directory
+
+ -- Michael Prokop <mika@grml.org>  Thu, 20 Mar 2014 16:12:28 +0100
+
+grml-autoconfig (0.12.1) grml-testing; urgency=medium
+
+  * [cf7b0ee] vbautomation takes shared folder name without prefix +
+    improve timing
+
+ -- Michael Prokop <mika@grml.org>  Tue, 25 Feb 2014 11:07:29 +0100
+
+grml-autoconfig (0.12.0) grml-testing; urgency=medium
+
+  * [6992b68] Support automatic execution of scripts on VirtualBox
+    shared folders
+
+ -- Michael Prokop <mika@grml.org>  Mon, 24 Feb 2014 15:48:06 +0100
+
+grml-autoconfig (0.11.5) grml-testing; urgency=medium
+
+  * [d38b5dc] config_debs(): fix typo (s/Tring/Trying/)
+
+ -- Michael Prokop <mika@grml.org>  Fri, 07 Feb 2014 08:58:20 +0100
+
+grml-autoconfig (0.11.4) grml-testing; urgency=medium
+
+  * [ff5bb8f] Fix keyboard entries for lang=ch
+
+ -- Michael Prokop <mika@grml.org>  Wed, 05 Feb 2014 13:10:13 +0100
+
+grml-autoconfig (0.11.3) grml-testing; urgency=medium
+
+  * [b067eaa] config_mixer: ignore "Console" devices for amixer
+
+ -- Michael Prokop <mika@grml.org>  Tue, 04 Feb 2014 13:53:08 +0100
+
+grml-autoconfig (0.11.2) grml-testing; urgency=medium
+
+  * [74288c3] Report result of scripts execution
+
+ -- Michael Prokop <mika@grml.org>  Mon, 03 Feb 2014 16:20:07 +0100
+
+grml-autoconfig (0.11.1) grml-testing; urgency=low
+
+  * [9e95af6] Generate symlink /etc/mtab pointing to /proc/mounts
+    [Closes: issue1277] Thanks to Michael Biebl for the initial hint
+
+ -- Michael Prokop <mika@grml.org>  Thu, 26 Sep 2013 21:56:21 +0200
+
+grml-autoconfig (0.11.0) grml-testing; urgency=low
+
+  * [b7fabf8] Drop all floppy related code and documentation
+  * [41dd94d] Set UTC as default time zone [Closes: issue1261]
+  * [eb16ae7] support new boot option encpasswd to provide hashed
+    password, refactor passwd/ssh code accordingly. Thanks to Peter
+    Palfrader for the idea
+
+ -- Michael Prokop <mika@grml.org>  Mon, 10 Jun 2013 16:39:41 +0200
+
+grml-autoconfig (0.10.3) grml-testing; urgency=low
+
+  * [c69610b] save-config: fix syntax error [Closes: issue1247]
+    Thanks to Falko Mach
+
+ -- Michael Prokop <mika@grml.org>  Mon, 25 Mar 2013 10:12:07 +0100
+
+grml-autoconfig (0.10.2) grml-testing; urgency=low
+
+  * [a152691] Run blkid under timeout command as well when accessing
+    floppy device. Thanks to Florian Apolloner for bugreport and testing
+
+ -- Michael Prokop <mika@grml.org>  Thu, 21 Feb 2013 11:01:55 +0100
+
+grml-autoconfig (0.10.1) grml-testing; urgency=low
+
+  * [ec19b33] Further adaptions regarding new /lib/live directory
+
+ -- Michael Prokop <mika@grml.org>  Thu, 10 Jan 2013 13:46:47 +0100
+
+grml-autoconfig (0.10.0) grml-testing; urgency=low
+
+  * [f816094] Fix displaying information about virtual environment
+  * [5b491f6] Adjust live media path for new live-boot version
+
+ -- Michael Prokop <mika@grml.org>  Thu, 10 Jan 2013 13:32:50 +0100
+
+grml-autoconfig (0.9.60) grml-testing; urgency=low
+
+  * [ad36d36] CMDLINE handling: do not use 'local' outside a function
+
+ -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2012 12:14:55 +0100
+
+grml-autoconfig (0.9.59) grml-testing; urgency=low
+
+  * [ba59a33] Drop unused aumix from Recommends
+  * [1dc85ae] config_display_ssh_fingerprints: adjust check for present
+    host keys
+  * [d34871f] Bump Standards-Version to 3.9.4
+
+ -- Michael Prokop <mika@grml.org>  Tue, 02 Oct 2012 10:00:36 +0200
+
+grml-autoconfig (0.9.58) grml-testing; urgency=low
+
+  * [12e47ae] Display SSH server key fingerprints. Thanks to Peter
+    Palfrader for the idea
+  * [7ce3406] Do not limit supported file names of scripts to run-parts
+    defaults
+  * [02c0126] Default DCSDIR to /live/image also in noautoconfig/forensic
+    mode
+
+ -- Michael Prokop <mika@grml.org>  Thu, 27 Sep 2012 10:45:00 +0200
+
 grml-autoconfig (0.9.57) grml-testing; urgency=low
 
   * [a0b548a] Fix return code handling of config_testcd() + slightly