X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=debian%2Fchangelog;h=6c5937875d4e925b01dce17abcefd158c9bc3b9a;hp=75360f9089b92e5d85f4da525f65d57db9dc25a6;hb=b04d499bbcaaebb4167def16ac650ed27355fef8;hpb=bf1edfe6ca9547563868e193aa50aff90b905dd3 diff --git a/debian/changelog b/debian/changelog index 75360f9..6c59378 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +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. + [Closes: issue321] + + -- Michael Prokop Mon, 14 Jan 2008 21:34:35 +0100 + grml-autoconfig (0.8.0) unstable; urgency=low * Support /etc/X11/xorg.conf.virtualbox in config_vmware()