summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-08-08 15:11:11 +0200
committerBastien Nocera <hadess@hadess.net>2019-08-08 15:18:00 +0200
commitc0ba475fbf9854053789035c4bab561ce2b9a9ef (patch)
tree3ea51ae0091d3f0ab108d88c30e3c70187a90bb9
parent704c19b87aea15abc03290f61f97f760f03da527 (diff)
0.9.0V_0_9_0
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 70ba06e..6e8fd07 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 0.9.0:
+- Fix hangs when there the verification error was "retry"
+- Update for fp_get_pollfds() changes
+- Fix "client_username" memory leak, fix memory leak when saving a file
+- Create the fingerprint storage directory at install time,
+ the storage path is now hard-coded as /var/lib/fprint and created by
+ systemd when the service is started
+
version 0.8.1:
- Fix build when builddir != srcdir
- Fix possible crash on exit
diff --git a/configure.ac b/configure.ac
index e987e12..979fab3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([fprintd], [0.8.1])
+AC_INIT([fprintd], [0.9.0])
AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip check-news])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h])