summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-09-26 08:02:51 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:13 +0200
commit08dbc35d45bedb73570bec917138622aeb646b0a (patch)
treea041ff0a667b60d4cf541877794b34da1dbc6d50
parent0b82ac7de42319c42fcb910cc4ae8757e2d35e5c (diff)
Changed version to 0.11.6.v0.11.6
-rw-r--r--NEWS7
-rw-r--r--VERSION2
-rw-r--r--synaptics.c2
3 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f19018a..23bfaca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.11.6 (2003-09-26)
+- Updated the config section in INSTALL.DE. Added warning explaining
+ that the file is not up to date.
+- Forgot to change the default values for TopEdge and BottomEdge when
+ reversing the Y direction in version 0.11.5.
+- Warn about (and fix) mis-configured TopEdge/BottomEdge parameters.
+
0.11.5 (2003-09-25)
- Use the EVIOCGID ioctl for synaptics event device auto detection.
This is much simpler than parsing /proc/bus/input/devices and more
diff --git a/VERSION b/VERSION
index 62d5dbd..e5cbde3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.11.5
+0.11.6
diff --git a/synaptics.c b/synaptics.c
index 43ca30e..72e34b9 100644
--- a/synaptics.c
+++ b/synaptics.c
@@ -107,7 +107,7 @@ typedef enum {
#define DEV_INPUT_EVENT "/dev/input"
#define EVENT_DEV_NAME "event"
-#define VERSION "0.11.5"
+#define VERSION "0.11.6"
/*****************************************************************************
* Forward declaration