summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-04-24 15:28:51 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-04-24 15:28:51 +0200
commit7fe06dc37595a39e0298d9123a669d06df934c35 (patch)
tree8201bacb6fd3a0e4f2f9df136bff0f6abe3df9ef
parent7665457d70a37c3187b3dfcc54a7f15058e8acba (diff)
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
-rw-r--r--src/acecad.c2
3 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7399bd0..0db03e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-04-24 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+ * configure.ac:
+ Bump to 1.1.1.
+
+ * src/acecad.c:
+ Bump to 1.1.1.
+ Support 2.6.x kernels.
+ Use the proper MessageType for probed, default, info and error messages.
+ Clean up defines, and add an include to fix compilation when LINUX_INPUT is defined
+
2006-04-06 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index c0ff6ad..f93f430 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-input-acecad],
- 1.1.0,
+ 1.1.1,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-input-acecad)
diff --git a/src/acecad.c b/src/acecad.c
index abe8bf8..c10aaf4 100644
--- a/src/acecad.c
+++ b/src/acecad.c
@@ -105,7 +105,7 @@ static XF86ModuleVersionInfo VersionRec =
MODINFOSTRING1,
MODINFOSTRING2,
XORG_VERSION_CURRENT,
- 1, 1, 0,
+ 1, 1, 1,
ABI_CLASS_XINPUT,
ABI_XINPUT_VERSION,
MOD_CLASS_XINPUT,