summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2020-12-09 13:16:12 +0100
committerBenjamin Berg <bberg@redhat.com>2020-12-09 13:16:12 +0100
commit4612c1f3ed6e0acb7fda392ca0e5201107e00818 (patch)
tree5724e8ea90bf43741528069d6c2532b3bc319e11
parentca216a32aff07a841c1a65d3ee48b6f221ee96eb (diff)
Release 1.90.7v1.90.7
-rw-r--r--NEWS10
-rw-r--r--meson.build2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f2f43c9..115f282 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
This file lists notable changes in each release. For the full history of all
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:
The 1.90.5 release was unusable due to a number of inter-related issues
diff --git a/meson.build b/meson.build
index c1f40f3..66aa2f7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('fprintd', 'c',
- version: '1.90.6',
+ version: '1.90.7',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',