Release 1.94.5

This commit is contained in:
Marco Trevisan (Treviño) 2025-02-20 21:20:36 +01:00
parent 53b3f27157
commit b54a007ccf
No known key found for this signature in database
GPG key ID: 9449C2F50996635F
2 changed files with 9 additions and 1 deletions

8
NEWS
View file

@ -1,6 +1,14 @@
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.
Version 1.94.5:
Highlights:
- fprintd now depends on libfprint 1.94.9
- Improved handling of device errors
- pam: reduce minimum timeout to 1 second
- pam: support unlimited timeout
Version 1.94.4: Version 1.94.4:
Highlights: Highlights:

View file

@ -1,5 +1,5 @@
project('fprintd', 'c', project('fprintd', 'c',
version: '1.94.4', version: '1.94.5',
license: 'GPLv2+', license: 'GPLv2+',
default_options: [ default_options: [
'buildtype=debugoptimized', 'buildtype=debugoptimized',