File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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+
114libwacom 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
Original file line number Diff line number Diff line change 11# Initialize Autoconf
22AC_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
44AC_CONFIG_HEADERS ( [ config.h] )
55
66# Initialize Automake
Original file line number Diff line number Diff line change 11project (' 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' )
You can’t perform that action at this time.
0 commit comments