diff --git a/NEWS b/NEWS index 412ae22..f2f43c9 100644 --- a/NEWS +++ b/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. diff --git a/meson.build b/meson.build index faab2f8..c1f40f3 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('fprintd', 'c', - version: '1.90.5', + version: '1.90.6', license: 'GPLv2+', default_options: [ 'buildtype=debugoptimized',