diff options
author | Peter Osterlund <petero2@telia.com> | 2003-10-26 10:30:38 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:19 +0200 |
commit | 8e470c9d5851611bb95a78760dbf7bf5c7f8ca14 (patch) | |
tree | d5109ed8b3d830d8f34ef794b353eee7a868b725 | |
parent | d184b86a023afc88a94341e58c6c81e3bc5985c7 (diff) |
Changed version to 0.12.0.v0.12.0
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | synaptics.c | 2 |
3 files changed, 12 insertions, 2 deletions
@@ -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. @@ -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 |