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