We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8dc0f commit f20b8bcCopy full SHA for f20b8bc
NEWS
@@ -1,6 +1,17 @@
1
This file lists notable changes in each release. For the full history of all
2
changes, see ChangeLog.
3
4
+2022-05-24: v1.94.4 release
5
+
6
+Highlights:
7
+ * synaptics: New PIDs 0x0168, 0x015f
8
+ * elan: New PID 0x0c4b
9
+ * elanspi: New PID 0x241f
10
+ * synaptics: Minor fix to interrupt transfer resubmission
11
+ * Avoid sysfs writes if value is already expected
12
+ * Improvements to the testing setup
13
+ * Fixes to the internal critical section API
14
15
2021-11-02: v1.94.3 release
16
17
Highlights:
meson.build
@@ -1,5 +1,5 @@
project('libfprint', [ 'c', 'cpp' ],
- version: '1.94.3',
+ version: '1.94.4',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',
0 commit comments