summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-02-07 15:02:02 +0000
committerBastien Nocera <hadess@hadess.net>2012-02-07 15:02:02 +0000
commit763b67e6d259fa6389d1708f68ad7d3efed33cfa (patch)
tree52329ed4b14b88c2d20bdf8a03561fff4910d0b6
parent3596fe26dc9ca5fe85703c1fdd67c785d1b2789d (diff)
0.3
-rw-r--r--NEWS11
-rw-r--r--configure.ac4
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0f228f2..b803c7f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+libwacom 0.3:
+- Loads of new and updated tablet definition files
+- Add and correct information about styli
+- Update wacom.example with loads of documentation
+ about adding new tablet definitions
+- Handle Puck device type
+- Support enumerating touchstrips, touchrings and buttons
+- Get device name from the kernel for generic tablets
+- Add support for the WACf004 serial tablet
+- Build fixes (exported symbols, soname)
+
libwacom 0.2:
- Don't add devices that lack DeviceMatch
- Get whether a device is builtin from udev
diff --git a/configure.ac b/configure.ac
index 063661e..0f4d656 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libwacom], [0.2.1])
+AC_INIT([libwacom], [0.3])
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
@@ -17,7 +17,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LIBWACOM_LT_VERSION=1:0:0
+LIBWACOM_LT_VERSION=2:0:0
AC_SUBST(LIBWACOM_LT_VERSION)
# Initialize libtool