summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--VERSION2
-rw-r--r--synaptics.c2
3 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b8f8062..5b9f40d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.11.8 (2003-10-08)
+- Initialize the id variable in QueryIsSynaptics(), so that we don't
+ print out garbage if the identification fails.
+- Added "Sharp Actius MM10" to the compatibility list.
+- Added X include files so that the driver can be compiled without an
+ external XFree86 source tree.
+- Some documentation updates.
+
0.11.7 (2003-09-28)
- Added "Acer TravelMate 234LC" to the compatibility list.
- Added "Gateway 600S" to the compatibility list.
diff --git a/VERSION b/VERSION
index b80f98e..1ee43fc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.11.7
+0.11.8
diff --git a/synaptics.c b/synaptics.c
index 14ecbd4..6dd38f1 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.7"
+#define VERSION "0.11.8"
/*****************************************************************************
* Forward declaration