diff options
-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 |