summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-01-10 16:37:02 +0100
committerBastien Nocera <hadess@hadess.net>2020-02-10 14:59:42 +0100
commit580cceb50eafa934c40845ce11693f8aaa79e51b (patch)
tree8441caaf75c2c37380575f2e61a125479ee7da56
parentb90b21f26b23094da16be2fa7ec4862e865b32dc (diff)
1.90.11.90.1
-rw-r--r--NEWS15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6e8fd07..fe72ab6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,21 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
+version 1.90.1:
+- Add support for prints saved on the fingerprint device itself
+- Add integration tests using the virtual image driver, and further
+ tests for the utilities
+- Port build system to meson
+- Loads of build warnings and memory leak fixes
+
+- PAM module:
+ - Port PAM module to sd-bus from dbus-glib
+ - Use systemd to not ask for a fingerprint scan on remote logins
+ - Add man page for PAM module
+ - Add tests
+
+This version requires libfprint 1.90.1, a 2.0 pre-release.
+
version 0.9.0:
- Fix hangs when there the verification error was "retry"
- Update for fp_get_pollfds() changes
diff --git a/meson.build b/meson.build
index 0ac3cde..0d363f2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('fprintd', 'c',
- version: '1.90.0',
+ version: '1.90.1',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',