diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-06-09 14:46:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-06-09 14:46:11 +0000 |
commit | 714abb7ede1ae6c03e396ac4a4ac72a1cea90f47 (patch) | |
tree | b425c7bd6d12bb57fa4c737c71b7761a7ee5fc9d | |
parent | 68cf8e5fb687a00e6dca5ba271c77f94bca4a569 (diff) | |
download | drakx-kbd-mouse-x11-714abb7ede1ae6c03e396ac4a4ac72a1cea90f47.tar drakx-kbd-mouse-x11-714abb7ede1ae6c03e396ac4a4ac72a1cea90f47.tar.gz drakx-kbd-mouse-x11-714abb7ede1ae6c03e396ac4a4ac72a1cea90f47.tar.bz2 drakx-kbd-mouse-x11-714abb7ede1ae6c03e396ac4a4ac72a1cea90f47.tar.xz drakx-kbd-mouse-x11-714abb7ede1ae6c03e396ac4a4ac72a1cea90f47.zip |
0.58
-rw-r--r-- | Makefile.config | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config index b176e43..9ad911c 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,3 +1,3 @@ NAME = drakx-kbd-mouse-x11 -VERSION = 0.57 +VERSION = 0.58 BRANCH = trunk @@ -1,5 +1,9 @@ +Version 0.58 - 9 June 2008 + - XFdrake: o Composite is now the default in xserver 1.4 (#35043) + o do not create symlink /etc/X11/X to ../../usr/bin/Xorg (#41363) + o drop support for /etc/X11/XF86Config (replaced by xorg.conf for some time now) - mousedrake: o evdev and imwheel handle orthogonal things, so do use imwheel even if we need evdev (#40088) |