From 4c4599a8acc2d1b1ab3eb8453cedf435e984aa13 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sat, 24 Apr 2004 15:30:53 +0200 Subject: Changed version to 0.13.0. --- Makefile | 2 +- NEWS | 21 +++++++++++++++++++++ manpages/synclient.1 | 2 +- manpages/syndaemon.1 | 2 +- synaptics.spec | 2 +- 5 files changed, 25 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 50e9dfa..49b4557 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.12.5 +VERSION=0.13.0 # Define the TOP variable to build using include files from a local source tree. #TOP = /usr/src/redhat/BUILD/XFree86-4.3.0/xc diff --git a/NEWS b/NEWS index 9f50914..9662929 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +0.13.0 (2004-04-24) +- Added back support for the TOP Makefile variable. (Needed when + compiling for XFree86 < 4.2). +- Fixed "double tap and drag", which is needed for word selection from + an xterm. +- Made it possible to bind the CornerButton and TapButton parameters + to button values > 3. +- Locked drags incorrectly generated extra button events in some + cases. +- Handle synaptics touchpads with a middle mouse button. Based on a + 2.6 kernel patch from Dmitry Torokhov. +- Added (untested) support for the FreeBSD psm mouse driver. +- If the evdev kernel module seems to be missing, say so in the log + file. (Very common error situation when using 2.6 kernels.) +- Added support for ALPS touchpads using the 2.4 linux kernel. +- Removed "repeater" from the shared memory segment. It's not possible + to share pointers between different address spaces. +- Added more models to the compatibility list. +- Various documentation updates. +- Some code cleanups. + 0.12.5 (2004-03-04) - Added more models to the compatibility list. - Added support for physical (ie not emulated) middle mouse buttons. diff --git a/manpages/synclient.1 b/manpages/synclient.1 index d8c7ce5..e81fd4d 100644 --- a/manpages/synclient.1 +++ b/manpages/synclient.1 @@ -1,4 +1,4 @@ -.TH "synclient" "1" "0.12.5" "" "" +.TH "synclient" "1" "0.13.0" "" "" .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 a4a5be7..2954116 100644 --- a/manpages/syndaemon.1 +++ b/manpages/syndaemon.1 @@ -1,4 +1,4 @@ -.TH "syndaemon" "1" "0.12.5" "" "" +.TH "syndaemon" "1" "0.13.0" "" "" .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 5a2cc44..2e3b504 100644 --- a/synaptics.spec +++ b/synaptics.spec @@ -1,6 +1,6 @@ Summary: The Synaptics touchpad X driver Name: synaptics -Version: 0.12.5 +Version: 0.13.0 Release: 1 License: GPL Group: User Interface/X -- cgit v1.2.3