We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a5f44 commit 0750361Copy full SHA for 0750361
NEWS
@@ -1,3 +1,6 @@
1
+libwacom 2.16.1:
2
+- Fix two segfaults caused by double-free
3
+
4
libwacom 2.16.0:
5
- internal changes: g_auto() and friends are now used in libwacom
6
- New Devices:
meson.build
@@ -1,5 +1,5 @@
project('libwacom', 'c',
- version: '2.16.0',
+ version: '2.16.1',
license: 'HPND',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.57.0')
0 commit comments