diff options
author | Peter Osterlund <petero2@telia.com> | 2004-07-27 12:20:54 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:39 +0200 |
commit | 2568c5e28dd0d175ac47085ac5f62490a1759c0d (patch) | |
tree | adcdca0f2d35fe8d5d54ef76d48a8b0ef065b582 | |
parent | 53b9941db7b95436f701a9a5bd065a4069ab573f (diff) |
Changed version to 0.13.4.v0.13.4
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | manpages/synclient.1 | 2 | ||||
-rw-r--r-- | manpages/syndaemon.1 | 2 | ||||
-rw-r--r-- | synaptics.spec | 2 |
5 files changed, 20 insertions, 4 deletions
@@ -1,4 +1,4 @@ -VERSION=0.13.3 +VERSION=0.13.4 # 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,19 @@ +0.13.4 (2004-07-27) +- Fixed X server crash caused by forgetting to remove the timer + callback in the DeviceOff() function. +- Fixed a problem with the shared memory area not being accessible + after logging out from a KDE session and then logging in again + without restarting the X server. +- Added support for circular touchpads. From Axel G. Rossberg. +- Added a true daemon mode to syndaemon. From James Ketrenos. +- Better default parameters for alps touchpads. +- Added Dmitry Torokhov's updated alps patch that can do hardware + auto-detection and also disables hardware tapping. +- Modified the Makefile to make it easier to build the driver for + x86_64 systems. +- Some documentation updates. +- Updated the compatibility list. + 0.13.3 (2004-06-13) - Added support for Synaptics cPad devices. (Also requires a 2.6 kernel patch.) From Jan Steinhoff. diff --git a/manpages/synclient.1 b/manpages/synclient.1 index b65f7df..de30d71 100644 --- a/manpages/synclient.1 +++ b/manpages/synclient.1 @@ -1,4 +1,4 @@ -.TH "synclient" "1" "0.13.3" "" "" +.TH "synclient" "1" "0.13.4" "" "" .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 fa286c2..80be034 100644 --- a/manpages/syndaemon.1 +++ b/manpages/syndaemon.1 @@ -1,4 +1,4 @@ -.TH "syndaemon" "1" "0.13.3" "" "" +.TH "syndaemon" "1" "0.13.4" "" "" .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 f2dbaa5..4779fd9 100644 --- a/synaptics.spec +++ b/synaptics.spec @@ -1,6 +1,6 @@ Summary: The Synaptics touchpad X driver Name: synaptics -Version: 0.13.3 +Version: 0.13.4 Release: 1 License: GPL Group: User Interface/X |