summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-01-13 13:23:24 +0100
committerBenjamin Berg <bberg@redhat.com>2021-01-13 13:23:24 +0100
commitda60bddb3e5be024c6c1958437cb13e0ce0ffac8 (patch)
treebeee956b9dcf663f535dd1435aab433ef3c95b72
parent506d99e90cb2ccb10c7fb66c415b02876a89f24d (diff)
Release 1.90.9v1.90.9
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 43e8ddc..6918479 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
+Version 1.90.9:
+
+Highlights:
+ - Fix multiple daemon lockup issues (#97)
+ - Fix print garbage collection to not delete used prints
+ - pam: Use the device with the most prints
+
+
Version 1.90.8:
It seems that we are finally reaching the end of the tunnel with regard
diff --git a/meson.build b/meson.build
index 78ebe84..eee8584 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('fprintd', 'c',
- version: '1.90.8',
+ version: '1.90.9',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',