Skip to content

Commit 0750361

Browse files
committed
libwacom 2.16.1
1 parent 90a5f44 commit 0750361

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
libwacom 2.16.1:
2+
- Fix two segfaults caused by double-free
3+
14
libwacom 2.16.0:
25
- internal changes: g_auto() and friends are now used in libwacom
36
- New Devices:

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

0 commit comments

Comments
 (0)