X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fchangelog;h=78d61a82409679301958683fb52ac37b1158389c;hp=a6ff228a2ece62222fc9cfac5cc1bed6e4e205ad;hb=d60f1a28db0335cb0b2509acea8dd2c7cce0054f;hpb=49c82aea20869a9eff2beb795c2b3505765c1808 diff --git a/debian/changelog b/debian/changelog index a6ff228..78d61a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +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 + + -- 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.