From ddb6714a6249f4643b85afb39d235fbdbcb91b99 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Wed, 17 Dec 2003 00:37:26 +0100 Subject: Changed version to 0.12.2. --- NEWS | 23 +++++++++++++++++++++++ VERSION | 2 +- synaptics.c | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 869c18a..07fe0d2 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/VERSION b/VERSION index 34a8361..26acbf0 100644 --- a/VERSION +++ b/VERSION @@ -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 -- cgit v1.2.3