updated README.Debian [Closes: issue500]
[grml-terminalserver.git] / debian / changelog
1 grml-terminalserver (0.98) UNRELEASED; urgency=low
2
3   * change to /bin/bash [Closes: issue182] 
4   * updated README.Debian [Closes: issue500] 
5
6  -- Michael Gebetsroither <gebi@grml.org>  Wed, 17 Sep 2008 00:04:42 +0200
7
8 grml-terminalserver (0.97) unstable; urgency=low
9
10   * Fixed breakage introduced by necessary changes because of isolinux
11     problems.
12
13  -- Michael Gebetsroither <gebi@grml.org>  Fri, 21 Mar 2008 19:19:59 +0100
14
15 grml-terminalserver (0.96) unstable; urgency=low
16
17   * Fixed breakage introduced by boot layout change.
18
19  -- Michael Gebetsroither <gebi@grml.org>  Fri, 29 Feb 2008 01:38:04 +0100
20
21 grml-terminalserver (0.95) unstable; urgency=low
22
23   [ Michael Gebetsroither ]
24   * Boot terminalnodes with nodhcp again (thx ch for reporting).
25
26   [ Michael Prokop ]
27   * Boot terminalnodes with noprompt.
28   * Bump Standard-Version to 3.7.3 (no further changes).
29
30  -- Michael Prokop <mika@grml.org>  Fri, 25 Jan 2008 21:24:28 +0100
31
32 grml-terminalserver (0.94) unstable; urgency=low
33
34   * create-netboot: fix wrong paths of tar.bz2, include version number
35     in the filename of the generated tar.bz2 and inform user about
36     filename of the generated file [Closes: issue376]
37   * grml-terminalserver-config: redirect stdout of update-initramfs
38     to /dev/null and make the code part regarding $PATH_/minirt26.gz
39     more readable.
40
41  -- Michael Prokop <mika@grml.org>  Sun, 20 Jan 2008 12:49:06 +0100
42
43 grml-terminalserver (0.93) unstable; urgency=low
44
45   [ Michael Gebetsroither ]
46   * grml-terminalserver-config: fix problem with unclosed ]
47
48   [ Michael Prokop ]
49   * grml-terminalserver-config: move file grub.img only if it exists
50
51  -- Michael Prokop <mika@grml.org>  Thu, 03 Jan 2008 13:00:46 +0100
52
53 grml-terminalserver (0.92) unstable; urgency=low
54
55   [ Michael Prokop ]
56   * Fix detection of network devices - do not assume it is named eth*.
57
58   [ Michael Gebetsroither ]
59   * Update initrd generation for use with live-initramfs.
60
61  -- Michael Prokop <mika@grml.org>  Sat,  6 Oct 2007 15:44:16 +0200
62
63 grml-terminalserver (0.91) unstable; urgency=low
64
65   * Readme.Debian: better howto
66   * make grub compile code ready for gcc-4.2 and any later version
67   * fix dependencies for grub 32bit compilation on amd64
68
69  -- Michael Gebetsroither <gebi@grml.org>  Wed, 11 Jul 2007 13:15:46 +0200
70
71 grml-terminalserver (0.90) unstable; urgency=low
72
73   * Forgot to adjust $CC in grml-terminalserver-config for new
74     gcc version. Fixed.
75
76  -- Michael Prokop <mika@grml.org>  Thu, 12 Apr 2007 11:05:57 +0200
77
78 grml-terminalserver (0.89) unstable; urgency=low
79
80   * Update for new grml-terminalserver-data package.
81   * Remove /usr/share/grml-terminalserver/discover-nic from
82     debian/overrides.
83   * Fixed typo in grml-terminalserver-config and removed the
84     not-yet support bootoption 'secure' from examples.
85
86  -- Michael Prokop <mika@grml.org>  Thu, 12 Apr 2007 00:03:49 +0200
87
88 grml-terminalserver (0.88) unstable; urgency=low
89
90   * Just raising package version so we get in sync with different
91     archs and changelog.
92
93  -- Michael Prokop <mika@grml.org>  Wed, 28 Mar 2007 13:16:56 +0200
94
95 grml-terminalserver (0.87) unstable; urgency=low
96
97   [ Michael Prokop ]
98   * Merge in linuxrc from grml64, now terminalserver using
99     busybox 1.4.2 (important: 1.5.0 is broken!) works again
100     See http://bts.grml.org/grml/issue175 for details.
101
102   [ Michael Gebetsroither ]
103   * updating linuxrc with fixes for busybox (1.5.0 is hopeless broken) 
104
105  -- Michael Gebetsroither <gebi@grml.org>  Wed, 28 Mar 2007 12:07:10 +0200
106
107 grml-terminalserver (0.86) unstable; urgency=low
108
109   * Support gcc-3.4 and crosscompiling on grml64. Adjusted Depends
110     corresponding.
111
112  -- Michael Prokop <mika@grml.org>  Tue, 27 Mar 2007 13:33:59 +0200
113
114 grml-terminalserver (0.85) unstable; urgency=low
115
116   * fix for booting memtest86+ over pxelinux 
117
118  -- Michael Gebetsroither <gebi@grml.org>  Wed, 21 Mar 2007 15:46:08 +0100
119
120 grml-terminalserver (0.84) unstable; urgency=low
121
122   * linuxrc: tab cleanup
123   * removed iptables hacks necessary for tftpd-hpa
124   * changed default value for NAT_INTERFACE_ from none to ""
125   * introduced iptables as a seperate configurable service within
126     grml-terminalserver
127   * adding create_netboot script to examples
128   * added bootoption lang=us to fix utf8 issues 
129
130  -- Michael Gebetsroither <gebi@grml.org>  Wed, 21 Mar 2007 14:10:14 +0100
131
132 grml-terminalserver (0.83) unstable; urgency=low
133
134   [ Michael Prokop ]
135   * fix mkdir call of $TFTPD_DATA_DIR_/pxelinux.cfg
136   * merge linuxrc from outside of terminalserver, some
137     fixes and updates for current version of busybox
138     (using busybox-1.4.1 now)
139   * linuxrc: use /static/xargs instead of xargs
140   * linuxrc: remove obsolete "FIXME modprobe is buggy from
141     busybox" and adjust code corresponding
142   * adjust code for udhcpc from busybox
143   * grml-terminalserver-config: do not copy udhcpc anymore
144
145   [ Michael Gebetsroither ]
146   * change from in.tftpd to atftpd [Closes: issue143]
147   * set max initrd size to 24000kB [Closes: issue142]
148   * remove libuclibc0 and discover-data from depends
149   * remove unnecesarry files
150   * change hw detection from discover to a modalias based one
151   * vim modline fixes in timeout.c
152   * fix error to not only use a running kernel
153   * updated todo
154   * fix module loading in linuxrc
155   * removed udhcpc
156
157  -- Michael Gebetsroither <gebi@grml.org>  Fri, 16 Mar 2007 11:22:00 +0100
158
159 grml-terminalserver (0.82) unstable; urgency=low
160
161   * Improve handling of NAT/gateway feature, thanks - Wolfgang Karall!
162
163  -- Michael Prokop <mika@grml.org>  Mon,  4 Dec 2006 12:20:21 +0100
164
165 grml-terminalserver (0.81) unstable; urgency=low
166
167   * Fix iptables problem when not using the NAT/gateway feature.
168
169  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 23:00:24 +0100
170
171 grml-terminalserver (0.80) unstable; urgency=low
172
173   * Fix typo in /linuxrc causing problems with booting via
174     firewire.
175
176  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 00:21:03 +0100
177
178 grml-terminalserver (0.79) unstable; urgency=low
179
180   [mika]
181   * Applied patch from Wolfgang Karall which:
182     - improve display of iptables message
183     - fix the /etc/resolv.conf issue (Closes: issue21)
184     - support for SNAT
185     Thanks a lot, Wolfgang!
186   * Build udhcpc binary from source.
187
188   [gebi]
189   * Added dietlibc-dev to build dependencies
190   * Slimmed down timeout.c and cleanly compile it from source
191
192  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 10:29:20 +0100
193
194 grml-terminalserver (0.78) unstable; urgency=low
195
196   * Deactivate Multicast-DNS via iptables, thanks for suggestion -
197     Wolfgang Karall! Mention details about iptables commands also
198     when starting up grml-terminalserver.
199
200  -- Michael Prokop <mika@grml.org>  Sat, 25 Nov 2006 21:49:59 +0100
201
202 grml-terminalserver (0.77) unstable; urgency=low
203
204   * Avoid syntax error in dhcpd.conf if values for DNS and Gateway
205     are empty, thanks for the patch - Wolfgang Karall!
206
207  -- Michael Prokop <mika@grml.org>  Wed, 22 Nov 2006 11:16:46 +0100
208
209 grml-terminalserver (0.76) unstable; urgency=low
210
211   * Support bootoption dhcp_iface via /linuxrc for selection of
212     network device, thanks for the patch - Wolfgang Karall!
213
214  -- Michael Prokop <mika@grml.org>  Tue, 21 Nov 2006 00:22:51 +0100
215
216 grml-terminalserver (0.75) unstable; urgency=low
217
218   * Support usbhid module in /linuxrc.
219
220  -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 21:01:43 +0100
221
222 grml-terminalserver (0.74) unstable; urgency=low
223
224   * Run udhcpc for earch present interface.
225   * Added statically compiled binary timeout, taken from
226     Coroner's Toolkit (TCT), built running
227     diet gcc -static -o timeout timeout.c
228
229  -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 19:20:43 +0100
230
231 grml-terminalserver (0.73) unstable; urgency=low
232
233   * /linuxrc: replace tr with sed command, thanks for the fix -
234     Wolfgang Karall!
235
236  -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 13:18:52 +0100
237
238 grml-terminalserver (0.72) unstable; urgency=low
239
240   Maintenance release:
241   * make package lintian clean
242   * use Architecture 'any' instead of 'all' as the package ships
243     architecture specific binaries
244   * big update of linuxrc - do not use discover anymore (broken) but
245     instead try modprobing all available network modules
246   * reject tcp/113 via iptables to speed up PXE boot
247   * added statically compiled binary udhcpc build using
248     udhcp-0.9.8cvs20050303 (current Debian/unstable source package)
249     with "LDFLAGS='-static' make"
250
251  -- Michael Prokop <mika@grml.org>  Thu, 16 Nov 2006 14:46:48 +0100
252
253 grml-terminalserver (0.71) unstable; urgency=low
254
255   * compile error fixes (thanks to Spida)
256
257  -- Michael Gebetsroither <michael.geb@gmx.at>  Tue, 25 Jul 2006 01:43:42 +0200
258
259 grml-terminalserver (0.70) unstable; urgency=low
260
261   * a few typo corrections 
262
263  -- Michael Gebetsroither <michael.geb@gmx.at>  Fri,  7 Apr 2006 01:54:24 +0200
264
265 grml-terminalserver (0.69) unstable; urgency=low
266
267    * moved video to vga options, because vesa-tng is not there anymore
268    * added video=ofonly to video=nofb for missing vesa-tng
269
270  -- Michael Gebetsroither <michael.geb@gmx.at>  Fri,  7 Apr 2006 01:54:14 +0200
271
272 grml-terminalserver (0.68) unstable; urgency=low
273
274   * fixed bug in dhcp-config template
275   * fixed bug with false NETWORK_
276   * changed configfile layout (still fully compatibel to older versions)
277   * fixed bug with not stopping portmapper (additional killall -9)
278   * implemented a "do not touch" for dhcp config (if user removes the line,
279     grml-terminalserver won't touch this configfile anymore).
280   * added config action to grml-terminalserver to update configs.
281   * implemented force option (-f) 
282
283  -- Michael Gebetsroither <michael.geb@gmx.at>  Sat, 19 Nov 2005 11:50:46 +0100
284
285 grml-terminalserver (0.67) unstable; urgency=low
286
287   * changed dependency to grml-shlib 
288
289  -- Michael Gebetsroither <michael.geb@gmx.at>  Fri, 11 Nov 2005 20:17:37 +0100
290
291 grml-terminalserver (0.66) unstable; urgency=low
292
293   * fixed partition defaults in option dialog from grml2hd
294   * few minor typo fixes in the dialogs
295
296  -- Michael Gebetsroither <michael.geb@gmx.at>  Sat, 22 Oct 2005 03:07:39 +0200
297
298 grml-terminalserver (0.65) unstable; urgency=low
299
300   * fixed variable definition (added local to most variables)
301   * fixed loopdevice handling with mount -o loop
302   * fixed modcalc and grml-terminalserver-config module code
303   * fixed fix of modcal dependencie calculating code
304   * fixed modules path problems
305   * fixed a few small bugs
306   * fixed a small "bug" if there is no grml-image (clean up correctly)
307
308  -- Michael Gebetsroither <michael.geb@gmx.at>  Mon, 17 Oct 2005 12:54:43 +0200
309
310 grml-terminalserver (0.64) unstable; urgency=low
311
312   * cleaned up boot profiles (grub/pxelinux)
313   * unified variables between grml-terminalserver and
314     grml-terminalserver-config (one single file for constants)
315   * cleand up tftpd start prozess
316   * added $DHCPD_CONFIG_FILE in grml-terminalserver
317   * removed hardcoded path /cdrom
318   * variable cleanup
319   * added template engine, templates are in /usr/share/.../templates/
320   * fixed netmask handling
321   * kicked netmask in favour of ipcalc for network range calculation
322   * fixed typo in checks against false configuration
323   * fixed mount problems (permission denied)
324
325  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun, 14 Aug 2005 21:58:10 +0200
326
327 grml-terminalserver (0.63) unstable; urgency=low
328
329   * simplified configuration handling (default vars) UPDATE YOUR CONFIG
330   * added gcc-3.3 to the dependencies (grub won't compile with gcc-4.0)
331   * added checks against false configuration
332
333  -- Michael Gebetsroither <michael.geb@gmx.at>  Thu,  4 Aug 2005 22:37:04 +0200
334
335 grml-terminalserver (0.62) unstable; urgency=low
336
337   * moved discover to -data package 
338
339  -- Michael Gebetsroither <michael.geb@gmx.at>  Thu,  4 Aug 2005 20:06:04 +0200
340
341 grml-terminalserver (0.61) unstable; urgency=low
342
343   * splitted up package in grml-terminalserver and grml-terminalserver-data 
344
345  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun, 31 Jul 2005 00:32:05 +0200
346
347 grml-terminalserver (0.60) unstable; urgency=low
348
349   * fixed reboot/halt problems 
350
351  -- Michael Gebetsroither <michael.geb@gmx.at>  Mon,  9 May 2005 18:04:01 +0200
352
353 grml-terminalserver (0.59) unstable; urgency=low
354
355   * fixed a few small manpage issues
356   * rewrote complete commandline argument processing
357   * manpage update
358
359  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun,  8 May 2005 22:19:44 +0200
360
361 grml-terminalserver (0.58) unstable; urgency=low
362
363   * fixed a few typos
364   * make it release ready ;)
365   * added grml-terminalserver-config clean, to remove all created config files 
366
367  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun,  8 May 2005 21:09:49 +0200
368
369 grml-terminalserver (0.57) unstable; urgency=low
370
371   * added discover-nic command to the initrd
372   * added alias debuginit to the bootmenu
373
374  -- Michael Gebetsroither <michael.geb@gmx.at>  Tue,  3 May 2005 13:18:01 +0200
375
376 grml-terminalserver (0.56) unstable; urgency=low
377
378   * fixed NON-PXE booting with grub (right boot params)
379   * added memtest to bootoptions
380   * updatet linuxrc with upstream
381   * fixed default ramdisk size
382   * fixed problem with hosts.allow/hosts.deny
383
384  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun,  1 May 2005 19:33:43 +0200
385
386 grml-terminalserver (0.55) unstable; urgency=low
387
388   * first "working" version, it boots up => it's perfect :D (linus)
389
390  -- Michael Gebetsroither <michael.geb@gmx.at>  Wed, 27 Apr 2005 00:59:32 +0200
391
392 grml-terminalserver (0.54) unstable; urgency=low
393
394   * new test release 
395
396  -- Michael Gebetsroither <michael.geb@gmx.at>  Mon, 25 Apr 2005 12:30:13 +0200
397
398 grml-terminalserver (0.53) unstable; urgency=low
399
400   * fixed unnecessary file backup
401   * DEBUG UPDATE
402   * tried another initrd/linuxrc combination
403   * added config file, to run it on plain debian sid also
404   * added executables cdir/rdir into the initrd
405   * cdir to create a dir layout to run discover and modprobe
406   * rdir to put the old files in place
407
408  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun, 24 Apr 2005 16:14:40 +0200
409
410 grml-terminalserver (0.52) unstable; urgency=low
411
412   * added libuclibc0 to the dependencies
413   * added discover-data to the dependencies
414   * integrate functions to build a "generic" netboot initrd, now it should be
415     a _real_ terminalserver ;)
416   * big changes in grml-terminalserver-config + linuxrc 
417
418  -- Michael Gebetsroither <gebi@grml.org>  Tue, 12 Apr 2005 13:56:32 +0200
419
420 grml-terminalserver (0.51) unstable; urgency=low
421
422   * added sh-lib to the dependencies
423   * added syslinux to the dependencies
424   * reworked grml-terminalserver-config get options section (not zsh
425     compatibel)
426   * made paths grml compatibel
427
428  -- Michael Gebetsroither <gebi@grml.org>  Sat,  9 Apr 2005 19:55:08 +0200
429
430 grml-terminalserver (0.5) unstable; urgency=low
431
432   * added manpages 
433   * fixed a bug in grml-terminalserver-config (getting the options)
434
435  -- Michael Gebetsroither <gebi@grml.org>  Sun,  3 Apr 2005 12:41:15 +0200
436
437 grml-terminalserver (0.4) unstable; urgency=low
438
439   * fixed a few lintian warnings (changed section to net, removed /usr/bin) 
440
441  -- Michael Gebetsroither <gebi@grml.org>  Sat,  2 Apr 2005 22:35:34 +0200
442
443 grml-terminalserver (0.3) unstable; urgency=low
444
445   * fixed #246904 from nfs-kernel-server (own init skript)
446   * replaced a few parameters with global variables
447
448  -- Michael Gebetsroither <gebi@grml.org>  Sat,  2 Apr 2005 20:46:49 +0200
449
450 grml-terminalserver (0.2) unstable; urgency=low
451
452   * fixed a few path's in the skript (get it working)
453
454  -- Michael Gebetsroither <gebi@grml.org>  Thu, 31 Mar 2005 15:24:18 +0200
455
456 grml-terminalserver (0.1) unstable; urgency=low
457
458   * Initial Release.
459
460  -- Michael Gebetsroither <gebi@grml.org>  Sun, 20 Mar 2005 19:39:26 +0100
461
462 Local variables:
463 mode: debian-changelog
464 End: