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