X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fchangelog;h=17265e0f6b8f7e886368369a9c203d2289cf58f6;hp=0de4240e11131d13925bb9e76d410365746bf9da;hb=4c94aac0103471c3156be2e2cfd88b2441fdcd2d;hpb=cb028f47064411d908666b4211559febfeda1caa diff --git a/debian/changelog b/debian/changelog index 0de4240..17265e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,53 @@ +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.)