diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | manpages/synclient.1 | 2 | ||||
-rw-r--r-- | manpages/syndaemon.1 | 2 | ||||
-rw-r--r-- | synaptics.spec | 2 |
5 files changed, 17 insertions, 4 deletions
@@ -1,4 +1,4 @@ -VERSION=0.14.1 +VERSION=0.14.2 # 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,16 @@ +0.14.2 (2005-05-16) +- Added a hotplug script that disables the touchpad when a USB mouse + is connected. (And reenables it again when the USB mouse is + disconnected.) From Joergen Scheibengruber. +- Ignore the finger count from synaptics touchpads if the finger + pressure is below finger_high. Some touchpads (for example, the one + found on HP Pavilion 2028) report an unreliable finger count when + the finger pressure is very low. +- Use better permission modes in "make install". Patch from Mattia + Dongili. +- Some documentation updates. +- Updated the compatibility list. + 0.14.1 (2005-03-15) - Fix for build problems on Gentoo amd64 systems. - Added -p switch to syndaemon to make it record its pid in a pid diff --git a/manpages/synclient.1 b/manpages/synclient.1 index 0caf427..496788f 100644 --- a/manpages/synclient.1 +++ b/manpages/synclient.1 @@ -1,4 +1,4 @@ -.TH "synclient" "1" "0.14.1" "" "" +.TH "synclient" "1" "0.14.2" "" "" .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 0dc537b..008413d 100644 --- a/manpages/syndaemon.1 +++ b/manpages/syndaemon.1 @@ -1,4 +1,4 @@ -.TH "syndaemon" "1" "0.14.1" "" "" +.TH "syndaemon" "1" "0.14.2" "" "" .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 4c9c646..1eaef7d 100644 --- a/synaptics.spec +++ b/synaptics.spec @@ -1,6 +1,6 @@ Summary: The Synaptics touchpad X driver Name: synaptics -Version: 0.14.1 +Version: 0.14.2 Release: 1 License: GPL Group: User Interface/X |