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