summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2020-12-07 14:40:05 +0100
committerBenjamin Berg <bberg@redhat.com>2020-12-07 15:34:48 +0100
commit52058c1ea0c3bd0eeb6e10c81af98aa687227f7f (patch)
tree706c46710bd2fae7cf6577fc6c3bbfffa373f5a7
parent22cdc0a7ea0a44b288a1d46c61ee1e180d898d95 (diff)
Release 1.90.6v1.90.6
-rw-r--r--NEWS18
-rw-r--r--meson.build2
2 files changed, 19 insertions, 1 deletions
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',