mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
Release 1.90.6
This commit is contained in:
18
NEWS
18
NEWS
@ -1,6 +1,24 @@
|
||||
This file lists notable changes in each release. For the full history of all
|
||||
changes, see ChangeLog.
|
||||
|
||||
Version 1.90.6:
|
||||
|
||||
The 1.90.5 release was unusable due to a number of inter-related issues
|
||||
with the DBus interface and authorization. We also found a number of
|
||||
problems with possible security implications.
|
||||
|
||||
Currently fprintd will do interactive authorization even if this was not
|
||||
requested using the correct DBus method call flag. All API users MUST be
|
||||
updated to set the flag as it will be enabled in the future!
|
||||
|
||||
Highlights:
|
||||
- Fix fprintd DBus configuration
|
||||
- Change details of what requires authorization
|
||||
- Fix various race conditions in pam_fprintd
|
||||
- Permit interactive authorization from fprintd utilities
|
||||
- Do not allow deletion while another operation is ongoing
|
||||
|
||||
|
||||
Version 1.90.5:
|
||||
|
||||
The 1.90.4 release contained some bad errors, this release addresses those.
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
project('fprintd', 'c',
|
||||
version: '1.90.5',
|
||||
version: '1.90.6',
|
||||
license: 'GPLv2+',
|
||||
default_options: [
|
||||
'buildtype=debugoptimized',
|
||||
|
||||
Reference in New Issue
Block a user