summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2005-11-06 16:35:31 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:03:36 +0200
commit0a7bcaa66bf6f7ac86795bee6e2c7408b65c07b6 (patch)
tree893c06739a1bae2ee5de42d7f2faac129da70ab4
parentcec437d4234a5e43d9ec66af629aed7d3140fcdb (diff)
Changed version to 0.14.4.v0.14.4
-rw-r--r--Makefile2
-rw-r--r--NEWS16
-rw-r--r--manpages/synaptics.52
-rw-r--r--manpages/synclient.12
-rw-r--r--manpages/syndaemon.12
-rw-r--r--synaptics.spec2
6 files changed, 21 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 1ac73f3..34f6a7f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VER_LEVEL_1=0
VER_LEVEL_2=14
-VER_LEVEL_3=3
+VER_LEVEL_3=4
VERSION=$(VER_LEVEL_1).$(VER_LEVEL_2).$(VER_LEVEL_3)
VERSION_ID=($(VER_LEVEL_1)*10000+$(VER_LEVEL_2)*100+$(VER_LEVEL_3))
diff --git a/NEWS b/NEWS
index 49ee6cf..a10f8bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+0.14.4 (2005-11-06)
+- X header file fix for xorg 6.8.99.15. Patch from Christoph Brill.
+- Fixed some long vs int inconsistencies to make the driver work
+ correctly on 64 bit machines.
+- Made the device name change code handle more cases. Patch from Karl
+ Tomlinson.
+- Included driver version number in the shared memory segment.
+ Suggested by Stefan Kombrink for use in ksynaptics.
+- Vertical/horizontal scrolling was incorrectly stopped then the
+ finger left the lower right corner if the scrolling was started from
+ within that corner. Reported by Arie Huijzer.
+- Added option to syndaemon to ignore "modifier+another key" combos.
+ Patch from Mattia Dongili.
+- Documentation updates.
+- Updated the compatibility list.
+
0.14.3 (2005-07-22)
- Added -k switch to syndaemon to make it ignore modifier keys when
monitoring keyboard activity. Suggested by Harold Aling.
diff --git a/manpages/synaptics.5 b/manpages/synaptics.5
index 77c28ff..7e7c187 100644
--- a/manpages/synaptics.5
+++ b/manpages/synaptics.5
@@ -1,4 +1,4 @@
-.TH "synaptics" "5" "0.14.3" "" ""
+.TH "synaptics" "5" "0.14.4" "" ""
.SH "NAME"
.LP
synaptics - Synaptics touchpad driver for XOrg/XFree86.
diff --git a/manpages/synclient.1 b/manpages/synclient.1
index dc5e4e0..b95ece6 100644
--- a/manpages/synclient.1
+++ b/manpages/synclient.1
@@ -1,4 +1,4 @@
-.TH "synclient" "1" "0.14.3" "" ""
+.TH "synclient" "1" "0.14.4" "" ""
.SH "NAME"
.LP
synclient \- query and modify Synaptics TouchPad driver for
diff --git a/manpages/syndaemon.1 b/manpages/syndaemon.1
index 00cba10..dddb878 100644
--- a/manpages/syndaemon.1
+++ b/manpages/syndaemon.1
@@ -1,4 +1,4 @@
-.TH "syndaemon" "1" "0.14.3" "" ""
+.TH "syndaemon" "1" "0.14.4" "" ""
.SH "NAME"
.LP
syndaemon \- a program that monitors keyboard activity and disables
diff --git a/synaptics.spec b/synaptics.spec
index b956952..0ed857c 100644
--- a/synaptics.spec
+++ b/synaptics.spec
@@ -1,6 +1,6 @@
Summary: The Synaptics touchpad X driver
Name: synaptics
-Version: 0.14.3
+Version: 0.14.4
Release: 1
License: GPL
Group: User Interface/X