X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fchangelog;h=b90d2a0ea2dbcfbabcb34c432238e5e2ec57c13c;hb=287051ff15ee16989ed9ab38b8a73e0c98504a7a;hp=b7b3a5b6f3c9733c0164105c79c2f215785ac65d;hpb=51fe1eadb286e606342a2f79ee046b73a247324f;p=grml-autoconfig.git diff --git a/debian/changelog b/debian/changelog index b7b3a5b..b90d2a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +grml-autoconfig (0.7.28) unstable; urgency=low + + * Drop the 'consolechars --tty=/dev/tty${vc} -d' stuff from + config_language, otherwise we will find ourself at tty5 under + certain circumstances. + + -- Michael Prokop Thu, 15 Nov 2007 11:46:15 +0100 + +grml-autoconfig (0.7.27) unstable; urgency=low + + * Ignore /dev/.static/dev for /etc/mtab in live-mode. + + -- Michael Prokop Sat, 03 Nov 2007 17:22:19 +0100 + +grml-autoconfig (0.7.26) unstable; urgency=low + + * Replace check for /var/run/acpid.socket with grepping + for a running acpid process because the socket file isn't + present reliable. + + -- Michael Prokop Sat, 27 Oct 2007 19:04:05 +0200 + +grml-autoconfig (0.7.25) unstable; urgency=low + + * Move syslog startup to the begin of grml-autoconfig so we make + sure for example acpid is more quiet. [Testing: issue307] + + -- Michael Prokop Sat, 6 Oct 2007 19:34:05 +0200 + grml-autoconfig (0.7.24) unstable; urgency=low * Adjust look'n'feel of testcd and improve error handling as well.