summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2018-02-08 09:25:36 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2018-02-08 09:25:36 +1000
commite218bb2e271ac04df52c2f51f4a62111b19c2cb5 (patch)
tree17b4d975b2b4cf3787f8afe399a399ac6bddcd76
parent46541aaf26df705d930646d38b563a668f0fba33 (diff)
downloadlibwacom-e218bb2e271ac04df52c2f51f4a62111b19c2cb5.tar.gz
libwacom 0.28libwacom-0.28
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
2 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c5ff78e..ac9d094 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+libwacom 0.28:
+- New devices:
+ - Cintiq Pro 24, Cintiq Pro 32
+ - ISDV4 5099, 50b6, 509d, 5090, 50f1, 50f8, 5110, 508b
+ - Bamboo Pad
+ - DTK-2451, 2452
+ - One by Wacom (2nd gen)
+
libwacom 0.27:
- New devices:
- Dell Canvas 27
diff --git a/configure.ac b/configure.ac
index 493070c..4c1bcde 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libwacom], [0.27])
+AC_INIT([libwacom], [0.28])
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=8:0:6
+LIBWACOM_LT_VERSION=8:1:6
AC_SUBST(LIBWACOM_LT_VERSION)
# Initialize libtool