diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-06-05 11:19:29 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-06-05 11:19:29 +0000 |
commit | 0c991b64b3e46f98b21c338d54c9b077f64d9024 (patch) | |
tree | 0a9d6dba7141be1a6a37949c31b6f0afe4892f4c | |
parent | ddeae471b246fdd9d69877f118f181ae2224174b (diff) | |
download | drakx-kbd-mouse-x11-0c991b64b3e46f98b21c338d54c9b077f64d9024.tar drakx-kbd-mouse-x11-0c991b64b3e46f98b21c338d54c9b077f64d9024.tar.gz drakx-kbd-mouse-x11-0c991b64b3e46f98b21c338d54c9b077f64d9024.tar.bz2 drakx-kbd-mouse-x11-0c991b64b3e46f98b21c338d54c9b077f64d9024.tar.xz drakx-kbd-mouse-x11-0c991b64b3e46f98b21c338d54c9b077f64d9024.zip |
0.74.1
-rw-r--r-- | Makefile.config | 2 | ||||
-rw-r--r-- | NEWS | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config index 425a95b..ac26eb0 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,3 +1,3 @@ NAME = drakx-kbd-mouse-x11 -VERSION = 0.74 +VERSION = 0.74.1 BRANCH = trunk @@ -1,3 +1,13 @@ +Version 0.74.1 - 5 June 2009 + +- keyboarddrake: + o update the xkb HAL keys when the keyboard layout is changed so that it + persists after a X server restart. Bug #49725 +- XFdrake: + o fix crash when both monitor and driver can not be probed (in + harddrake service or XFdrake --auto), for example with some Quanta + IL1 netbooks using Chrome9 IC3 + Version 0.74 - 22 April 2009 - mousedrake: |