X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fchangelog;h=071b93e20d3a60badbbf063fdfe18097458e9174;hp=9e9f447dd02137ef5e70d6e03bb2714644eb7baa;hb=6abe325d632965f10310cae31eadfc852fdeaa62;hpb=01fe103a2d86658adb1b3574529c8c8828891e1d diff --git a/debian/changelog b/debian/changelog index 9e9f447..071b93e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,166 @@ +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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 + refactor code + + -- Michael Prokop Wed, 05 Sep 2012 12:42:23 +0200 + +grml-autoconfig (0.9.56) grml-testing; urgency=low + + * [ac91105] Replace 'modprobe -l' command with modinfo(8) command line. + Thanks to Evgeni Golov for the idea with modinfo + * [412906c] Provide checks for vmware-detect/imvirt/virt-what for + setting environment variables + + -- Michael Prokop Mon, 03 Sep 2012 13:50:50 +0200 + +grml-autoconfig (0.9.55) grml-testing; urgency=low + + * [b429b30] save-config: Adjust for working with current Grml versions + [Testing: issue1188] + + -- Michael Prokop Tue, 24 Jul 2012 12:45:06 +0200 + +grml-autoconfig (0.9.54) grml-testing; urgency=low + + * [e984a87] tests/test_debs.sh: verify that autoconfig.functions + can be read, otherwise fail + * [890be99] config_hostname: fix syntax error and wrong eend call + + -- Michael Prokop Mon, 02 Jul 2012 14:24:41 +0200 + +grml-autoconfig (0.9.53) grml-testing; urgency=low + + * [47ab27a] No longer execute hostname command if hostname option + is not present + * [fc58987] vim modelines: set shiftwidth to 2 + + -- Michael Prokop Thu, 28 Jun 2012 17:32:06 +0200 + grml-autoconfig (0.9.52) grml-testing; urgency=low [ Dominik Schips ]