diff options
author | Peter Osterlund <petero2@telia.com> | 2005-03-15 00:25:30 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:03:12 +0200 |
commit | 647ecb09b4d389dbbfe813bf9bb7a1a4b68e86f7 (patch) | |
tree | 75b9ff535356d830cd97d85d97087064d7999a8f | |
parent | bfb376e84848b6ef98db804a77c0596ab9020d18 (diff) |
Changed version to 0.14.1.v0.14.1
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | manpages/synclient.1 | 2 | ||||
-rw-r--r-- | manpages/syndaemon.1 | 2 | ||||
-rw-r--r-- | synaptics.spec | 2 |
5 files changed, 21 insertions, 4 deletions
@@ -1,4 +1,4 @@ -VERSION=0.14.0 +VERSION=0.14.1 # 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,20 @@ +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 + file. This simplifies init scripts. Based on a patch from maximilian + Attems. +- Made the event auto device detection work even if some + /dev/input/event nodes are missing, which can happen when using a + udev based system. +- Fixed alpscomm.c so that the X server doesn't lock up if you + incorrectly configure the driver to read from an event device using + protocol "alps". +- Fixed off by one error in alps_process_byte(). +- Improved the "synclient -h" text when running on a 2.6 linux + kernel. +- Some documentation updates. +- Updated the compatibility list. + 0.14.0 (2005-01-06) - Configurable palm detection heuristics. From Sean Dilda. - Added FastTaps option to make the driver react faster to tapping. diff --git a/manpages/synclient.1 b/manpages/synclient.1 index f89b7f6..e2dea1a 100644 --- a/manpages/synclient.1 +++ b/manpages/synclient.1 @@ -1,4 +1,4 @@ -.TH "synclient" "1" "0.14.0" "" "" +.TH "synclient" "1" "0.14.1" "" "" .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 847bd1e..6b5133f 100644 --- a/manpages/syndaemon.1 +++ b/manpages/syndaemon.1 @@ -1,4 +1,4 @@ -.TH "syndaemon" "1" "0.14.0" "" "" +.TH "syndaemon" "1" "0.14.1" "" "" .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 d1d539b..4c9c646 100644 --- a/synaptics.spec +++ b/synaptics.spec @@ -1,6 +1,6 @@ Summary: The Synaptics touchpad X driver Name: synaptics -Version: 0.14.0 +Version: 0.14.1 Release: 1 License: GPL Group: User Interface/X |