Use mktemp consequently for tmp files
[grml-x.git] / debian / changelog
1 grml-x (0.4.2) unstable; urgency=low
2
3   * Improve zsh completion:
4     - use double brackets for the test command
5     - make sure the right usage text gets displayed
6     - support fallback options
7     - improve description of force option
8     Thanks to ft and z3ttacht for their work! [Closes: issue398]
9   * Use Build-Depends-Indep in debian/control to make lintian happy.
10   * Consequently use mktemp for handling tmp files.
11   * Use fluxbox for all usage examples in grml-x itself (on grml-medium
12     we ship fluxbox only and people might be confused otherwise).
13
14  -- Michael Prokop <mika@grml.org>  Thu, 12 Feb 2009 18:10:53 +0100
15
16 grml-x (0.4.1) unstable; urgency=low
17
18   * Do not display usage information when using the -nostart option.
19     Thanks to Thomas Lehmann for the idea.
20   * Update VCS headers.
21   * Bump Standard-Version to 3.8.0 (no further changes).
22   * Replace deprecated xbase-clients in Depends with x11-xkb-utils,
23     x11-xserver-utils, xauth and xinit.
24   * Add x11-utils to Recommends.
25
26  -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 00:11:02 +0100
27
28 grml-x (0.4.0) unstable; urgency=low
29
30   * Provide /etc/X11/xorg.conf.virtualbox
31   * Bump Standard-Version to 3.7.3 (no further changes).
32
33  -- Michael Prokop <mika@grml.org>  Thu, 27 Dec 2007 23:43:58 +0100
34
35 grml-x (0.3.37) unstable; urgency=low
36
37   * Replace EmulateMiddleButtonTime with EmulateMidButtonTime.
38     Thanks, Jerome Potts!
39   * Make sure /etc/X11/X is not a symlink to /bin/true (broken
40     Debian package/upgrade).
41   * Fix manpage handling of xsltproc.
42
43  -- Michael Prokop <mika@grml.org>  Sun, 18 Nov 2007 23:51:43 +0100
44
45 grml-x (0.3.36) unstable; urgency=low
46
47   * Disable vmmouse in xorg.conf.vmware for now as it's broken
48     currently in Debian/unstable. [Testing: issue339]
49   * Include particleman in window manager completion of zsh.
50
51  -- Michael Prokop <mika@grml.org>  Sat, 17 Nov 2007 18:59:31 +0100
52
53 grml-x (0.3.35) unstable; urgency=low
54
55   * Deactivate "AlwaysCore" from Synaptics devive by default.
56     This should fix a pending bug in current Xorg which avoids a working
57     Synaptics device.
58   * Load "xtrap" extension. 
59
60  -- Michael Prokop <mika@grml.org>  Wed, 14 Nov 2007 12:41:28 +0100
61
62 grml-x (0.3.34) unstable; urgency=low
63
64   * Add awesome, larswm and xmonad to zsh completion.
65
66  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 23:28:42 +0100
67
68 grml-x (0.3.33) unstable; urgency=low
69
70   * Replace /usr/X11R6/lib/ with /usr/lib/xorg in the comments.
71     Thanks for the patch, Alexander Steinböck! [Closes: issue325]
72
73  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 23:40:37 +0100
74
75 grml-x (0.3.32) unstable; urgency=low
76
77   * Add two more checks to bailout if a tempfile isn't available.
78
79  -- Michael Prokop <mika@grml.org>  Sun, 28 Oct 2007 01:40:13 +0200
80
81 grml-x (0.3.31) unstable; urgency=low
82
83   * Check for writeable /tmp before executing hardware detection.
84
85  -- Michael Prokop <mika@grml.org>  Tue,  4 Sep 2007 12:51:22 +0200
86
87 grml-x (0.3.30) unstable; urgency=low
88
89   * Some further error handling regarding Xinerama.
90     We still don't have a reliable way to find the maximum resolution
91     of an external monitor, needs some further investigation.
92
93  -- Michael Prokop <mika@grml.org>  Sat, 28 Jul 2007 01:20:54 +0200
94
95 grml-x (0.3.29) unstable; urgency=low
96
97   * Mention http://wiki.debian.org/XStrikeForce/FAQ in the xorg.conf
98     header.
99
100  -- Michael Prokop <mika@grml.org>  Tue, 17 Jul 2007 16:24:11 +0200
101
102 grml-x (0.3.28) unstable; urgency=low
103
104   * Initial support for Xinemera setup using -xinerama option.
105     Added 'bc' to Depends. [Testing: issue241]
106   * Support activating composite extension on cmdline using
107     the -composite option. (By default it's deactivated.)
108   * Remove some blank lines in generated xorg.conf.
109   * Switch from manually written nroff manpage to asciidoc
110     instead. Adjusted Build-Depends therefore (asciidoc, xsltproc,
111     docbook-xsl). The manual page is available online as well now:
112     http://grml.org/grml-x/
113
114  -- Michael Prokop <mika@grml.org>  Thu, 12 Jul 2007 01:20:52 +0200
115
116 grml-x (0.3.27) unstable; urgency=low
117
118   * /etc/zsh/completion.d/_grml-x: support openbox
119
120  -- Michael Prokop <mika@grml.org>  Tue, 10 Jul 2007 16:31:52 +0200
121
122 grml-x (0.3.26) unstable; urgency=low
123
124   * Added some more comments to the X modules.
125
126  -- Michael Prokop <mika@grml.org>  Wed, 06 Jun 2007 13:02:18 +0200
127
128 grml-x (0.3.25) unstable; urgency=low
129
130   * Drop -xserver option from zsh completion as it's not supported
131     anymore (X.org is available on any Debian system now :)).
132
133  -- Michael Prokop <mika@grml.org>  Sun, 27 May 2007 21:54:37 +0200
134
135 grml-x (0.3.24) unstable; urgency=low
136
137   * Update /etc/X11/xorg.conf.vmware, allowing higher resolutions
138     by default and use evdev.
139
140  -- Michael Prokop <mika@grml.org>  Sun,  6 May 2007 16:27:34 +0200
141
142 grml-x (0.3.23) unstable; urgency=low
143
144   * Add grml-shlib to depends as we use one function from
145     /etc/grml/sh-lib.
146
147  -- Michael Prokop <mika@grml.org>  Fri, 27 Apr 2007 01:32:15 +0200
148
149 grml-x (0.3.22) unstable; urgency=low
150
151   * Updated zsh completion for grml-x. Thanks, ft!
152
153  -- Michael Prokop <mika@grml.org>  Tue, 17 Apr 2007 09:15:38 +0200
154
155 grml-x (0.3.21) unstable; urgency=low
156
157   * Big rewrite of grml-x: heavy use of evdev. Thanks for idea
158     to gebi! Now the options -nousb and -nops2 have been dropped
159     and were replaced by -ps2 and -usb. More details in the manpage.
160
161  -- Michael Prokop <mika@grml.org>  Wed,  4 Apr 2007 16:26:43 +0200
162
163 grml-x (0.3.20) unstable; urgency=low
164
165   * Avoid presence of two CorePointers, disable the PS/2 entry then.
166     [Testing: issue184]
167
168  -- Michael Prokop <mika@grml.org>  Tue,  3 Apr 2007 21:20:21 +0200
169
170 grml-x (0.3.19) unstable; urgency=low
171
172   * Mention package libgl1-mesa-dri in comments for DRI.
173
174  -- Michael Prokop <mika@grml.org>  Sat, 31 Mar 2007 00:25:19 +0200
175
176 grml-x (0.3.18) unstable; urgency=low
177
178   The 'I'm sure that many changes break anything'-release.
179
180   * Big code cleanup. Removed several comments used inside
181     xorg.conf. Dropped a lot from fontpath...
182   * Check for fonts.dir inside "X11R6 backwards compatibilty
183     font stuff", otherwise we use the old font patch always...
184   * Use 'id -u' instead of $UID.
185   * Use colors only if not booted with nocolor bootoption.
186   * Work around the 'intel' driver problem [Closes: issue177]
187   * Support fallback option [Closes: issue169]
188   * Do not run hwinfo if not really necessary [Closes: issue168]
189   * Check whether $WINDOWMANAGER is executable at all before using
190     it in $XINITRC.
191
192  -- Michael Prokop <mika@grml.org>  Mon, 26 Mar 2007 19:40:15 +0200
193
194 grml-x (0.3.17) unstable; urgency=low
195
196   * Added xcursor-themes to recommends.
197
198  -- Michael Prokop <mika@grml.org>  Sun, 18 Mar 2007 15:39:34 +0100
199
200 grml-x (0.3.16) unstable; urgency=low
201
202   * Add xserver-xorg-input-vmmouse to recommends.
203   * Change version schema from x.y-z to x.y.z.
204
205  -- Michael Prokop <mika@grml.org>  Sun, 18 Mar 2007 14:57:35 +0100
206
207 grml-x (0.3-15) unstable; urgency=low
208
209   * Add 'us' to XkbLayout no matter which language is detected.
210
211  -- Michael Prokop <mika@grml.org>  Sat, 20 Jan 2007 10:43:04 +0100
212
213 grml-x (0.3-14) unstable; urgency=low
214
215   * Use "Architecture: all" in debian/control to support architectures
216     not running on x86 as well.
217   * Bumb Standard Version to 3.7.2 (no further changes).
218   * Remove configure stuff in debian/rules.
219
220  -- Michael Prokop <mika@grml.org>  Sat, 11 Nov 2006 21:21:23 +0100
221
222 grml-x (0.3-13) unstable; urgency=low
223
224   * Update /etc/X11/xorg.conf.vmware: use vmmouse.
225   * grml-x: use /bin/zsh as intepreter
226
227  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 00:41:45 +0200
228
229 grml-x (0.3-12) unstable; urgency=low
230
231   * Add gnome-session (but leave gnomesession as fallback option)
232     to /etc/zsh/completion.d/grml-x.
233
234  -- Michael Prokop <mika@grml.org>  Sat, 12 Aug 2006 10:26:22 +0200
235
236 grml-x (0.3-11) unstable; urgency=low
237
238   * Take only one line from monitor parsed output. Thanks to Nico
239     for help investigating the problem.
240
241  -- Michael Prokop <mika@grml.org>  Sat,  5 Aug 2006 08:38:53 +0200
242
243 grml-x (0.3-10) unstable; urgency=low
244
245   * Updated hsync/vsync documentation (thanks for hint, Martin
246     Wuertele!) and improved usage information.
247
248  -- Michael Prokop <mika@grml.org>  Thu, 27 Jul 2006 21:57:23 +0200
249
250 grml-x (0.3-9) unstable; urgency=low
251
252   * Added dwm to /etc/zsh/completion.d/grml-x.
253
254  -- Michael Prokop <mika@grml.org>  Fri, 21 Jul 2006 00:42:53 +0200
255
256 grml-x (0.3-8) unstable; urgency=low
257
258   * Fixed missing whitespace in manpage, thx for info - Manuel Fuhr.
259   * Updated header information of /etc/zsh/completion.d/grml-x.
260
261  -- Michael Prokop <mika@grml.org>  Thu, 25 May 2006 13:09:52 +0200
262
263 grml-x (0.3-7) unstable; urgency=low
264
265   * Removed old-grml-x.
266   * Updated zsh completion:
267     - adjusted module listing for new Xorg
268     - dynamically create list of available window managers
269
270  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 13:35:18 +0200
271
272 grml-x (0.3-6) unstable; urgency=low
273
274   * It's 1280x1024 and not 1200x1024, adjusted in usage example.
275     Thanks for reporting, Gebi!
276
277  -- Michael Prokop <mika@grml.org>  Fri, 21 Apr 2006 01:22:45 +0200
278
279 grml-x (0.3-5) unstable; urgency=low
280
281   * Updated Xserver version recognition for Xorg 7.0.
282
283  -- Michael Prokop <mika@grml.org>  Sat, 15 Apr 2006 13:16:58 +0200
284
285 grml-x (0.3-4) unstable; urgency=low
286
287   * Deactivate RgbPath "/usr/X11R6/lib/X11/rgb" and
288     ModulePath   "/usr/X11R6/lib/modules" for Xorg 7.0.
289   * Updated URLs to Xorg 7.0.
290   * Added (not activated) Option "MonitorLayout" "LVDS, CRT".
291   * Removed all the ModeLine stuff.
292   * Reworked list of modules which should be loaded.
293     See #346408 for details.
294   * Use FontPath /usr/share/fonts/X11/... instead of
295     /usr/X11R6/lib/X11/fonts/... if directory
296     /usr/share/fonts/X11 is present.
297
298  -- Michael Prokop <mika@grml.org>  Thu, 13 Apr 2006 13:39:33 +0200
299
300 grml-x (0.3-3) unstable; urgency=low
301
302   * Fixed typo in Suggests (xfonts-base-transcoded), thanks for
303     hint, Hecka!
304
305  -- Michael Prokop <mika@grml.org>  Mon, 10 Apr 2006 11:48:38 +0200
306
307 grml-x (0.3-2) unstable; urgency=low
308
309   * Added deactivated 'Option "MonitorLayout" "LVDS"' to xorg.conf.
310
311  -- Michael Prokop <mika@grml.org>  Fri,  7 Apr 2006 19:06:43 +0200
312
313 grml-x (0.3-1) unstable; urgency=low
314
315   * New grml version.
316
317  -- Michael Prokop <mika@grml.org>  Thu,  6 Apr 2006 16:22:49 +0200
318
319 grml-x (0.2-14) unstable; urgency=low
320
321   * Updated /etc/X11/xorg.conf.vmware - don't use higher
322     resolutions than 1024x768.
323
324  -- Michael Prokop <mika@grml.org>  Thu, 23 Feb 2006 14:05:30 +0100
325
326 grml-x (0.2-13) unstable; urgency=low
327
328   * Added evilwm to zsh completion.
329   * Ship grml-x of grml 0.5 release as old-grml-x to be able to
330     compare reliability.
331
332  -- Michael Prokop <mika@grml.org>  Sun, 22 Jan 2006 00:50:21 +0100
333
334 grml-x (0.2-12) unstable; urgency=low
335
336   * Mouse-detection requires root permissions. Fixed that.
337
338  -- Michael Prokop <mika@grml.org>  Mon, 16 Jan 2006 11:43:17 +0100
339
340 grml-x (0.2-11) unstable; urgency=low
341
342   * Updated /etc/X11/xorg.conf.example and /etc/X11/xorg.conf.vmware.
343
344  -- Michael Prokop <mika@grml.org>  Sat, 14 Jan 2006 13:14:26 +0100
345
346 grml-x (0.2-10) unstable; urgency=low
347
348   * Added several comments to xorg.conf.
349   * Deactivated loading of speedo module as it got deprecated upstream,
350     see http://wiki.x.org/wiki/DeprecatedInX11R7
351
352  -- Michael Prokop <mika@grml.org>  Fri, 13 Jan 2006 23:00:55 +0100
353
354 grml-x (0.2-9) unstable; urgency=low
355
356   * Updated manpage (added some details about implementation).
357   * Added - not yet activated - '# Load evdev' to X config file.
358   * Updated URL for xorg in X config file.
359
360  -- Michael Prokop <mika@grml.org>  Fri, 13 Jan 2006 12:37:01 +0100
361
362 grml-x (0.2-8) unstable; urgency=low
363
364   * Applied patch for "AlpsPS/2 ALPS GlidePoint" detection,
365     thanks Timo Boettcher!
366
367  -- Michael Prokop <mika@grml.org>  Tue, 10 Jan 2006 14:47:46 +0100
368
369 grml-x (0.2-7) unstable; urgency=low
370
371   * Use vesa-module if hwinfo does not find anything and bootparam
372     xmodule isn't specified either.
373
374  -- Michael Prokop <mika@grml.org>  Sun,  1 Jan 2006 14:22:08 +0100
375
376 grml-x (0.2-6) unstable; urgency=low
377
378   * Use new zsh completion mechanism via /etc/zsh/completion.d.
379
380  -- Michael Prokop <mika@grml.org>  Sat, 10 Dec 2005 12:09:42 +0100
381
382 grml-x (0.2-5) unstable; urgency=low
383
384   * Adjusted zsh-completion.
385
386  -- Michael Prokop <mika@grml.org>  Tue,  6 Dec 2005 18:04:03 +0100
387
388 grml-x (0.2-4) unstable; urgency=low
389
390   * Added options '-novref' and '-nohsync'.
391   * Modified infotext (let's use 'Warning' instead of 'Error' as
392     it does not fail).
393
394  -- Michael Prokop <mika@grml.org>  Tue,  6 Dec 2005 14:56:58 +0100
395
396 grml-x (0.2-3) unstable; urgency=low
397
398   * Lets' drop:
399
400      InputDevice    "Synaptics" "CorePointer"
401
402     and use:
403
404      InputDevice    "Synaptics"  "AlwaysCore"
405
406     instead.
407
408  -- Michael Prokop <mika@grml.org>  Sat, 12 Nov 2005 22:59:16 +0100
409
410 grml-x (0.2-2) unstable; urgency=low
411
412   * Updated zsh-completion (removed ion2).
413
414  -- Michael Prokop <mika@grml.org>  Fri, 11 Nov 2005 00:46:43 +0100
415
416 grml-x (0.2-1) unstable; urgency=low
417
418   * grml-x seems to be quite stable.
419     Let's release version 0.2 for grml 0.5 therefore.
420
421  -- Michael Prokop <mika@grml.org>  Sun, 23 Oct 2005 19:14:52 +0200
422
423 grml-x (0.1-24) unstable; urgency=low
424
425   * Updated zsh-completion: added jwm, w9wm and windowlab to list
426     of available window managers.
427
428  -- Michael Prokop <mika@grml.org>  Sun,  9 Oct 2005 13:06:13 +0200
429
430 grml-x (0.1-23) unstable; urgency=low
431
432   * Options -nousb and -nosynaptics don't require arguments, fixed
433     zparseopts therefore.
434   * Added /etc/X11/xorg.conf.vmware and /etc/X11/xorg.conf.example.
435   * Added Options -nops2 (disable PS2/ mouse) and -genmouse (create
436     generic mouse entry).
437   * Added /etc/zsh/grml-x.completion and fixed some minor issues
438     with parameter parsing.
439
440  -- Michael Prokop <mika@grml.org>  Sat,  8 Oct 2005 23:07:18 +0200
441
442 grml-x (0.1-22) unstable; urgency=low
443
444   * Added option '-nousb' so we can deactivate the default entry
445     for /dev/input/mice (useful for example for VMware).
446
447  -- Michael Prokop <mika@grml.org>  Wed,  5 Oct 2005 22:40:56 +0200
448
449 grml-x (0.1-21) unstable; urgency=low
450
451   * Use /dev/input/mice instead of /dev/psaux for PS2-mouse.
452     Should work nowadays as expected.
453
454  -- Michael Prokop <mika@grml.org>  Wed,  5 Oct 2005 19:18:05 +0200
455
456 grml-x (0.1-20) unstable; urgency=low
457
458   * Adjusted path for zsh.
459   * Let's point $HWINFO to /usr/sbin/hwinfo.
460   * Big update of debian/control: recommends, depends and suggests...
461
462  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 00:57:13 +0200
463
464 grml-x (0.1-19) unstable; urgency=low
465
466   * Added sudo to depends.
467
468  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 00:37:18 +0200
469
470 grml-x (0.1-18) unstable; urgency=low
471
472   * Do not set resolution modes by default. Let the X server
473     deside which resolutions fits best.
474
475  -- Michael Prokop <mika@grml.org>  Fri, 30 Sep 2005 16:47:37 +0200
476
477 grml-x (0.1-17) unstable; urgency=low
478
479   * Improved ddc-handling and added option '-noddc':
480     - by default ddc probing is used
481     - if monitor does not support ddc, mode values are set
482     - if option -noddc' is set, mode values are set
483
484  -- Michael Prokop <mika@grml.org>  Fri, 30 Sep 2005 13:02:03 +0200
485
486 grml-x (0.1-16) unstable; urgency=low
487
488   * Updated grml-x-manpage to fix mandb-parsing-problem:
489     mandb: warning: /usr/share/man/man1/grml-x.1.gz: whatis parse for grml-x(1) failed
490
491  -- Michael Prokop <mika@grml.org>  Sun, 25 Sep 2005 13:00:16 +0200
492
493 grml-x (0.1-15) unstable; urgency=low
494
495   * Make sure the xconfig has the right permissions (root.root:644).
496
497  -- Michael Prokop <mika@grml.org>  Sat, 24 Sep 2005 18:28:11 +0200
498
499 grml-x (0.1-14) unstable; urgency=low
500
501   * Ok, we definitely need hsync and vsync on some computer.
502     Therefore we now have a '-nosync'-option which deactivates
503     hsync and vsync values.
504   * Updated manpage (mention -nosync and -nosynaptics).
505
506  -- Michael Prokop <mika@grml.org>  Thu, 22 Sep 2005 16:11:14 +0200
507
508 grml-x (0.1-13) unstable; urgency=low
509
510   * Upps, conflicts with grml-scripts 0.4-4 and not 0.4.4.
511
512  -- Michael Prokop <mika@grml.org>  Thu, 22 Sep 2005 14:20:17 +0200
513
514 grml-x (0.1-12) unstable; urgency=low
515
516   * Bumbed Standards-Version to 3.6.2.
517   * Added conflicts for grml-scripts <= 0.4.4.
518
519  -- Michael Prokop <mika@grml.org>  Thu, 22 Sep 2005 14:10:28 +0200
520
521 grml-x (0.1-11) unstable; urgency=low
522
523   * The "let's use X.org to detect present hardware support" release.
524   * Don't use hsync/vsync settings if not provided manually.
525   * Don't use Modes (1024x768 and so on) if not provided manually.
526
527  -- Michael Prokop <mika@grml.org>  Thu, 22 Sep 2005 11:51:58 +0200
528
529 grml-x (0.1-10) unstable; urgency=low
530
531   * Some fixes for being able to run 'grml-x' with root-permissions
532     on harddisk installation.
533
534  -- Michael Prokop <mika@grml.org>  Thu, 15 Sep 2005 17:46:35 +0200
535
536 grml-x (0.1-9) unstable; urgency=low
537
538   * Added option '-nosynaptics' for disabling synaptics touchpad (but
539     the touchpad itself should work anyway).
540   * Some small improvements regarding informational output, added
541     support for parsing '-h', -help' and '--help' as well.
542
543  -- Michael Prokop <mika@grml.org>  Thu, 15 Sep 2005 12:57:54 +0200
544
545 grml-x (0.1-8) unstable; urgency=low
546
547   * Removed /etc/X11/Xresources/ and /etc/X11/Xsession.d/.
548   * Improved cleanup of tmp-files in grml-x.
549
550  -- Michael Prokop <mika@grml.org>  Sun, 31 Jul 2005 11:42:56 +0200
551
552 grml-x (0.1-7) unstable; urgency=low
553
554   * startx/xinit started with options like ':8' (set specific
555     display) cause strange side effects on setup of fonts. :-/
556     Therefore don't use $DISPLAY as default but use it only if
557     specified via '-display #'.
558
559  -- Michael Prokop <mika@grml.org>  Sat, 30 Jul 2005 12:05:51 +0200
560
561 grml-x (0.1-6) unstable; urgency=low
562
563   * Updated manpage.
564   * Updated control-file (added Recommends:).
565   * Added README.Debian (provide info for Recommends:).
566
567  -- Michael Prokop <mika@grml.org>  Tue, 19 Jul 2005 15:08:47 +0200
568
569 grml-x (0.1-5) unstable; urgency=low
570
571   * Removed /usr/X11R6/lib/X11/xkb, should be fixed
572     upstream now.
573
574  -- Michael Prokop <mika@grml.org>  Wed, 13 Jul 2005 20:51:12 +0200
575
576 grml-x (0.1-4) unstable; urgency=low
577
578   * Fixed problem with synaptic touchpad.
579
580  -- Michael Prokop <mika@grml.org>  Sun, 10 Jul 2005 13:04:32 +0200
581
582 grml-x (0.1-3) unstable; urgency=low
583
584   * Slightly improved copyright file.
585
586  -- Michael Prokop <mika@grml.org>  Sun,  3 Jul 2005 17:09:57 +0200
587
588 grml-x (0.1-2) unstable; urgency=low
589
590   * Added '-nodpms'-option so we are able to disable 'Display Power Management
591     Signaling'.
592   * Added example entry for elo touchscreen.
593   * Fixed handling of '-xserver'-option.
594   * Update manpage.
595   * Don't ship /etc/init.d/xfree86-common anymore (let's trust on
596     xorg-common or xfree86-common that they ship a working version).
597   * Now we support startx-options via variable XOPTS, e.g.:
598       XOPTS='-depth 16' grml-x fluxbox
599
600  -- Michael Prokop <mika@grml.org>  Wed, 15 Jun 2005 12:58:37 +0200
601
602 grml-x (0.1-1) unstable; urgency=low
603
604   * Initial release.
605
606  -- Michael Prokop <mika@grml.org>  Mon, 23 May 2005 23:39:39 +0200
607