Release 1.90.7

This commit is contained in:
Benjamin Berg
2020-12-09 13:16:12 +01:00
parent ca216a32af
commit 4612c1f3ed
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.
Version 1.90.7:
While 1.90.6 fixed a number of issues, we did have a bad regression due
causing pam_fprintd to crash when there are no fingerprint devices
installed.
Highlights:
- pam: Guard strdup calls against NULL pointers
Version 1.90.6: Version 1.90.6:
The 1.90.5 release was unusable due to a number of inter-related issues The 1.90.5 release was unusable due to a number of inter-related issues

View File

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