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