Release 1.90.7
This commit is contained in:
parent
a6c2509ca8
commit
7c2a67a954
2 changed files with 11 additions and 1 deletions
10
NEWS
10
NEWS
|
@ -1,6 +1,16 @@
|
||||||
This file lists notable changes in each release. For the full history of all
|
This file lists notable changes in each release. For the full history of all
|
||||||
changes, see ChangeLog.
|
changes, see ChangeLog.
|
||||||
|
|
||||||
|
2020-12-01: v1.90.7 release
|
||||||
|
|
||||||
|
Highlights:
|
||||||
|
* vfs5011: Fix possible use-after-free
|
||||||
|
* goodixmoc: Add two new PIDs (0x63AC, 0x639C)
|
||||||
|
* goodixmoc: Support finger status API
|
||||||
|
* synaptics: Only identify within provided prints
|
||||||
|
* synaptics: Reject devices with old firmware during probe (#239)
|
||||||
|
|
||||||
|
|
||||||
2020-12-01: v1.90.6 release
|
2020-12-01: v1.90.6 release
|
||||||
|
|
||||||
This release is primarily a bugfix release for some older issues.
|
This release is primarily a bugfix release for some older issues.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('libfprint', [ 'c', 'cpp' ],
|
project('libfprint', [ 'c', 'cpp' ],
|
||||||
version: '1.90.6',
|
version: '1.90.7',
|
||||||
license: 'LGPLv2.1+',
|
license: 'LGPLv2.1+',
|
||||||
default_options: [
|
default_options: [
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
|
|
Loading…
Reference in a new issue