Support bootoption dhcp_iface via /linuxrc for selection of
[grml-terminalserver.git] / debian / changelog
index 831fb36..7a3bf35 100644 (file)
@@ -1,3 +1,79 @@
+grml-terminalserver (0.76) unstable; urgency=low
+
+  * Support bootoption dhcp_iface via /linuxrc for selection of
+    network device, thanks for the patch - Wolfgang Karall!
+
+ -- Michael Prokop <mika@grml.org>  Tue, 21 Nov 2006 00:22:51 +0100
+
+grml-terminalserver (0.75) unstable; urgency=low
+
+  * Support usbhid module in /linuxrc.
+
+ -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 21:01:43 +0100
+
+grml-terminalserver (0.74) unstable; urgency=low
+
+  * Run udhcpc for earch present interface.
+  * Added statically compiled binary timeout, taken from
+    Coroner's Toolkit (TCT), built running
+    diet gcc -static -o timeout timeout.c
+
+ -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 19:20:43 +0100
+
+grml-terminalserver (0.73) unstable; urgency=low
+
+  * /linuxrc: replace tr with sed command, thanks for the fix -
+    Wolfgang Karall!
+
+ -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 13:18:52 +0100
+
+grml-terminalserver (0.72) unstable; urgency=low
+
+  Maintenance release:
+  * make package lintian clean
+  * use Architecture 'any' instead of 'all' as the package ships
+    architecture specific binaries
+  * big update of linuxrc - do not use discover anymore (broken) but
+    instead try modprobing all available network modules
+  * reject tcp/113 via iptables to speed up PXE boot
+  * added statically compiled binary udhcpc build using
+    udhcp-0.9.8cvs20050303 (current Debian/unstable source package)
+    with "LDFLAGS='-static' make"
+
+ -- Michael Prokop <mika@grml.org>  Thu, 16 Nov 2006 14:46:48 +0100
+
+grml-terminalserver (0.71) unstable; urgency=low
+
+  * compile error fixes (thanks to Spida)
+
+ -- Michael Gebetsroither <michael.geb@gmx.at>  Tue, 25 Jul 2006 01:43:42 +0200
+
+grml-terminalserver (0.70) unstable; urgency=low
+
+  * a few typo corrections 
+
+ -- Michael Gebetsroither <michael.geb@gmx.at>  Fri,  7 Apr 2006 01:54:24 +0200
+
+grml-terminalserver (0.69) unstable; urgency=low
+
+   * moved video to vga options, because vesa-tng is not there anymore
+   * added video=ofonly to video=nofb for missing vesa-tng
+
+ -- Michael Gebetsroither <michael.geb@gmx.at>  Fri,  7 Apr 2006 01:54:14 +0200
+
+grml-terminalserver (0.68) unstable; urgency=low
+
+  * fixed bug in dhcp-config template
+  * fixed bug with false NETWORK_
+  * changed configfile layout (still fully compatibel to older versions)
+  * fixed bug with not stopping portmapper (additional killall -9)
+  * implemented a "do not touch" for dhcp config (if user removes the line,
+    grml-terminalserver won't touch this configfile anymore).
+  * added config action to grml-terminalserver to update configs.
+  * implemented force option (-f) 
+
+ -- Michael Gebetsroither <michael.geb@gmx.at>  Sat, 19 Nov 2005 11:50:46 +0100
+
 grml-terminalserver (0.67) unstable; urgency=low
 
   * changed dependency to grml-shlib