removed udhcpc
[grml-terminalserver.git] / debian / changelog
1 grml-terminalserver (0.83) unstable; urgency=low
2
3   [ Michael Prokop ]
4   * fix mkdir call of $TFTPD_DATA_DIR_/pxelinux.cfg
5
6   [ Michael Gebetsroither ]
7   * change from in.tftpd to atftpd [Closes: issue143]
8   * set max initrd size to 24000kB [Closes: issue142]
9   * remove libuclibc0 and discover-data from depends
10   * remove unnecesarry files
11   * change hw detection from discover to a modalias based one
12   * vim modline fixes in timeout.c
13   * merge linuxrc from outside of terminalserver
14   * fix error to not only use a running kernel
15   * updated todo
16   * fix module loading in linuxrc
17   * removed udhcpc
18
19  -- Michael Gebetsroither <gebi@grml.org>  Fri, 16 Mar 2007 11:22:00 +0100
20
21 grml-terminalserver (0.82) unstable; urgency=low
22
23   * Improve handling of NAT/gateway feature, thanks - Wolfgang Karall!
24
25  -- Michael Prokop <mika@grml.org>  Mon,  4 Dec 2006 12:20:21 +0100
26
27 grml-terminalserver (0.81) unstable; urgency=low
28
29   * Fix iptables problem when not using the NAT/gateway feature.
30
31  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 23:00:24 +0100
32
33 grml-terminalserver (0.80) unstable; urgency=low
34
35   * Fix typo in /linuxrc causing problems with booting via
36     firewire.
37
38  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 00:21:03 +0100
39
40 grml-terminalserver (0.79) unstable; urgency=low
41
42   [mika]
43   * Applied patch from Wolfgang Karall which:
44     - improve display of iptables message
45     - fix the /etc/resolv.conf issue (Closes: issue21)
46     - support for SNAT
47     Thanks a lot, Wolfgang!
48   * Build udhcpc binary from source.
49
50   [gebi]
51   * Added dietlibc-dev to build dependencies
52   * Slimmed down timeout.c and cleanly compile it from source
53
54  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 10:29:20 +0100
55
56 grml-terminalserver (0.78) unstable; urgency=low
57
58   * Deactivate Multicast-DNS via iptables, thanks for suggestion -
59     Wolfgang Karall! Mention details about iptables commands also
60     when starting up grml-terminalserver.
61
62  -- Michael Prokop <mika@grml.org>  Sat, 25 Nov 2006 21:49:59 +0100
63
64 grml-terminalserver (0.77) unstable; urgency=low
65
66   * Avoid syntax error in dhcpd.conf if values for DNS and Gateway
67     are empty, thanks for the patch - Wolfgang Karall!
68
69  -- Michael Prokop <mika@grml.org>  Wed, 22 Nov 2006 11:16:46 +0100
70
71 grml-terminalserver (0.76) unstable; urgency=low
72
73   * Support bootoption dhcp_iface via /linuxrc for selection of
74     network device, thanks for the patch - Wolfgang Karall!
75
76  -- Michael Prokop <mika@grml.org>  Tue, 21 Nov 2006 00:22:51 +0100
77
78 grml-terminalserver (0.75) unstable; urgency=low
79
80   * Support usbhid module in /linuxrc.
81
82  -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 21:01:43 +0100
83
84 grml-terminalserver (0.74) unstable; urgency=low
85
86   * Run udhcpc for earch present interface.
87   * Added statically compiled binary timeout, taken from
88     Coroner's Toolkit (TCT), built running
89     diet gcc -static -o timeout timeout.c
90
91  -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 19:20:43 +0100
92
93 grml-terminalserver (0.73) unstable; urgency=low
94
95   * /linuxrc: replace tr with sed command, thanks for the fix -
96     Wolfgang Karall!
97
98  -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 13:18:52 +0100
99
100 grml-terminalserver (0.72) unstable; urgency=low
101
102   Maintenance release:
103   * make package lintian clean
104   * use Architecture 'any' instead of 'all' as the package ships
105     architecture specific binaries
106   * big update of linuxrc - do not use discover anymore (broken) but
107     instead try modprobing all available network modules
108   * reject tcp/113 via iptables to speed up PXE boot
109   * added statically compiled binary udhcpc build using
110     udhcp-0.9.8cvs20050303 (current Debian/unstable source package)
111     with "LDFLAGS='-static' make"
112
113  -- Michael Prokop <mika@grml.org>  Thu, 16 Nov 2006 14:46:48 +0100
114
115 grml-terminalserver (0.71) unstable; urgency=low
116
117   * compile error fixes (thanks to Spida)
118
119  -- Michael Gebetsroither <michael.geb@gmx.at>  Tue, 25 Jul 2006 01:43:42 +0200
120
121 grml-terminalserver (0.70) unstable; urgency=low
122
123   * a few typo corrections 
124
125  -- Michael Gebetsroither <michael.geb@gmx.at>  Fri,  7 Apr 2006 01:54:24 +0200
126
127 grml-terminalserver (0.69) unstable; urgency=low
128
129    * moved video to vga options, because vesa-tng is not there anymore
130    * added video=ofonly to video=nofb for missing vesa-tng
131
132  -- Michael Gebetsroither <michael.geb@gmx.at>  Fri,  7 Apr 2006 01:54:14 +0200
133
134 grml-terminalserver (0.68) unstable; urgency=low
135
136   * fixed bug in dhcp-config template
137   * fixed bug with false NETWORK_
138   * changed configfile layout (still fully compatibel to older versions)
139   * fixed bug with not stopping portmapper (additional killall -9)
140   * implemented a "do not touch" for dhcp config (if user removes the line,
141     grml-terminalserver won't touch this configfile anymore).
142   * added config action to grml-terminalserver to update configs.
143   * implemented force option (-f) 
144
145  -- Michael Gebetsroither <michael.geb@gmx.at>  Sat, 19 Nov 2005 11:50:46 +0100
146
147 grml-terminalserver (0.67) unstable; urgency=low
148
149   * changed dependency to grml-shlib 
150
151  -- Michael Gebetsroither <michael.geb@gmx.at>  Fri, 11 Nov 2005 20:17:37 +0100
152
153 grml-terminalserver (0.66) unstable; urgency=low
154
155   * fixed partition defaults in option dialog from grml2hd
156   * few minor typo fixes in the dialogs
157
158  -- Michael Gebetsroither <michael.geb@gmx.at>  Sat, 22 Oct 2005 03:07:39 +0200
159
160 grml-terminalserver (0.65) unstable; urgency=low
161
162   * fixed variable definition (added local to most variables)
163   * fixed loopdevice handling with mount -o loop
164   * fixed modcalc and grml-terminalserver-config module code
165   * fixed fix of modcal dependencie calculating code
166   * fixed modules path problems
167   * fixed a few small bugs
168   * fixed a small "bug" if there is no grml-image (clean up correctly)
169
170  -- Michael Gebetsroither <michael.geb@gmx.at>  Mon, 17 Oct 2005 12:54:43 +0200
171
172 grml-terminalserver (0.64) unstable; urgency=low
173
174   * cleaned up boot profiles (grub/pxelinux)
175   * unified variables between grml-terminalserver and
176     grml-terminalserver-config (one single file for constants)
177   * cleand up tftpd start prozess
178   * added $DHCPD_CONFIG_FILE in grml-terminalserver
179   * removed hardcoded path /cdrom
180   * variable cleanup
181   * added template engine, templates are in /usr/share/.../templates/
182   * fixed netmask handling
183   * kicked netmask in favour of ipcalc for network range calculation
184   * fixed typo in checks against false configuration
185   * fixed mount problems (permission denied)
186
187  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun, 14 Aug 2005 21:58:10 +0200
188
189 grml-terminalserver (0.63) unstable; urgency=low
190
191   * simplified configuration handling (default vars) UPDATE YOUR CONFIG
192   * added gcc-3.3 to the dependencies (grub won't compile with gcc-4.0)
193   * added checks against false configuration
194
195  -- Michael Gebetsroither <michael.geb@gmx.at>  Thu,  4 Aug 2005 22:37:04 +0200
196
197 grml-terminalserver (0.62) unstable; urgency=low
198
199   * moved discover to -data package 
200
201  -- Michael Gebetsroither <michael.geb@gmx.at>  Thu,  4 Aug 2005 20:06:04 +0200
202
203 grml-terminalserver (0.61) unstable; urgency=low
204
205   * splitted up package in grml-terminalserver and grml-terminalserver-data 
206
207  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun, 31 Jul 2005 00:32:05 +0200
208
209 grml-terminalserver (0.60) unstable; urgency=low
210
211   * fixed reboot/halt problems 
212
213  -- Michael Gebetsroither <michael.geb@gmx.at>  Mon,  9 May 2005 18:04:01 +0200
214
215 grml-terminalserver (0.59) unstable; urgency=low
216
217   * fixed a few small manpage issues
218   * rewrote complete commandline argument processing
219   * manpage update
220
221  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun,  8 May 2005 22:19:44 +0200
222
223 grml-terminalserver (0.58) unstable; urgency=low
224
225   * fixed a few typos
226   * make it release ready ;)
227   * added grml-terminalserver-config clean, to remove all created config files 
228
229  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun,  8 May 2005 21:09:49 +0200
230
231 grml-terminalserver (0.57) unstable; urgency=low
232
233   * added discover-nic command to the initrd
234   * added alias debuginit to the bootmenu
235
236  -- Michael Gebetsroither <michael.geb@gmx.at>  Tue,  3 May 2005 13:18:01 +0200
237
238 grml-terminalserver (0.56) unstable; urgency=low
239
240   * fixed NON-PXE booting with grub (right boot params)
241   * added memtest to bootoptions
242   * updatet linuxrc with upstream
243   * fixed default ramdisk size
244   * fixed problem with hosts.allow/hosts.deny
245
246  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun,  1 May 2005 19:33:43 +0200
247
248 grml-terminalserver (0.55) unstable; urgency=low
249
250   * first "working" version, it boots up => it's perfect :D (linus)
251
252  -- Michael Gebetsroither <michael.geb@gmx.at>  Wed, 27 Apr 2005 00:59:32 +0200
253
254 grml-terminalserver (0.54) unstable; urgency=low
255
256   * new test release 
257
258  -- Michael Gebetsroither <michael.geb@gmx.at>  Mon, 25 Apr 2005 12:30:13 +0200
259
260 grml-terminalserver (0.53) unstable; urgency=low
261
262   * fixed unnecessary file backup
263   * DEBUG UPDATE
264   * tried another initrd/linuxrc combination
265   * added config file, to run it on plain debian sid also
266   * added executables cdir/rdir into the initrd
267   * cdir to create a dir layout to run discover and modprobe
268   * rdir to put the old files in place
269
270  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun, 24 Apr 2005 16:14:40 +0200
271
272 grml-terminalserver (0.52) unstable; urgency=low
273
274   * added libuclibc0 to the dependencies
275   * added discover-data to the dependencies
276   * integrate functions to build a "generic" netboot initrd, now it should be
277     a _real_ terminalserver ;)
278   * big changes in grml-terminalserver-config + linuxrc 
279
280  -- Michael Gebetsroither <gebi@grml.org>  Tue, 12 Apr 2005 13:56:32 +0200
281
282 grml-terminalserver (0.51) unstable; urgency=low
283
284   * added sh-lib to the dependencies
285   * added syslinux to the dependencies
286   * reworked grml-terminalserver-config get options section (not zsh
287     compatibel)
288   * made paths grml compatibel
289
290  -- Michael Gebetsroither <gebi@grml.org>  Sat,  9 Apr 2005 19:55:08 +0200
291
292 grml-terminalserver (0.5) unstable; urgency=low
293
294   * added manpages 
295   * fixed a bug in grml-terminalserver-config (getting the options)
296
297  -- Michael Gebetsroither <gebi@grml.org>  Sun,  3 Apr 2005 12:41:15 +0200
298
299 grml-terminalserver (0.4) unstable; urgency=low
300
301   * fixed a few lintian warnings (changed section to net, removed /usr/bin) 
302
303  -- Michael Gebetsroither <gebi@grml.org>  Sat,  2 Apr 2005 22:35:34 +0200
304
305 grml-terminalserver (0.3) unstable; urgency=low
306
307   * fixed #246904 from nfs-kernel-server (own init skript)
308   * replaced a few parameters with global variables
309
310  -- Michael Gebetsroither <gebi@grml.org>  Sat,  2 Apr 2005 20:46:49 +0200
311
312 grml-terminalserver (0.2) unstable; urgency=low
313
314   * fixed a few path's in the skript (get it working)
315
316  -- Michael Gebetsroither <gebi@grml.org>  Thu, 31 Mar 2005 15:24:18 +0200
317
318 grml-terminalserver (0.1) unstable; urgency=low
319
320   * Initial Release.
321
322  -- Michael Gebetsroither <gebi@grml.org>  Sun, 20 Mar 2005 19:39:26 +0100
323
324 Local variables:
325 mode: debian-changelog
326 End: