summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2021-11-02 16:25:29 +0100
committerBenjamin Berg <bberg@redhat.com>2021-11-03 15:34:26 +0100
commita734ceff71bc57a9dc564d9d56b88efe471daf01 (patch)
treec67e213a6415e4cdd3ef3e03bb313cefadf71c5d
parent0595f416f9820219143ef9c0963443bbfe507e49 (diff)
Release 1.94.1v1.94.1
-rw-r--r--NEWS13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dd32cf5..e0f908b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,19 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
+Version 1.94.1:
+
+API users, please adjust now to planned API changes in 2.0:
+ - EnrollStart will throw an error if the finger was enrolled already
+ - Interactive DBus authentication will only happen when requested
+
+Highlights.
+ - Fix systemd unit so that udev hotplug events are processed
+ - Report back the selected finger if there is only one
+ - Change PolicyKit strings for clarity
+ - Various fixes to the testsuite
+ - Plenty of translation updates
+
Version 1.94.0:
API users, please adjust now to planned API changes in 2.0:
diff --git a/meson.build b/meson.build
index 08f2cc9..e11d2dd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('fprintd', 'c',
- version: '1.94.0',
+ version: '1.94.1',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',