summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--VERSION2
-rw-r--r--synaptics.c2
3 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 23bfaca..b8f8062 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.11.7 (2003-09-28)
+- Added "Acer TravelMate 234LC" to the compatibility list.
+- Added "Gateway 600S" to the compatibility list.
+- When using the Linux 2.6 event device, try to get exclusive access
+ to the device, so that touchpad data doesn't leak to
+ /dev/input/mice. This should fix problems with recent 2.6 kernels.
+
0.11.6 (2003-09-26)
- Updated the config section in INSTALL.DE. Added warning explaining
that the file is not up to date.
diff --git a/VERSION b/VERSION
index e5cbde3..b80f98e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.11.6
+0.11.7
diff --git a/synaptics.c b/synaptics.c
index 56b38c8..14ecbd4 100644
--- a/synaptics.c
+++ b/synaptics.c
@@ -107,7 +107,7 @@ typedef enum {
#define DEV_INPUT_EVENT "/dev/input"
#define EVENT_DEV_NAME "event"
-#define VERSION "0.11.6"
+#define VERSION "0.11.7"
/*****************************************************************************
* Forward declaration