summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2020-12-11 15:16:43 +0100
committerBenjamin Berg <bberg@redhat.com>2020-12-11 16:00:28 +0100
commit7d22a2b5b9d323638bb213aefb8627d897c8e482 (patch)
tree5cad5e52bd4ae9b7b2a1948f03be133ae883bd7c
parentde725a91e4806545c32989c3dbfc97778d2b79c5 (diff)
Release 1.90.8v1.90.8
-rw-r--r--NEWS12
-rw-r--r--meson.build2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 115f282..43e8ddc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
+Version 1.90.8:
+
+It seems that we are finally reaching the end of the tunnel with regard
+to regressions. One more issue that cropped up was that a pam_fprintd fix
+to avoid a possible authentication bypass caused issues when fprintd was
+just started on demand.
+
+Highlights:
+ - pam: Only listen to NameOwnerChanged after fprintd is known to run (#94)
+ - Place new ObjectManager DBus API at /net/reactivated/Fprint
+
+
Version 1.90.7:
While 1.90.6 fixed a number of issues, we did have a bad regression due
diff --git a/meson.build b/meson.build
index 858f1fc..78ebe84 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('fprintd', 'c',
- version: '1.90.7',
+ version: '1.90.8',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',