summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-12-08 15:38:23 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-12-08 15:38:23 +1000
commit87389dd0a190e45b605e548df3dbb908af80501c (patch)
treedb0614971533ddf4ca0c3f7dd495364a7a5732b3
parenta0a240fc363626627282aaf951bc78162496f3a6 (diff)
downloadlibwacom-87389dd0a190e45b605e548df3dbb908af80501c.tar.gz
libwacom 0.27libwacom-0.27
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 6c92c41..c5ff78e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+libwacom 0.27:
+- New devices:
+ - Dell Canvas 27
+ - Pro Pen 3D stylus
+ - XP-Pen Star 03
+ - ISDv4 4831 (Dell XPS 13 9365)
+- New API: libwacom_get_button_evdev_code() and the matching EvdevCodes
+ entry in the .tablet files
+
libwacom 0.26:
- New devices:
- DTH-1152
diff --git a/configure.ac b/configure.ac
index f01ab48..493070c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libwacom], [0.26])
+AC_INIT([libwacom], [0.27])
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=7:4:5
+LIBWACOM_LT_VERSION=8:0:6
AC_SUBST(LIBWACOM_LT_VERSION)
# Initialize libtool