diff options
author | Peter Osterlund <petero2@telia.com> | 2006-06-04 01:54:16 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-06-04 01:54:16 +0200 |
commit | f5ebf048b83890dda9a9309efce826717e6f3c47 (patch) | |
tree | 7460048c7e3fe4f01d43f8130f3dcd8b710c84bf | |
parent | bb4988f97ade7ae216ff797a96eed5ea668e9763 (diff) |
Changed version to 0.14.5.v0.14.5
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | manpages/synaptics.5 | 2 | ||||
-rw-r--r-- | manpages/synclient.1 | 2 | ||||
-rw-r--r-- | manpages/syndaemon.1 | 2 | ||||
-rw-r--r-- | synaptics.spec | 2 |
6 files changed, 16 insertions, 5 deletions
@@ -1,6 +1,6 @@ VER_LEVEL_1=0 VER_LEVEL_2=14 -VER_LEVEL_3=4 +VER_LEVEL_3=5 VERSION=$(VER_LEVEL_1).$(VER_LEVEL_2).$(VER_LEVEL_3) VERSION_ID=($(VER_LEVEL_1)*10000+$(VER_LEVEL_2)*100+$(VER_LEVEL_3)) @@ -1,3 +1,14 @@ +0.14.5 (2006-06-04) +- Added PREFIX support to the Makefile. From Ricardo Garcia. +- Implemented pressure dependent motion speed. From Stephane Rosi. +- Minor documentation updates. +- Implemented two-finger vertical and horizontal scrolling. From + Stefan Bethge. +- Some code cleanup. +- Makefile support for Xorg 7.0. From Mattia Dongili. +- Added new parameter "SingleTapTimeout" to give greater control over + tap behavior. From Vaclav Kadlcik. + 0.14.4 (2005-11-06) - X header file fix for xorg 6.8.99.15. Patch from Christoph Brill. - Fixed some long vs int inconsistencies to make the driver work diff --git a/manpages/synaptics.5 b/manpages/synaptics.5 index f5061f9..573e6b0 100644 --- a/manpages/synaptics.5 +++ b/manpages/synaptics.5 @@ -1,4 +1,4 @@ -.TH "synaptics" "5" "0.14.4" "" "" +.TH "synaptics" "5" "0.14.5" "" "" .SH "NAME" .LP synaptics - Synaptics touchpad driver for XOrg/XFree86. diff --git a/manpages/synclient.1 b/manpages/synclient.1 index b95ece6..960e9cb 100644 --- a/manpages/synclient.1 +++ b/manpages/synclient.1 @@ -1,4 +1,4 @@ -.TH "synclient" "1" "0.14.4" "" "" +.TH "synclient" "1" "0.14.5" "" "" .SH "NAME" .LP synclient \- query and modify Synaptics TouchPad driver for diff --git a/manpages/syndaemon.1 b/manpages/syndaemon.1 index dddb878..5ab5b50 100644 --- a/manpages/syndaemon.1 +++ b/manpages/syndaemon.1 @@ -1,4 +1,4 @@ -.TH "syndaemon" "1" "0.14.4" "" "" +.TH "syndaemon" "1" "0.14.5" "" "" .SH "NAME" .LP syndaemon \- a program that monitors keyboard activity and disables diff --git a/synaptics.spec b/synaptics.spec index 9a9be1f..871927c 100644 --- a/synaptics.spec +++ b/synaptics.spec @@ -2,7 +2,7 @@ Summary: The Synaptics touchpad X driver Name: synaptics -Version: 0.14.4 +Version: 0.14.5 Release: 1 License: GPL Group: User Interface/X |