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