Skip to content

Commit 396246d

Browse files
committed
libwacom 1.11
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1 parent 4666d5b commit 396246d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
libwacom 1.11:
2+
- New devices:
3+
- Lenovo ThinkPad L390 Yoga, Yoga C940, Yoga 460, Yoga 720,
4+
ThinkVision M14t, IdeaPad Flex5
5+
- HP EliteBook x360 1030 G3
6+
- Dell XPS 13 9310 2-in-1
7+
- HUION Kamvas Pro 13
8+
- Note the Gaomon S56K entry was removed in favour of the Kamvas. Gaomon
9+
users will see their device show up as Kamvas Pro now.
10+
- ELAN 2514 variant 2718
11+
112
libwacom 1.10:
213
- Duplicate matches in /etc no longer cause conflicts with the
314
system-provided .tablet files

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