summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2011-04-18 18:02:37 +0100
committerBastien Nocera <hadess@hadess.net>2011-04-18 18:02:37 +0100
commitf8aa82a554a0862eb9b83869d42dbefbde666543 (patch)
tree9476b6889950b2338090b3930558099575fcf6c4
parent1451a2dde2ca0651ec3e5711ee6278d89f3cc32a (diff)
0.4.0v_0_4_0
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a16c25f..b8335a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
+2011-04-18: v0.4.0 release
+ * Add support for Validity VFS101 (USB ID 138a:0001)
+ * Fix crasher when resizing a fingerprint image
+ * Fix wrong timeout being returned when either of
+ libusb or libfprint doesn't have a timeout
+
2010-09-08: v0.3.0 release
* Add support for UPEK TCS4C (USB ID 147e:1000)
* Use NSS instead of OpenSSL for GPL compliance
diff --git a/configure.ac b/configure.ac
index 1fa3f10..f5c26f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libfprint], [0.3.0])
+AC_INIT([libfprint], [0.4.0])
AM_INIT_AUTOMAKE([1.11 dist-bzip2 no-dist-gzip check-news])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([libfprint/core.c])