Skip to content

Commit

Permalink
libwacom 1.10
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <[email protected]>
  • Loading branch information
whot committed Apr 28, 2021
1 parent 34e11c4 commit 28bf87a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit 28bf87a

Please sign in to comment.