summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-01-11 13:21:34 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:38 +0200
commit7a8a1ecc60201a685ddc2a6bec79c149fbb8c6fd (patch)
tree0d382f105cc1c415414ea6002762f6d91f42483e
parent5222a887b607c313053cfd5f1176c943d827638b (diff)
Changed version to 0.12.3.v0.12.3
-rw-r--r--NEWS10
-rw-r--r--VERSION2
-rw-r--r--synaptics.c2
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 07fe0d2..bf638fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.12.3 (2004-01-11)
+- Added more models to the compatibility list.
+- Updated the documentation.
+- Added French translation of the INSTALL file. Contributed by Rigot
+ Michel.
+- Removed deprecated use of psmouse_noext in the alps patch. This
+ makes the patch work also for recent -mm kernels. (This breaks alps
+ support for kernels older than 2.6.1-rc1, but those kernels should
+ not be used anyway.)
+
0.12.2 (2003-12-17)
- Added more models to the compatibility list.
- Updated the documentation.
diff --git a/VERSION b/VERSION
index 26acbf0..aa22d3c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.12.2
+0.12.3
diff --git a/synaptics.c b/synaptics.c
index f6164e6..252ef4b 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.2"
+#define VERSION "0.12.3"
/*****************************************************************************
* Forward declaration