summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-04-28 15:02:48 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-04-28 15:20:50 +1000
commit28bf87ab7b9a18f8956f09c1cc614ad60f25a38e (patch)
tree7b18b5b2e3ec107d24196d5b9c2196fa82e82755
parent34e11c4b01314995135944a7c5f63d2ba9662137 (diff)
downloadlibwacom-28bf87ab7b9a18f8956f09c1cc614ad60f25a38e.tar.gz
libwacom 1.10libwacom-1.10
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 15 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0d446fc..c261590 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+libwacom 1.10:
+- Duplicate matches in /etc no longer cause conflicts with the
+ system-provided .tablet files
+- libwacom-list-local-devices now prints YAML by default
+- New tools:
+ - libwacom-list-devices lists all supported devices
+ - libwacom-update-db to update the db after adding tablet files
+- New devices:
+ - Elan 2514 variant 25BF
+ - Huion H640P
+ - Lenovo X1 Yoga Gen 6
+ - Samsung CHromebook Pro
+
libwacom 1.9:
- libwacom can now read tablet and stylus files from /etc/libwacom
- New tool: libwacom-show-stylus to interactively show stylus IDs and serial
diff --git a/configure.ac b/configure.ac
index f253f11..b450480 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libwacom], [1.9]) # change meson.build as well
+AC_INIT([libwacom], [1.10]) # change meson.build as well
AC_CONFIG_HEADERS([config.h])
# Initialize Automake
diff --git a/meson.build b/meson.build
index 23a3803..38fc89f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libwacom', 'c',
- version: '1.9', # change configure.ac as well
+ version: '1.10', # change configure.ac as well
license: 'MIT/Expat',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.50.0')