Release new version 0.99.16.
[grml-terminalserver.git] / debian / changelog
1 grml-terminalserver (0.99.16) grml-testing; urgency=low
2
3   [ Michael Prokop ]
4   * [ed31825] grml-terminalserver-config: use x.x.x.10 as starting IP address range
5
6  -- Christian Hofstaedtler <ch@grml.org>  Tue, 06 Dec 2011 22:43:08 +0100
7
8 grml-terminalserver (0.99.15) unstable; urgency=low
9
10   [ Christian Hofstaedtler ]
11   * [ed1a7fb] Add debian/control headers Origin, Bugs
12
13  -- Michael Prokop <mika@grml.org>  Sat, 26 Nov 2011 20:04:28 +0100
14
15 grml-terminalserver (0.99.14) unstable; urgency=low
16
17   * [0f45dd8] Bump Standards-Version to 3.9.2.
18   * [2614b90] Do not use "nodhcp" bootoption anymore,
19     since recent ISOs have new way of network configuration.
20
21  -- Michael Prokop <mika@grml.org>  Tue, 12 Jul 2011 11:41:31 +0200
22
23 grml-terminalserver (0.99.13) unstable; urgency=low
24
25   [ Ulrich Dangel ]
26   * [eb79aa4] Support either portmap or rpcbind in grml-terminalserver.
27
28  -- Christian Hofstaedtler <ch@grml.org>  Mon, 16 May 2011 01:03:58 +0200
29
30 grml-terminalserver (0.99.12) unstable; urgency=low
31
32   [ Ulrich Dangel ]
33   * [fdea9e5] Support grml-terminalserver from no boot medium present.
34     [Closes: issue733]
35   * [162ecbe] Use config files instead of globbing, adjust indention.
36   * [9ac3854] Adjust live-media-path if /live/image is not the
37     bootmedium.
38
39  -- Michael Prokop <mika@grml.org>  Tue, 07 Dec 2010 12:35:50 +0100
40
41 grml-terminalserver (0.99.11) unstable; urgency=low
42
43   * [acc441d] Adapt dhcp configuration for the dhcp3-server ->
44     isc-dhcp-server transition.
45   * [40f2a27] grml-terminalserver-config: do not rebuild initrd but use
46     the existing one.
47   * [766664b] grml-terminalserver-config: always update minirtd26.gz
48     using cp -u.
49   * [b3b2bf9] Use find command for removing dhcpd.leases file.
50   * [fedf73b] Depend on isc-dhcp-server | dhcp3-server.
51   * [dcf5405] Bump Standards-Version to 3.9.1.
52   * [ab36bc7] Iterate over /var/lib/dhcp* directories for touch command.
53   * [edd63e9] Minor: Fix typo (witch/which) and indent one line of code.
54
55  -- Michael Prokop <mika@grml.org>  Wed, 29 Sep 2010 23:47:29 +0200
56
57 grml-terminalserver (0.99.10) unstable; urgency=low
58
59   [ Ulrich Dangel ]
60   * Support multiiso cds
61
62   [ Michael Prokop ]
63   * Bump Standards-Version to 3.8.4 (no further changes).
64   * Minor packaging updates to make lintian happy.
65
66  -- Michael Prokop <mika@grml.org>  Wed, 21 Apr 2010 14:07:30 +0200
67
68 grml-terminalserver (0.99.9) unstable; urgency=low
69
70   [ Ulrich Dangel ]
71   * Make templates/grub-pxelinux_config more robust and use rm -f instead of rm.
72
73  -- Michael Prokop <mika@grml.org>  Thu, 29 Oct 2009 01:10:49 +0100
74
75 grml-terminalserver (0.99.8) unstable; urgency=low
76
77   * Adjust bsd arguments for network boot.
78   * Remove grub entries for network boot
79
80  -- Ulrich Dangel <mru@grml.org>  Tue, 27 Oct 2009 21:14:14 +0100
81
82 grml-terminalserver (0.99.7) unstable; urgency=low
83
84   * Drop all grub-related stuff.
85   * Drop old linuxrc and related files, resulting in architecture independent
86     package.
87
88  -- Michael Prokop <mika@grml.org>  Mon, 26 Oct 2009 16:47:35 +0100
89
90 grml-terminalserver (0.99.6) unstable; urgency=low
91
92   [ Ulrich Dangel ]
93   * Use grml2usb to generate the boot menu. This preserves all parameters in
94     the menu from original cd.
95
96   [ Michael Prokop ]
97   * Bump to Standards-Version 3.8.3 (no further changes).
98   * Update copyright file (reference git.grml.org and adjust path to GPL-2).
99   * Update overrides file.
100   * Build-Depend on debhelper >=5.
101
102  -- Michael Prokop <mika@grml.org>  Mon, 26 Oct 2009 15:20:05 +0100
103
104 grml-terminalserver (0.99.5) unstable; urgency=low
105
106   * Disable grub feature by default (people should use gPXE/
107     Etherboot.org nowadays).
108
109  -- Michael Prokop <mika@grml.org>  Sun, 25 Oct 2009 00:13:22 +0200
110
111 grml-terminalserver (0.99.4) unstable; urgency=low
112
113   * Exclude udev's persistent files from initrd: Grml netboot packages
114     ship persistent files of udev. This doesn't break anything, but
115     names of network and cdrom/dvd devices might be unusual/unexpected.
116     Thanks to Christian Hofstaedtler for the bugreport!
117     [Closes: issue697]
118
119  -- Michael Prokop <mika@grml.org>  Sat, 20 Jun 2009 13:27:38 +0200
120
121 grml-terminalserver (0.99.3) unstable; urgency=low
122
123   * grml-terminalserver-config
124     - exit script if user selects 'Cancel' in grub's network boot
125       selection dialog.
126     - get rid of 'error retrieving current directory' messages
127     - add some additional newlines in startup messages
128     - some minor spelling fixes and improvements
129   * Bump Standard Version to 3.8.1 (no further changes).
130   * Bump Compat version to 5.
131
132  -- Michael Prokop <mika@grml.org>  Sat, 16 May 2009 22:16:10 +0200
133
134 grml-terminalserver (0.99.2) unstable; urgency=low
135
136   * Fix usage of dirname if no files can be located. [Closes: issue575]
137   * Adjust configuration for new grml2usb layout.
138
139  -- Michael Prokop <mika@grml.org>  Sat, 14 Mar 2009 12:37:26 +0100
140
141 grml-terminalserver (0.99.1) unstable; urgency=low
142
143   * fix create-netboot to work with new initrds
144
145  -- Michael Gebetsroither <gebi@grml.org>  Sun, 30 Nov 2008 14:43:47 +0100
146
147 grml-terminalserver (0.99) unstable; urgency=low
148
149   [ Michael Gebetsroither ]
150   * Fixed dependencies for grml-medium (added make and nfs-kernel-server)
151
152   [ Michael Prokop ]
153   * Adjust VCS headers.
154
155  -- Michael Prokop <mika@grml.org>  Sat, 29 Nov 2008 22:08:37 +0100
156
157 grml-terminalserver (0.98) unstable; urgency=low
158
159   [ Michael Gebetsroither ]
160   * change to /bin/bash [Closes: issue182]
161   * updated README.Debian [Closes: issue500]
162
163   [ Michael Prokop ]
164   * Bump Standard Version to 3.8.0 (no further changes).
165
166  -- Michael Prokop <mika@grml.org>  Fri, 26 Sep 2008 01:35:43 +0200
167
168 grml-terminalserver (0.97) unstable; urgency=low
169
170   * Fixed breakage introduced by necessary changes because of isolinux
171     problems.
172
173  -- Michael Gebetsroither <gebi@grml.org>  Fri, 21 Mar 2008 19:19:59 +0100
174
175 grml-terminalserver (0.96) unstable; urgency=low
176
177   * Fixed breakage introduced by boot layout change.
178
179  -- Michael Gebetsroither <gebi@grml.org>  Fri, 29 Feb 2008 01:38:04 +0100
180
181 grml-terminalserver (0.95) unstable; urgency=low
182
183   [ Michael Gebetsroither ]
184   * Boot terminalnodes with nodhcp again (thx ch for reporting).
185
186   [ Michael Prokop ]
187   * Boot terminalnodes with noprompt.
188   * Bump Standard-Version to 3.7.3 (no further changes).
189
190  -- Michael Prokop <mika@grml.org>  Fri, 25 Jan 2008 21:24:28 +0100
191
192 grml-terminalserver (0.94) unstable; urgency=low
193
194   * create-netboot: fix wrong paths of tar.bz2, include version number
195     in the filename of the generated tar.bz2 and inform user about
196     filename of the generated file [Closes: issue376]
197   * grml-terminalserver-config: redirect stdout of update-initramfs
198     to /dev/null and make the code part regarding $PATH_/minirt26.gz
199     more readable.
200
201  -- Michael Prokop <mika@grml.org>  Sun, 20 Jan 2008 12:49:06 +0100
202
203 grml-terminalserver (0.93) unstable; urgency=low
204
205   [ Michael Gebetsroither ]
206   * grml-terminalserver-config: fix problem with unclosed ]
207
208   [ Michael Prokop ]
209   * grml-terminalserver-config: move file grub.img only if it exists
210
211  -- Michael Prokop <mika@grml.org>  Thu, 03 Jan 2008 13:00:46 +0100
212
213 grml-terminalserver (0.92) unstable; urgency=low
214
215   [ Michael Prokop ]
216   * Fix detection of network devices - do not assume it is named eth*.
217
218   [ Michael Gebetsroither ]
219   * Update initrd generation for use with live-initramfs.
220
221  -- Michael Prokop <mika@grml.org>  Sat,  6 Oct 2007 15:44:16 +0200
222
223 grml-terminalserver (0.91) unstable; urgency=low
224
225   * Readme.Debian: better howto
226   * make grub compile code ready for gcc-4.2 and any later version
227   * fix dependencies for grub 32bit compilation on amd64
228
229  -- Michael Gebetsroither <gebi@grml.org>  Wed, 11 Jul 2007 13:15:46 +0200
230
231 grml-terminalserver (0.90) unstable; urgency=low
232
233   * Forgot to adjust $CC in grml-terminalserver-config for new
234     gcc version. Fixed.
235
236  -- Michael Prokop <mika@grml.org>  Thu, 12 Apr 2007 11:05:57 +0200
237
238 grml-terminalserver (0.89) unstable; urgency=low
239
240   * Update for new grml-terminalserver-data package.
241   * Remove /usr/share/grml-terminalserver/discover-nic from
242     debian/overrides.
243   * Fixed typo in grml-terminalserver-config and removed the
244     not-yet support bootoption 'secure' from examples.
245
246  -- Michael Prokop <mika@grml.org>  Thu, 12 Apr 2007 00:03:49 +0200
247
248 grml-terminalserver (0.88) unstable; urgency=low
249
250   * Just raising package version so we get in sync with different
251     archs and changelog.
252
253  -- Michael Prokop <mika@grml.org>  Wed, 28 Mar 2007 13:16:56 +0200
254
255 grml-terminalserver (0.87) unstable; urgency=low
256
257   [ Michael Prokop ]
258   * Merge in linuxrc from grml64, now terminalserver using
259     busybox 1.4.2 (important: 1.5.0 is broken!) works again
260     See http://bts.grml.org/grml/issue175 for details.
261
262   [ Michael Gebetsroither ]
263   * updating linuxrc with fixes for busybox (1.5.0 is hopeless broken) 
264
265  -- Michael Gebetsroither <gebi@grml.org>  Wed, 28 Mar 2007 12:07:10 +0200
266
267 grml-terminalserver (0.86) unstable; urgency=low
268
269   * Support gcc-3.4 and crosscompiling on grml64. Adjusted Depends
270     corresponding.
271
272  -- Michael Prokop <mika@grml.org>  Tue, 27 Mar 2007 13:33:59 +0200
273
274 grml-terminalserver (0.85) unstable; urgency=low
275
276   * fix for booting memtest86+ over pxelinux 
277
278  -- Michael Gebetsroither <gebi@grml.org>  Wed, 21 Mar 2007 15:46:08 +0100
279
280 grml-terminalserver (0.84) unstable; urgency=low
281
282   * linuxrc: tab cleanup
283   * removed iptables hacks necessary for tftpd-hpa
284   * changed default value for NAT_INTERFACE_ from none to ""
285   * introduced iptables as a seperate configurable service within
286     grml-terminalserver
287   * adding create_netboot script to examples
288   * added bootoption lang=us to fix utf8 issues 
289
290  -- Michael Gebetsroither <gebi@grml.org>  Wed, 21 Mar 2007 14:10:14 +0100
291
292 grml-terminalserver (0.83) unstable; urgency=low
293
294   [ Michael Prokop ]
295   * fix mkdir call of $TFTPD_DATA_DIR_/pxelinux.cfg
296   * merge linuxrc from outside of terminalserver, some
297     fixes and updates for current version of busybox
298     (using busybox-1.4.1 now)
299   * linuxrc: use /static/xargs instead of xargs
300   * linuxrc: remove obsolete "FIXME modprobe is buggy from
301     busybox" and adjust code corresponding
302   * adjust code for udhcpc from busybox
303   * grml-terminalserver-config: do not copy udhcpc anymore
304
305   [ Michael Gebetsroither ]
306   * change from in.tftpd to atftpd [Closes: issue143]
307   * set max initrd size to 24000kB [Closes: issue142]
308   * remove libuclibc0 and discover-data from depends
309   * remove unnecesarry files
310   * change hw detection from discover to a modalias based one
311   * vim modline fixes in timeout.c
312   * fix error to not only use a running kernel
313   * updated todo
314   * fix module loading in linuxrc
315   * removed udhcpc
316
317  -- Michael Gebetsroither <gebi@grml.org>  Fri, 16 Mar 2007 11:22:00 +0100
318
319 grml-terminalserver (0.82) unstable; urgency=low
320
321   * Improve handling of NAT/gateway feature, thanks - Wolfgang Karall!
322
323  -- Michael Prokop <mika@grml.org>  Mon,  4 Dec 2006 12:20:21 +0100
324
325 grml-terminalserver (0.81) unstable; urgency=low
326
327   * Fix iptables problem when not using the NAT/gateway feature.
328
329  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 23:00:24 +0100
330
331 grml-terminalserver (0.80) unstable; urgency=low
332
333   * Fix typo in /linuxrc causing problems with booting via
334     firewire.
335
336  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 00:21:03 +0100
337
338 grml-terminalserver (0.79) unstable; urgency=low
339
340   [mika]
341   * Applied patch from Wolfgang Karall which:
342     - improve display of iptables message
343     - fix the /etc/resolv.conf issue (Closes: issue21)
344     - support for SNAT
345     Thanks a lot, Wolfgang!
346   * Build udhcpc binary from source.
347
348   [gebi]
349   * Added dietlibc-dev to build dependencies
350   * Slimmed down timeout.c and cleanly compile it from source
351
352  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 10:29:20 +0100
353
354 grml-terminalserver (0.78) unstable; urgency=low
355
356   * Deactivate Multicast-DNS via iptables, thanks for suggestion -
357     Wolfgang Karall! Mention details about iptables commands also
358     when starting up grml-terminalserver.
359
360  -- Michael Prokop <mika@grml.org>  Sat, 25 Nov 2006 21:49:59 +0100
361
362 grml-terminalserver (0.77) unstable; urgency=low
363
364   * Avoid syntax error in dhcpd.conf if values for DNS and Gateway
365     are empty, thanks for the patch - Wolfgang Karall!
366
367  -- Michael Prokop <mika@grml.org>  Wed, 22 Nov 2006 11:16:46 +0100
368
369 grml-terminalserver (0.76) unstable; urgency=low
370
371   * Support bootoption dhcp_iface via /linuxrc for selection of
372     network device, thanks for the patch - Wolfgang Karall!
373
374  -- Michael Prokop <mika@grml.org>  Tue, 21 Nov 2006 00:22:51 +0100
375
376 grml-terminalserver (0.75) unstable; urgency=low
377
378   * Support usbhid module in /linuxrc.
379
380  -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 21:01:43 +0100
381
382 grml-terminalserver (0.74) unstable; urgency=low
383
384   * Run udhcpc for earch present interface.
385   * Added statically compiled binary timeout, taken from
386     Coroner's Toolkit (TCT), built running
387     diet gcc -static -o timeout timeout.c
388
389  -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 19:20:43 +0100
390
391 grml-terminalserver (0.73) unstable; urgency=low
392
393   * /linuxrc: replace tr with sed command, thanks for the fix -
394     Wolfgang Karall!
395
396  -- Michael Prokop <mika@grml.org>  Fri, 17 Nov 2006 13:18:52 +0100
397
398 grml-terminalserver (0.72) unstable; urgency=low
399
400   Maintenance release:
401   * make package lintian clean
402   * use Architecture 'any' instead of 'all' as the package ships
403     architecture specific binaries
404   * big update of linuxrc - do not use discover anymore (broken) but
405     instead try modprobing all available network modules
406   * reject tcp/113 via iptables to speed up PXE boot
407   * added statically compiled binary udhcpc build using
408     udhcp-0.9.8cvs20050303 (current Debian/unstable source package)
409     with "LDFLAGS='-static' make"
410
411  -- Michael Prokop <mika@grml.org>  Thu, 16 Nov 2006 14:46:48 +0100
412
413 grml-terminalserver (0.71) unstable; urgency=low
414
415   * compile error fixes (thanks to Spida)
416
417  -- Michael Gebetsroither <michael.geb@gmx.at>  Tue, 25 Jul 2006 01:43:42 +0200
418
419 grml-terminalserver (0.70) unstable; urgency=low
420
421   * a few typo corrections 
422
423  -- Michael Gebetsroither <michael.geb@gmx.at>  Fri,  7 Apr 2006 01:54:24 +0200
424
425 grml-terminalserver (0.69) unstable; urgency=low
426
427    * moved video to vga options, because vesa-tng is not there anymore
428    * added video=ofonly to video=nofb for missing vesa-tng
429
430  -- Michael Gebetsroither <michael.geb@gmx.at>  Fri,  7 Apr 2006 01:54:14 +0200
431
432 grml-terminalserver (0.68) unstable; urgency=low
433
434   * fixed bug in dhcp-config template
435   * fixed bug with false NETWORK_
436   * changed configfile layout (still fully compatibel to older versions)
437   * fixed bug with not stopping portmapper (additional killall -9)
438   * implemented a "do not touch" for dhcp config (if user removes the line,
439     grml-terminalserver won't touch this configfile anymore).
440   * added config action to grml-terminalserver to update configs.
441   * implemented force option (-f) 
442
443  -- Michael Gebetsroither <michael.geb@gmx.at>  Sat, 19 Nov 2005 11:50:46 +0100
444
445 grml-terminalserver (0.67) unstable; urgency=low
446
447   * changed dependency to grml-shlib 
448
449  -- Michael Gebetsroither <michael.geb@gmx.at>  Fri, 11 Nov 2005 20:17:37 +0100
450
451 grml-terminalserver (0.66) unstable; urgency=low
452
453   * fixed partition defaults in option dialog from grml2hd
454   * few minor typo fixes in the dialogs
455
456  -- Michael Gebetsroither <michael.geb@gmx.at>  Sat, 22 Oct 2005 03:07:39 +0200
457
458 grml-terminalserver (0.65) unstable; urgency=low
459
460   * fixed variable definition (added local to most variables)
461   * fixed loopdevice handling with mount -o loop
462   * fixed modcalc and grml-terminalserver-config module code
463   * fixed fix of modcal dependencie calculating code
464   * fixed modules path problems
465   * fixed a few small bugs
466   * fixed a small "bug" if there is no grml-image (clean up correctly)
467
468  -- Michael Gebetsroither <michael.geb@gmx.at>  Mon, 17 Oct 2005 12:54:43 +0200
469
470 grml-terminalserver (0.64) unstable; urgency=low
471
472   * cleaned up boot profiles (grub/pxelinux)
473   * unified variables between grml-terminalserver and
474     grml-terminalserver-config (one single file for constants)
475   * cleand up tftpd start prozess
476   * added $DHCPD_CONFIG_FILE in grml-terminalserver
477   * removed hardcoded path /cdrom
478   * variable cleanup
479   * added template engine, templates are in /usr/share/.../templates/
480   * fixed netmask handling
481   * kicked netmask in favour of ipcalc for network range calculation
482   * fixed typo in checks against false configuration
483   * fixed mount problems (permission denied)
484
485  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun, 14 Aug 2005 21:58:10 +0200
486
487 grml-terminalserver (0.63) unstable; urgency=low
488
489   * simplified configuration handling (default vars) UPDATE YOUR CONFIG
490   * added gcc-3.3 to the dependencies (grub won't compile with gcc-4.0)
491   * added checks against false configuration
492
493  -- Michael Gebetsroither <michael.geb@gmx.at>  Thu,  4 Aug 2005 22:37:04 +0200
494
495 grml-terminalserver (0.62) unstable; urgency=low
496
497   * moved discover to -data package 
498
499  -- Michael Gebetsroither <michael.geb@gmx.at>  Thu,  4 Aug 2005 20:06:04 +0200
500
501 grml-terminalserver (0.61) unstable; urgency=low
502
503   * splitted up package in grml-terminalserver and grml-terminalserver-data 
504
505  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun, 31 Jul 2005 00:32:05 +0200
506
507 grml-terminalserver (0.60) unstable; urgency=low
508
509   * fixed reboot/halt problems 
510
511  -- Michael Gebetsroither <michael.geb@gmx.at>  Mon,  9 May 2005 18:04:01 +0200
512
513 grml-terminalserver (0.59) unstable; urgency=low
514
515   * fixed a few small manpage issues
516   * rewrote complete commandline argument processing
517   * manpage update
518
519  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun,  8 May 2005 22:19:44 +0200
520
521 grml-terminalserver (0.58) unstable; urgency=low
522
523   * fixed a few typos
524   * make it release ready ;)
525   * added grml-terminalserver-config clean, to remove all created config files 
526
527  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun,  8 May 2005 21:09:49 +0200
528
529 grml-terminalserver (0.57) unstable; urgency=low
530
531   * added discover-nic command to the initrd
532   * added alias debuginit to the bootmenu
533
534  -- Michael Gebetsroither <michael.geb@gmx.at>  Tue,  3 May 2005 13:18:01 +0200
535
536 grml-terminalserver (0.56) unstable; urgency=low
537
538   * fixed NON-PXE booting with grub (right boot params)
539   * added memtest to bootoptions
540   * updatet linuxrc with upstream
541   * fixed default ramdisk size
542   * fixed problem with hosts.allow/hosts.deny
543
544  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun,  1 May 2005 19:33:43 +0200
545
546 grml-terminalserver (0.55) unstable; urgency=low
547
548   * first "working" version, it boots up => it's perfect :D (linus)
549
550  -- Michael Gebetsroither <michael.geb@gmx.at>  Wed, 27 Apr 2005 00:59:32 +0200
551
552 grml-terminalserver (0.54) unstable; urgency=low
553
554   * new test release 
555
556  -- Michael Gebetsroither <michael.geb@gmx.at>  Mon, 25 Apr 2005 12:30:13 +0200
557
558 grml-terminalserver (0.53) unstable; urgency=low
559
560   * fixed unnecessary file backup
561   * DEBUG UPDATE
562   * tried another initrd/linuxrc combination
563   * added config file, to run it on plain debian sid also
564   * added executables cdir/rdir into the initrd
565   * cdir to create a dir layout to run discover and modprobe
566   * rdir to put the old files in place
567
568  -- Michael Gebetsroither <michael.geb@gmx.at>  Sun, 24 Apr 2005 16:14:40 +0200
569
570 grml-terminalserver (0.52) unstable; urgency=low
571
572   * added libuclibc0 to the dependencies
573   * added discover-data to the dependencies
574   * integrate functions to build a "generic" netboot initrd, now it should be
575     a _real_ terminalserver ;)
576   * big changes in grml-terminalserver-config + linuxrc 
577
578  -- Michael Gebetsroither <gebi@grml.org>  Tue, 12 Apr 2005 13:56:32 +0200
579
580 grml-terminalserver (0.51) unstable; urgency=low
581
582   * added sh-lib to the dependencies
583   * added syslinux to the dependencies
584   * reworked grml-terminalserver-config get options section (not zsh
585     compatibel)
586   * made paths grml compatibel
587
588  -- Michael Gebetsroither <gebi@grml.org>  Sat,  9 Apr 2005 19:55:08 +0200
589
590 grml-terminalserver (0.5) unstable; urgency=low
591
592   * added manpages 
593   * fixed a bug in grml-terminalserver-config (getting the options)
594
595  -- Michael Gebetsroither <gebi@grml.org>  Sun,  3 Apr 2005 12:41:15 +0200
596
597 grml-terminalserver (0.4) unstable; urgency=low
598
599   * fixed a few lintian warnings (changed section to net, removed /usr/bin) 
600
601  -- Michael Gebetsroither <gebi@grml.org>  Sat,  2 Apr 2005 22:35:34 +0200
602
603 grml-terminalserver (0.3) unstable; urgency=low
604
605   * fixed #246904 from nfs-kernel-server (own init skript)
606   * replaced a few parameters with global variables
607
608  -- Michael Gebetsroither <gebi@grml.org>  Sat,  2 Apr 2005 20:46:49 +0200
609
610 grml-terminalserver (0.2) unstable; urgency=low
611
612   * fixed a few path's in the skript (get it working)
613
614  -- Michael Gebetsroither <gebi@grml.org>  Thu, 31 Mar 2005 15:24:18 +0200
615
616 grml-terminalserver (0.1) unstable; urgency=low
617
618   * Initial Release.
619
620  -- Michael Gebetsroither <gebi@grml.org>  Sun, 20 Mar 2005 19:39:26 +0100
621
622 Local variables:
623 mode: debian-changelog
624 End: