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