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