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