summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpingc <pingc>2006-05-05 17:21:55 +0000
committerpingc <pingc>2006-05-05 17:21:55 +0000
commit9d40acbbb96240612d86d6e55301967096fafde1 (patch)
tree8314227f71addb327f4e054e80afe69a93543125
parent5dc452744428809f76e028bd651d015c3a6fc62f (diff)
downloadxf86-input-wacom-9d40acbbb96240612d86d6e55301967096fafde1.tar.gz
Ready to release 0.7.4release-0_7_4release-0.7.4
-rw-r--r--ChangeLog60
-rw-r--r--src/wacdump.c3
-rw-r--r--src/xidump.c5
3 files changed, 10 insertions, 58 deletions
diff --git a/ChangeLog b/ChangeLog
index d18824f..22bb27f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-05 Ping Cheng <pingc@wacom.com>
+ * Updated website
+ * Ready to release 0.7.4
+
2006-05-03 Ping Cheng <pingc@wacom.com>
* Removed kernels 2.6.2/3/4/5/6/7
@@ -46,58 +50,4 @@
2005-12-21 Ping Cheng <pingc@wacom.com>
* Updated website
- * Released 0.7.2
-
-2005-12-16 Ping Cheng <pingc@wacom.com>
- * updated configure.in and acinclude.m4 to use system info
- to decide wacom_drv default module and etc.
- * Removed evdev.c in src/2.6.x
- * Updated configure scripts and src/2.6.x/Makefile.in
- to remove evdev from building string
-
-2005-12-05 Ping Cheng <pingc@wacom.com>
- * Updated README and NEWS
- * Modified configure.in
-
-2005-12-02 Ping Cheng <pingc@wacom.com>
- * Send EVIOCGRAB ioctl to kernel in wcmUSB.c (Christian Lupien)
- * Removed mousedev.c and usbmouse.c in src/2.6.x
- since wacom takes whole control of the tablet now
- * Updated configure scripts and src/2.6.x/Makefile.in
- to remove mousedev and usbmouse from building string
-
-2005-11-22 Ping Cheng <pingc@wacom.com>
- * linuxwacom-0.7.1-1 released
- * Fixed a dual monitor display issue
-
-2005-11-18 Ping Cheng <pingc@wacom.com>
- * Fixed a wacomcpl and an X driver bug
-
-2005-11-17 Ping Cheng <pingc@wacom.com>
- * Updated wacomcpl
- * Updated wacom.c and xsetwacom
-
-2005-11-14 Ping Cheng <pingc@wacom.com>
- * Updated xidump
- * Support 2.6.14
- * Updated acinclude.m4 (Radomir Dopieralski)
- * Check tool serial number configured in xorg.conf/XF86Config
- * Report tool id and serial number in 4th-6th valuators
-
-2005-11-02 Ping Cheng <pingc@wacom.com>
- * linuxwacom-0.7.1 Released as beta
-
-2005-10-26 Ping Cheng <pingc@wacom.com>
- * Updated wacdump and xidump
- * Support 2.6.x without EV_SYN defined
-
-2005-10-20 Ping Cheng <pingc@wacom.com>
- * Updated configure options (added --with-x-src)
- * Added Device ID info for USB and P4 tablets
- * Support 2.6.13
-
-2005-10-11 Ping Cheng <pingc@wacom.com>
- * Added DTU710, DTF 720 and Graphire 4
-
-2005-09-21 Ping Cheng <pingc@wacom.com>
- * linuxwacom-0.7.0 Released
+ * Released 0.7.2 \ No newline at end of file
diff --git a/src/wacdump.c b/src/wacdump.c
index 6522189..d04ced1 100644
--- a/src/wacdump.c
+++ b/src/wacdump.c
@@ -32,6 +32,7 @@
** 2005-09-01 0.7.0 - Added Cintiq 21UX
** 2005-02-17 0.7.1 - added Graphire 4
** 2006-02-27 0.7.3 - added DTF 521, I3 12x12 & 12x19
+** 2006-05-05 0.7.4 - Removed older 2.6 kernels
**
****************************************************************************/
@@ -50,7 +51,7 @@
#include "config.h"
#endif
-#define WACDUMP_VER "0.7.3"
+#define WACDUMP_VER "0.7.4"
/* from linux/input.h */
#define BITS_PER_LONG (sizeof(long) * 8)
diff --git a/src/xidump.c b/src/xidump.c
index df8a5ea..5a1b52d 100644
--- a/src/xidump.c
+++ b/src/xidump.c
@@ -2,7 +2,7 @@
** xidump.c
**
** Copyright (C) 2003 - 2004 - John E. Joganic
-** Copyright (C) 2004 - 2005 - Ping Cheng
+** Copyright (C) 2004 - 2006 - Ping Cheng
**
** This program is free software; you can redistribute it and/or
** modify it under the terms of the GNU General Public License
@@ -27,6 +27,7 @@
** 2003-04-07 0.5.1 - added pressure bar
** 2005-07-27 0.5.2 - remove unused GTK stuff [jg]
** 2005-11-11 0.7.1 - report tool ID and serial number
+** 2006-05-05 0.7.4 - Removed older 2.6 kernels
**
****************************************************************************/
@@ -38,7 +39,7 @@
#include <sys/time.h>
#include <math.h>
-#define XIDUMP_VERSION "0.7.1"
+#define XIDUMP_VERSION "0.7.4"
#ifdef HAVE_CONFIG_H
#include "config.h"