X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=eaa39517b7a5fd22dc51530111d8d4f43c697380;hb=1a55d5f09ec3b8eb8222634dc41b529a89079b1a;hp=2eca2036051b90018a47ef780b2f4a0f6c01d101;hpb=58b2b0446f39c1b038b6ffa9e9fb15f1901e303f;p=grml-terminalserver.git diff --git a/debian/changelog b/debian/changelog index 2eca203..eaa3951 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,75 @@ +grml-terminalserver (0.79) unstable; urgency=low + + [mika] + * Applied patch from Wolfgang Karall which: + - improve display of iptables message + - fix the /etc/resolv.conf issue (Closes: issue21) + - support for SNAT + Thanks a lot, Wolfgang! + * Build udhcpc binary from source. + + [gebi] + * Added dietlibc-dev to build dependencies + * Slimmed down timeout.c and cleanly compile it from source + + -- Michael Prokop Sat, 2 Dec 2006 10:29:20 +0100 + +grml-terminalserver (0.78) unstable; urgency=low + + * Deactivate Multicast-DNS via iptables, thanks for suggestion - + Wolfgang Karall! Mention details about iptables commands also + when starting up grml-terminalserver. + + -- Michael Prokop Sat, 25 Nov 2006 21:49:59 +0100 + +grml-terminalserver (0.77) unstable; urgency=low + + * Avoid syntax error in dhcpd.conf if values for DNS and Gateway + are empty, thanks for the patch - Wolfgang Karall! + + -- Michael Prokop Wed, 22 Nov 2006 11:16:46 +0100 + +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 Tue, 21 Nov 2006 00:22:51 +0100 + +grml-terminalserver (0.75) unstable; urgency=low + + * Support usbhid module in /linuxrc. + + -- Michael Prokop 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 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 Fri, 17 Nov 2006 13:18:52 +0100 + grml-terminalserver (0.72) unstable; urgency=low Maintenance release: * make package lintian clean - * update linuxrc - * try to fix the "discover" bugs + * 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 - * add statically compiled udhcpc build using udhcp-0.9.8cvs20050303 - with "LDFLAGS='-static' make". + * added statically compiled binary udhcpc build using + udhcp-0.9.8cvs20050303 (current Debian/unstable source package) + with "LDFLAGS='-static' make" -- Michael Prokop Thu, 16 Nov 2006 14:46:48 +0100