Skip to content

Commit f20b8bc

Browse files
author
Benjamin Berg
committed
Release 1.94.4
1 parent 8b8dc0f commit f20b8bc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
This file lists notable changes in each release. For the full history of all
22
changes, see ChangeLog.
33

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+
415
2021-11-02: v1.94.3 release
516

617
Highlights:

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libfprint', [ 'c', 'cpp' ],
2-
version: '1.94.3',
2+
version: '1.94.4',
33
license: 'LGPLv2.1+',
44
default_options: [
55
'buildtype=debugoptimized',

0 commit comments

Comments
 (0)