X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fchangelog;h=22f6b9813dee9dee4749f8871c1257c42ef385e3;hp=2108cc0669981c2ebf68c0471cd9862ae5756582;hb=48d3c03f1ccd0fc47648b755af7147944d676450;hpb=0ef13567e419e2ed045200a313d4d23ba8e13332 diff --git a/debian/changelog b/debian/changelog index 2108cc0..22f6b98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,72 @@ +grml-autoconfig (0.8.10) unstable; urgency=low + + * Update cpufrequency handling to reflect changes in current + kernel versions (like 2.6.26-grml). The cpufrequency modules + are available at $KERNEL/kernel/arch/x86/kernel/cpu/cpufreq + due to the x86/amd64 merge. + [Closes: issue505] + + -- Michael Prokop Fri, 15 Aug 2008 23:06:26 +0200 + +grml-autoconfig (0.8.9) unstable; urgency=low + + * Check for /dev/input/mice before starting GPM. + * Some small cleanups to make lintian happy. + + -- Michael Prokop Thu, 17 Jul 2008 21:04:53 +0200 + +grml-autoconfig (0.8.8) unstable; urgency=low + + * Mention job handling stuff when using debug=noscreen. + + -- Michael Prokop Mon, 09 Jun 2008 17:11:58 +0200 + +grml-autoconfig (0.8.7) unstable; urgency=low + + * config_mypath(): fix mkdir usage and write directories just once + to /etc/grml/my_path. + + -- Michael Prokop Tue, 20 May 2008 01:01:37 +0200 + +grml-autoconfig (0.8.6) unstable; urgency=low + + * config_syslog(): support other syslog daemons than syslog-ng as well. + * config_mypath(): create directory if it does not exist yet. + + -- Michael Prokop Sat, 17 May 2008 22:06:05 +0200 + +grml-autoconfig (0.8.5) unstable; urgency=low + + * config_mypath(): allow setting additional $PATH via bootoption + mypath, usage example: "mypath=/forensic" + + -- Michael Prokop Sat, 22 Mar 2008 00:42:34 +0100 + +grml-autoconfig (0.8.4) unstable; urgency=low + + * Make sure we support old directory layout (/cdrom) as + well as the new one (/live/image) for specific bootoptions. + Thanks to Jon for reporting the bug. [Testing: issue414] + + -- Michael Prokop Mon, 18 Feb 2008 13:31:11 +0100 + +grml-autoconfig (0.8.3) unstable; urgency=low + + * config_log(): log as well if bootoption debug is present + * config_debug(): support bootoption debug=noscreen to be able to + run a non-screen session + + -- Michael Prokop Sun, 20 Jan 2008 19:52:14 +0100 + +grml-autoconfig (0.8.2) unstable; urgency=low + + * grml-autoconfig scripts: if an "auto" configured device can be found in + /etc/network/interfaces (except for the loopback device) then suggest + setting CONFIG_DHCP=no by default. Thanks for feedback, Bernd Haug! + [Closes: issue324] + + -- Michael Prokop Sat, 19 Jan 2008 23:03:18 +0100 + grml-autoconfig (0.8.1) unstable; urgency=low * Support multiple modules in bootoption blacklist.