X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=3acd95daafdfc9949bf15f23093831fced1a3991;hb=295888a08ac807c45a142e63394300842e7fdfcb;hp=98c70ff69d720f8f65aa45df3393a0a02c532139;hpb=2638f8bf17da06144331b3db2c942c09c081d7c4;p=grml-terminalserver.git diff --git a/debian/changelog b/debian/changelog index 98c70ff..3acd95d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,253 @@ +grml-terminalserver (0.99.1) unstable; urgency=low + + * fix create-netboot to work with new initrds + + -- Michael Gebetsroither Sun, 30 Nov 2008 14:43:47 +0100 + +grml-terminalserver (0.99) unstable; urgency=low + + [ Michael Gebetsroither ] + * Fixed dependencies for grml-medium (added make and nfs-kernel-server) + + [ Michael Prokop ] + * Adjust VCS headers. + + -- Michael Prokop Sat, 29 Nov 2008 22:08:37 +0100 + +grml-terminalserver (0.98) unstable; urgency=low + + [ Michael Gebetsroither ] + * change to /bin/bash [Closes: issue182] + * updated README.Debian [Closes: issue500] + + [ Michael Prokop ] + * Bump Standard Version to 3.8.0 (no further changes). + + -- Michael Prokop Fri, 26 Sep 2008 01:35:43 +0200 + +grml-terminalserver (0.97) unstable; urgency=low + + * Fixed breakage introduced by necessary changes because of isolinux + problems. + + -- Michael Gebetsroither Fri, 21 Mar 2008 19:19:59 +0100 + +grml-terminalserver (0.96) unstable; urgency=low + + * Fixed breakage introduced by boot layout change. + + -- Michael Gebetsroither Fri, 29 Feb 2008 01:38:04 +0100 + +grml-terminalserver (0.95) unstable; urgency=low + + [ Michael Gebetsroither ] + * Boot terminalnodes with nodhcp again (thx ch for reporting). + + [ Michael Prokop ] + * Boot terminalnodes with noprompt. + * Bump Standard-Version to 3.7.3 (no further changes). + + -- Michael Prokop Fri, 25 Jan 2008 21:24:28 +0100 + +grml-terminalserver (0.94) unstable; urgency=low + + * create-netboot: fix wrong paths of tar.bz2, include version number + in the filename of the generated tar.bz2 and inform user about + filename of the generated file [Closes: issue376] + * grml-terminalserver-config: redirect stdout of update-initramfs + to /dev/null and make the code part regarding $PATH_/minirt26.gz + more readable. + + -- Michael Prokop Sun, 20 Jan 2008 12:49:06 +0100 + +grml-terminalserver (0.93) unstable; urgency=low + + [ Michael Gebetsroither ] + * grml-terminalserver-config: fix problem with unclosed ] + + [ Michael Prokop ] + * grml-terminalserver-config: move file grub.img only if it exists + + -- Michael Prokop Thu, 03 Jan 2008 13:00:46 +0100 + +grml-terminalserver (0.92) unstable; urgency=low + + [ Michael Prokop ] + * Fix detection of network devices - do not assume it is named eth*. + + [ Michael Gebetsroither ] + * Update initrd generation for use with live-initramfs. + + -- Michael Prokop Sat, 6 Oct 2007 15:44:16 +0200 + +grml-terminalserver (0.91) unstable; urgency=low + + * Readme.Debian: better howto + * make grub compile code ready for gcc-4.2 and any later version + * fix dependencies for grub 32bit compilation on amd64 + + -- Michael Gebetsroither Wed, 11 Jul 2007 13:15:46 +0200 + +grml-terminalserver (0.90) unstable; urgency=low + + * Forgot to adjust $CC in grml-terminalserver-config for new + gcc version. Fixed. + + -- Michael Prokop Thu, 12 Apr 2007 11:05:57 +0200 + +grml-terminalserver (0.89) unstable; urgency=low + + * Update for new grml-terminalserver-data package. + * Remove /usr/share/grml-terminalserver/discover-nic from + debian/overrides. + * Fixed typo in grml-terminalserver-config and removed the + not-yet support bootoption 'secure' from examples. + + -- Michael Prokop Thu, 12 Apr 2007 00:03:49 +0200 + +grml-terminalserver (0.88) unstable; urgency=low + + * Just raising package version so we get in sync with different + archs and changelog. + + -- Michael Prokop Wed, 28 Mar 2007 13:16:56 +0200 + +grml-terminalserver (0.87) unstable; urgency=low + + [ Michael Prokop ] + * Merge in linuxrc from grml64, now terminalserver using + busybox 1.4.2 (important: 1.5.0 is broken!) works again + See http://bts.grml.org/grml/issue175 for details. + + [ Michael Gebetsroither ] + * updating linuxrc with fixes for busybox (1.5.0 is hopeless broken) + + -- Michael Gebetsroither Wed, 28 Mar 2007 12:07:10 +0200 + +grml-terminalserver (0.86) unstable; urgency=low + + * Support gcc-3.4 and crosscompiling on grml64. Adjusted Depends + corresponding. + + -- Michael Prokop Tue, 27 Mar 2007 13:33:59 +0200 + +grml-terminalserver (0.85) unstable; urgency=low + + * fix for booting memtest86+ over pxelinux + + -- Michael Gebetsroither Wed, 21 Mar 2007 15:46:08 +0100 + +grml-terminalserver (0.84) unstable; urgency=low + + * linuxrc: tab cleanup + * removed iptables hacks necessary for tftpd-hpa + * changed default value for NAT_INTERFACE_ from none to "" + * introduced iptables as a seperate configurable service within + grml-terminalserver + * adding create_netboot script to examples + * added bootoption lang=us to fix utf8 issues + + -- Michael Gebetsroither Wed, 21 Mar 2007 14:10:14 +0100 + +grml-terminalserver (0.83) unstable; urgency=low + + [ Michael Prokop ] + * fix mkdir call of $TFTPD_DATA_DIR_/pxelinux.cfg + * merge linuxrc from outside of terminalserver, some + fixes and updates for current version of busybox + (using busybox-1.4.1 now) + * linuxrc: use /static/xargs instead of xargs + * linuxrc: remove obsolete "FIXME modprobe is buggy from + busybox" and adjust code corresponding + * adjust code for udhcpc from busybox + * grml-terminalserver-config: do not copy udhcpc anymore + + [ Michael Gebetsroither ] + * change from in.tftpd to atftpd [Closes: issue143] + * set max initrd size to 24000kB [Closes: issue142] + * remove libuclibc0 and discover-data from depends + * remove unnecesarry files + * change hw detection from discover to a modalias based one + * vim modline fixes in timeout.c + * fix error to not only use a running kernel + * updated todo + * fix module loading in linuxrc + * removed udhcpc + + -- Michael Gebetsroither Fri, 16 Mar 2007 11:22:00 +0100 + +grml-terminalserver (0.82) unstable; urgency=low + + * Improve handling of NAT/gateway feature, thanks - Wolfgang Karall! + + -- Michael Prokop Mon, 4 Dec 2006 12:20:21 +0100 + +grml-terminalserver (0.81) unstable; urgency=low + + * Fix iptables problem when not using the NAT/gateway feature. + + -- Michael Prokop Sun, 3 Dec 2006 23:00:24 +0100 + +grml-terminalserver (0.80) unstable; urgency=low + + * Fix typo in /linuxrc causing problems with booting via + firewire. + + -- Michael Prokop Sun, 3 Dec 2006 00:21:03 +0100 + +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 -