summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-10-08 19:44:20 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:16 +0200
commit4e4f3e83856fed8d0f16fff0bc885152273d7e85 (patch)
tree58ecad830c993eaaf1a39995631f1fd6b61ca877
parentbd6eff99abb3217cb4db0b6d8dff3e551582c8fc (diff)
Changed version to 0.11.8.v0.11.8
-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