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