X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fchangelog;h=f68c64b7c81e9ff6ebb521c2bb856dcfad50e3e6;hp=818f2e3f47f7b753d088942131fd683b0ddd7309;hb=377bb3210be7273ae7d280d804b2bdaeb2971448;hpb=1834d42adb1828e25b0e687d1ed09745d6fc22a7 diff --git a/debian/changelog b/debian/changelog index 818f2e3..f68c64b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +grml-autoconfig (0.7.5) unstable; urgency=low + + * Integrate /etc/init.d/loadcpufreq in config_cpu() [Closes: issue238] + + -- Michael Prokop Wed, 04 Jul 2007 12:02:49 +0200 + +grml-autoconfig (0.7.4) unstable; urgency=low + + * support LVM (logical volumes): + - bootoption 'lvm' activates them + - no special bootoption just runs 'lvdisplay' and if something + can be found the user gets a hint to execute 'Start lvm2' to + set it up + - bootoption 'nolvm' completely disables the lvm code/checks + * support dvorak keyboard layout in iso-mode as well (using + bootoption 'dvorak-iso'; bootoptions 'dvorak' and 'dvorak-utf8' + are supported as well of course) + + -- Michael Prokop Sun, 01 Jul 2007 20:35:30 +0200 + grml-autoconfig (0.7.3) unstable; urgency=low * language-functions: support dvorak keyboard layout [Closes: issue227]