X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fchangelog;h=2ef2492eae0dd3e7ba0125fca28bf27736b62ace;hp=0de4240e11131d13925bb9e76d410365746bf9da;hb=494796bf66064d463792258eb990ff4f0b89a8f8;hpb=cb028f47064411d908666b4211559febfeda1caa diff --git a/debian/changelog b/debian/changelog index 0de4240..2ef2492 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,67 @@ +grml-autoconfig (0.6.24) unstable; urgency=low + + * config_vmware(): fix small syntax error. + * config_cpu(): support x86 in cpufreq detection + + -- Michael Prokop Sun, 25 Mar 2007 13:25:15 +0200 + +grml-autoconfig (0.6.23) unstable; urgency=low + + * Added config_qemu() which currently does nothing else than + copying /etc/X11/xorg.conf.example to /etc/X11/xorg.conf. + + -- Michael Prokop Sun, 25 Mar 2007 12:45:41 +0200 + +grml-autoconfig (0.6.22) unstable; urgency=low + + * config_time(): check for existing /dev/rtc, display only + first line of error message if running hwclock fails. + + -- Michael Prokop Sun, 25 Mar 2007 12:32:45 +0200 + +grml-autoconfig (0.6.21) unstable; urgency=low + + * Add locales to Recommends. + + -- Michael Prokop Sun, 18 Mar 2007 00:30:24 +0100 + +grml-autoconfig (0.6.20) unstable; urgency=low + + * Add rsync to depends. + * config_language(): make sure /etc/sysconfig exists + * config_local_net(): check for entry in /etc/network/interfaces + before using ifup, fall back to ifconfig otherwise + * Change Suggests: line into Recommends: and added mdadm. + + -- Michael Prokop Sat, 17 Mar 2007 23:48:12 +0100 + +grml-autoconfig (0.6.19) unstable; urgency=low + + * Add rungetty to depends. + + -- Michael Prokop Sat, 17 Mar 2007 23:32:39 +0100 + +grml-autoconfig (0.6.18) unstable; urgency=low + + * Add gawk to depends. + + -- Michael Prokop Sat, 17 Mar 2007 23:29:33 +0100 + +grml-autoconfig (0.6.17) unstable; urgency=low + + * Remove lsb-functions stuff from debian/postrm to avoid race-conditions + when removing the package. + + -- Michael Prokop Sat, 17 Mar 2007 22:40:09 +0100 + +grml-autoconfig (0.6.16) unstable; urgency=low + + * Execute config_homedir() only if home-bootoption is set. + * Run the mount command inside config_fstab only if "$NOSWAP" + is not set. + + -- Michael Prokop Fri, 9 Mar 2007 15:08:25 +0100 + grml-autoconfig (0.6.15) unstable; urgency=low * Fix startx bootoption. (Thanks for reporting, wuehlmaus.)