Release 1.94.2

This commit is contained in:
Benjamin Berg
2021-11-02 16:20:32 +01:00
parent 2cfff27729
commit 5e4bb26801
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@@ -1,6 +1,13 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
2021-11-02: v1.94.2 release
Highlights:
* goodixmoc: Fix protocol error with certain username lengths
* elanmoc: New PID 0x0c7d
* goodixmoc: New PID 0x63cc
2021-09-24: v1.94.1 release
Highlights:

View File

@@ -1,5 +1,5 @@
project('libfprint', [ 'c', 'cpp' ],
version: '1.94.1',
version: '1.94.2',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',