X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=79c8d4d1013d8d6aef9923956fedf1e63f3754bb;hb=c9f6a07c8c287d2c6b5982fd810021a8b4bbe03d;hp=94570f3d52afe1b6acbca834c46faae3ab17edf3;hpb=cfab1646f2a34b52de5fd4afaddf97f71e7fab70;p=grml-terminalserver.git diff --git a/debian/changelog b/debian/changelog index 94570f3..79c8d4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,47 @@ +grml-terminalserver (0.99.6) unstable; urgency=low + + [ Ulrich Dangel ] + * Use grml2usb to generate the boot menu. This preserves all parameters in + the menu from original cd. + + [ Michael Prokop ] + * Bump to Standards-Version 3.8.3 (no further changes). + * Update copyright file (reference git.grml.org and adjust path to GPL-2). + * Update overrides file. + * Build-Depend on debhelper >=5. + + -- Michael Prokop Mon, 26 Oct 2009 15:20:05 +0100 + +grml-terminalserver (0.99.5) unstable; urgency=low + + * Disable grub feature by default (people should use gPXE/ + Etherboot.org nowadays). + + -- Michael Prokop Sun, 25 Oct 2009 00:13:22 +0200 + +grml-terminalserver (0.99.4) unstable; urgency=low + + * Exclude udev's persistent files from initrd: Grml netboot packages + ship persistent files of udev. This doesn't break anything, but + names of network and cdrom/dvd devices might be unusual/unexpected. + Thanks to Christian Hofstaedtler for the bugreport! + [Closes: issue697] + + -- Michael Prokop Sat, 20 Jun 2009 13:27:38 +0200 + +grml-terminalserver (0.99.3) unstable; urgency=low + + * grml-terminalserver-config + - exit script if user selects 'Cancel' in grub's network boot + selection dialog. + - get rid of 'error retrieving current directory' messages + - add some additional newlines in startup messages + - some minor spelling fixes and improvements + * Bump Standard Version to 3.8.1 (no further changes). + * Bump Compat version to 5. + + -- Michael Prokop Sat, 16 May 2009 22:16:10 +0200 + grml-terminalserver (0.99.2) unstable; urgency=low * Fix usage of dirname if no files can be located. [Closes: issue575]