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