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