Support bootoption dhcp_iface via /linuxrc for selection of
[grml-terminalserver.git] / debian / changelog
index 5d4aa96..7a3bf35 100644 (file)
@@ -1,3 +1,47 @@
+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)