Skip to content

Commit 942628b

Browse files
committed
libwacom 1.12
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1 parent 20f09be commit 942628b

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.12:
2+
- New devices:
3+
- ELAN 2513
4+
- HP Probook x360, 435 G7
5+
- Waltop Slim Tablet 12.1
6+
- XP-PEN Star 3
7+
- libwacom's hwdb no longer tags devices with "Keyboard" in their name as
8+
ID_INPUT_TABLET
9+
110
libwacom 1.11:
211
- New devices:
312
- Lenovo ThinkPad L390 Yoga, Yoga C940, Yoga 460, Yoga 720,

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