summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-12-17 00:37:26 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:33 +0200
commitddb6714a6249f4643b85afb39d235fbdbcb91b99 (patch)
treee8deb3defab3b98ddba78d44989251d074ba7b87
parent14ae2733772d87f6205d46e57672d6acd37666f0 (diff)
Changed version to 0.12.2.v0.12.2
-rw-r--r--NEWS23
-rw-r--r--VERSION2
-rw-r--r--synaptics.c2
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