From 4e4f3e83856fed8d0f16fff0bc885152273d7e85 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Wed, 8 Oct 2003 19:44:20 +0200 Subject: Changed version to 0.11.8. --- NEWS | 8 ++++++++ VERSION | 2 +- synaptics.c | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b8f8062..5b9f40d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +0.11.8 (2003-10-08) +- Initialize the id variable in QueryIsSynaptics(), so that we don't + print out garbage if the identification fails. +- Added "Sharp Actius MM10" to the compatibility list. +- Added X include files so that the driver can be compiled without an + external XFree86 source tree. +- Some documentation updates. + 0.11.7 (2003-09-28) - Added "Acer TravelMate 234LC" to the compatibility list. - Added "Gateway 600S" to the compatibility list. diff --git a/VERSION b/VERSION index b80f98e..1ee43fc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.7 +0.11.8 diff --git a/synaptics.c b/synaptics.c index 14ecbd4..6dd38f1 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.7" +#define VERSION "0.11.8" /***************************************************************************** * Forward declaration -- cgit v1.2.3