diff options
author | Peter Osterlund <petero2@telia.com> | 2003-12-17 00:37:26 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:33 +0200 |
commit | ddb6714a6249f4643b85afb39d235fbdbcb91b99 (patch) | |
tree | e8deb3defab3b98ddba78d44989251d074ba7b87 | |
parent | 14ae2733772d87f6205d46e57672d6acd37666f0 (diff) |
Changed version to 0.12.2.v0.12.2
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | synaptics.c | 2 |
3 files changed, 25 insertions, 2 deletions
@@ -1,3 +1,26 @@ +0.12.2 (2003-12-17) +- Added more models to the compatibility list. +- Updated the documentation. +- Added an fflush() call after the printf in the monitor loop in + synclient.c. This makes "synclient -m" behave better when the output + is piped to some other program. From Anders Kaseorg. +- Added parameter settings to the InputDevice example in README.alps, + so that the whole thing can be cut and pasted into the XFree86 + config file. Suggestion from Gene Imes. +- Made syndaemon recognize the '?' option, causing the help message to + be printed. +- In the syndaemon help message, print the default disable time. + Suggestion from Frédéric Bothamy. +- Only use the -fno-merge-constants compiler flag if the compiler + understands it. +- Updated INSTALL.DE. Translation contributed by Markus B. +- Added pass through support, ie support for guest devices. From David + Kennedy and Fred Hucht, somewhat cleaned up by me. +- Updated the alps.patch to handle the gesture bit correctly. From Tom + Sightler. +- Made tap processing configurable. Patch from Justin Quek, cleaned up + somewhat by me. + 0.12.1 (2003-11-14) - Added more models to the compatibility list. - Updated the documentation. @@ -1 +1 @@ -0.12.1 +0.12.2 diff --git a/synaptics.c b/synaptics.c index baaae61..f6164e6 100644 --- a/synaptics.c +++ b/synaptics.c @@ -112,7 +112,7 @@ typedef enum { #define DEV_INPUT_EVENT "/dev/input" #define EVENT_DEV_NAME "event" -#define VERSION "0.12.1" +#define VERSION "0.12.2" /***************************************************************************** * Forward declaration |