diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | manpages/synclient.1 | 2 | ||||
-rw-r--r-- | manpages/syndaemon.1 | 2 | ||||
-rw-r--r-- | synaptics.spec | 2 |
5 files changed, 18 insertions, 4 deletions
@@ -1,4 +1,4 @@ -VERSION=0.13.2 +VERSION=0.13.3 # Define the TOP variable to build using include files from a local source tree. #TOP = /usr/src/redhat/BUILD/XFree86-4.3.0/xc @@ -1,3 +1,17 @@ +0.13.3 (2004-06-13) +- Added support for Synaptics cPad devices. (Also requires a 2.6 + kernel patch.) From Jan Steinhoff. +- Bug fix for touchpads with a middle mouse button. +- Fixed handling of the repeater device. +- Fixed compiler warnings when using the xorg sdk include files. +- Added two parameters: + * MaxDoubleTapTime makes it easier to do fast double clicks. + * ClickTime adds a delay between the button down and button up + events generated in response to a tap event. +- Updated the alps patch for kernel 2.6.7-rc3. +- Added -V option to synclient to display the version number. +- Updated the compatibility list. + 0.13.2 (2004-05-09) - Fixed middle mouse button emulation, which broke in the 0.13.0 release. diff --git a/manpages/synclient.1 b/manpages/synclient.1 index ad3b3de..01ec2a9 100644 --- a/manpages/synclient.1 +++ b/manpages/synclient.1 @@ -1,4 +1,4 @@ -.TH "synclient" "1" "0.13.2" "" "" +.TH "synclient" "1" "0.13.3" "" "" .SH "NAME" .LP synclient \- query and modify Synaptics TouchPad driver for XFree86 server parameters on the fly. diff --git a/manpages/syndaemon.1 b/manpages/syndaemon.1 index eda2215..670ccc2 100644 --- a/manpages/syndaemon.1 +++ b/manpages/syndaemon.1 @@ -1,4 +1,4 @@ -.TH "syndaemon" "1" "0.13.2" "" "" +.TH "syndaemon" "1" "0.13.3" "" "" .SH "NAME" .LP syndaemon \- a program that monitors keyboard activity and disables the touchpad when the keyboard is being used. diff --git a/synaptics.spec b/synaptics.spec index ee50173..f2dbaa5 100644 --- a/synaptics.spec +++ b/synaptics.spec @@ -1,6 +1,6 @@ Summary: The Synaptics touchpad X driver Name: synaptics -Version: 0.13.2 +Version: 0.13.3 Release: 1 License: GPL Group: User Interface/X |