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