Changed version to 0.12.2.

This commit is contained in:
Peter Osterlund
2003-12-17 00:37:26 +01:00
parent 14ae273377
commit ddb6714a62
3 changed files with 25 additions and 2 deletions

23
NEWS
View File

@@ -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.

View File

@@ -1 +1 @@
0.12.1
0.12.2

View File

@@ -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