summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c261590..6efd096 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+libwacom 1.11:
+- New devices:
+ - Lenovo ThinkPad L390 Yoga, Yoga C940, Yoga 460, Yoga 720,
+ ThinkVision M14t, IdeaPad Flex5
+ - HP EliteBook x360 1030 G3
+ - Dell XPS 13 9310 2-in-1
+ - HUION Kamvas Pro 13
+ - Note the Gaomon S56K entry was removed in favour of the Kamvas. Gaomon
+ users will see their device show up as Kamvas Pro now.
+ - ELAN 2514 variant 2718
+
libwacom 1.10:
- Duplicate matches in /etc no longer cause conflicts with the
system-provided .tablet files
diff --git a/configure.ac b/configure.ac
index 81d95dd..8ff770d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libwacom], [1.10]) # change meson.build as well
+AC_INIT([libwacom], [1.11]) # change meson.build as well
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
diff --git a/meson.build b/meson.build
index e67804e..1f6bd47 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libwacom', 'c',
- version: '1.10', # change configure.ac as well
+ version: '1.11', # change configure.ac as well
license: 'MIT/Expat',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.50.0')