Skip to content

Commit 28bf87a

Browse files
committed
libwacom 1.10
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1 parent 34e11c4 commit 28bf87a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
libwacom 1.10:
2+
- Duplicate matches in /etc no longer cause conflicts with the
3+
system-provided .tablet files
4+
- libwacom-list-local-devices now prints YAML by default
5+
- New tools:
6+
- libwacom-list-devices lists all supported devices
7+
- libwacom-update-db to update the db after adding tablet files
8+
- New devices:
9+
- Elan 2514 variant 25BF
10+
- Huion H640P
11+
- Lenovo X1 Yoga Gen 6
12+
- Samsung CHromebook Pro
13+
114
libwacom 1.9:
215
- libwacom can now read tablet and stylus files from /etc/libwacom
316
- New tool: libwacom-show-stylus to interactively show stylus IDs and serial

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Initialize Autoconf
22
AC_PREREQ([2.60])
3-
AC_INIT([libwacom], [1.9]) # change meson.build as well
3+
AC_INIT([libwacom], [1.10]) # change meson.build as well
44
AC_CONFIG_HEADERS([config.h])
55

66
# Initialize Automake

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libwacom', 'c',
2-
version: '1.9', # change configure.ac as well
2+
version: '1.10', # change configure.ac as well
33
license: 'MIT/Expat',
44
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
55
meson_version: '>= 0.50.0')

0 commit comments

Comments
 (0)