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