Skip to content

Commit 28fb724

Browse files
committed
libwacom 2.16.0
1 parent 5f50c5a commit 28fb724

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
libwacom 2.16.0:
2+
- internal changes: g_auto() and friends are now used in libwacom
3+
- New Devices:
4+
- Dell Active Pen PN7320A (stylus only)
5+
- Framework 12 touchscreen
6+
- Wacom Cintiq 16 (DTK168), Cintiq 24 (DTK246), Cintiq 24 Touch (DTH246), DTH246E, DTK246E, DTK168E
7+
18
libwacom 2.15.0:
29
- New API:
310
- libwacom_get_button_modeswitch_mode() to retrieve the target mode for a

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: '2.15.0',
2+
version: '2.16.0',
33
license: 'HPND',
44
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
55
meson_version: '>= 0.57.0')

0 commit comments

Comments
 (0)