X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fchangelog;h=b7b3a5b6f3c9733c0164105c79c2f215785ac65d;hp=6af6ef676cffd0c8dd490299bcbef9102c59feea;hb=51fe1eadb286e606342a2f79ee046b73a247324f;hpb=9c5890ba9edbbdd0c6229ab2a2d68e3dbf32bc64 diff --git a/debian/changelog b/debian/changelog index 6af6ef6..b7b3a5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,100 @@ +grml-autoconfig (0.7.24) unstable; urgency=low + + * Adjust look'n'feel of testcd and improve error handling as well. + * Drop the "Not runnning unicode_start: grml-small with reduced language + support detected." check as we want to get working UTF8 setup on + grml-small/grml-medium as well. + + -- Michael Prokop Sun, 30 Sep 2007 14:13:45 +0200 + +grml-autoconfig (0.7.23) unstable; urgency=low + + * Add acpi-support to Recommends and depend on console-tools. + * Drop the logger stuff for acpid as doesn't seem to help. + + -- Michael Prokop Thu, 20 Sep 2007 17:24:13 +0200 + +grml-autoconfig (0.7.22) unstable; urgency=low + + * Check for "none /sys sysfs" instead of sysfs only. This should + fix duplicate output inside /etc/mtab. + * Send output of acpid to $DEBUG and logger. + + -- Michael Prokop Thu, 20 Sep 2007 16:05:50 +0200 + +grml-autoconfig (0.7.21) unstable; urgency=low + + * And finally get rid of the /dev/shm/resolvconf workaround again. + We have to solve it in the chroot builder. + + -- Michael Prokop Mon, 17 Sep 2007 22:11:48 +0200 + +grml-autoconfig (0.7.20) unstable; urgency=low + + * Improve check for presence of /dev/shm/resolvconf. + + -- Michael Prokop Mon, 17 Sep 2007 17:37:34 +0200 + +grml-autoconfig (0.7.19) unstable; urgency=low + + * Make sure /dev/shm/resolvconf exists. + + -- Michael Prokop Mon, 17 Sep 2007 16:39:24 +0200 + +grml-autoconfig (0.7.18) unstable; urgency=low + + * config_lvm(): support Debian etch as well + + -- Michael Prokop Mon, 17 Sep 2007 16:14:39 +0200 + +grml-autoconfig (0.7.17) unstable; urgency=low + + * Update /etc/mtab if running in live-initramfs mode. + + -- Michael Prokop Sat, 8 Sep 2007 13:07:54 +0200 + +grml-autoconfig (0.7.16) unstable; urgency=low + + * Drop support for (deprecated) bootoption 'expert'. + + -- Michael Prokop Fri, 7 Sep 2007 00:20:27 +0200 + +grml-autoconfig (0.7.15) unstable; urgency=low + + * config_language(): check for existence of /etc/sysconfig/keyboard + [Closes: issue272] + + -- Michael Prokop Wed, 5 Sep 2007 19:09:58 +0200 + +grml-autoconfig (0.7.14) unstable; urgency=low + + * Update $INSTALLED check to fix syntax error. + + -- Michael Prokop Tue, 4 Sep 2007 13:59:01 +0200 + +grml-autoconfig (0.7.13) unstable; urgency=low + + * config_testcd: adjust for use with live-initramfs. + * Adjust $INSTALLED check for use with live-initramfs. + + -- Michael Prokop Tue, 4 Sep 2007 12:37:28 +0200 + +grml-autoconfig (0.7.12) unstable; urgency=low + + * config_timezone: added some more error handling and adjust return value. + + -- Michael Prokop Thu, 02 Aug 2007 11:01:18 +0200 + +grml-autoconfig (0.7.11) unstable; urgency=low + + * Rename bootoption splash into "textsplash" (and additionally + support "tsplash" as well) so users can use graphical splash + from Debian *or* textsplash of grml. Use tty14 instead of tty7 + and switch there using chvt. + * Fix code regression of checkbootparam (use '||' instead of '-o') + + -- Michael Prokop Wed, 25 Jul 2007 19:12:56 +0200 + grml-autoconfig (0.7.10) unstable; urgency=low * Add config_ipw3945() which works around broken ipw3945 driver,