summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-10-26 10:30:38 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:19 +0200
commit8e470c9d5851611bb95a78760dbf7bf5c7f8ca14 (patch)
treed5109ed8b3d830d8f34ef794b353eee7a868b725
parentd184b86a023afc88a94341e58c6c81e3bc5985c7 (diff)
Changed version to 0.12.0.v0.12.0
-rw-r--r--NEWS10
-rw-r--r--VERSION2
-rw-r--r--synaptics.c2
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5b9f40d..10c29b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.12.0 (2003-10-26)
+- Initial support for ALPS touchpads.
+- Implemented "locked drags" after a suggestion from Karl Kashofer.
+- In the synclient program, use case insensitive string matching for
+ parameter names.
+- Report all eight multi buttons in the synclient program.
+- Print the driver version string before other driver messages.
+- Added more models to the compatibility list.
+- Some documentation updates.
+
0.11.8 (2003-10-08)
- Initialize the id variable in QueryIsSynaptics(), so that we don't
print out garbage if the identification fails.
diff --git a/VERSION b/VERSION
index 1ee43fc..ac454c6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.11.8
+0.12.0
diff --git a/synaptics.c b/synaptics.c
index 967800d..c3d5ea5 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.8"
+#define VERSION "0.12.0"
/*****************************************************************************
* Forward declaration