Skip to content

Commit 502babe

Browse files
committed
libwacom 1.9
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1 parent 99d06b4 commit 502babe

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
libwacom 1.9:
2+
- libwacom can now read tablet and stylus files from /etc/libwacom
3+
- New tool: libwacom-show-stylus to interactively show stylus IDs and serial
4+
numbers
5+
- New devices:
6+
- HP Envy x360, Pro Tablet 508
7+
- Lenovo X1 Yoga Gen5, Yoga6, Ideapad Flex 5, Yoga 7, Yoga C650, L13 Yoga
8+
- Microsoft Surface Go
9+
110
libwacom 1.8:
211
- New devices:
312
- Dell XPS 15 7590

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.8]) # change meson.build as well
3+
AC_INIT([libwacom], [1.9]) # 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.8', # change configure.ac as well
2+
version: '1.9', # 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)