Release 1.90.5

This commit is contained in:
Benjamin Berg 2020-12-01 10:11:39 +01:00
parent 0bb132b167
commit 5cb91a4189
2 changed files with 11 additions and 1 deletions

10
NEWS
View file

@ -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.5 release
The 1.90.4 release caused a major regression, as it included a USB hub in
UDEV the autosupend rule list.
Highlights:
* Remove USB hub from udev autosupend rules
* synaptics: Add PID 0x00c9 which is used in some HP laptops
2020-11-27: v1.90.4 release 2020-11-27: v1.90.4 release
This release contains a number of important bugfixes. On the feature side, This release contains a number of important bugfixes. On the feature side,

View file

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