summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-02-03 17:36:32 +0100
committerBastien Nocera <hadess@hadess.net>2015-02-03 17:36:32 +0100
commitee32166267323ad6c66c022e18ef6af76a3a5423 (patch)
tree4ca79932ae4a36747155a40d7750d87ecba5d8ac
parenta3c90f2b24434aa36f782aca3950fd89af01fce0 (diff)
0.6.0V_0_6_0
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c9d2b9c..26fdc06 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,25 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
+2015-02-03: v0.6.0 release
+
+* Drivers:
+ - Reduce duplication between AES3500 and AES4000 drivers and
+ add support for AES3500 device
+ - Add support for UPEK 147e:2020 and Upek Eikon 2 devices
+ - Add EgisTec ES603 driver
+ - Add VFS5011 driver
+ - Always perform 5 scans for image enrollment
+ - Better verification with AES1660 driver
+ - Better verification for a number of AES drivers
+
+* Library:
+ - Always use Pixman for image manipulation, gdk-pixbuf and ImageMagick
+ are not supported any more.
+
+* Udev rules:
+ - Fix warning when USB hub or system does not support power management
+
2013-08-11: v0.5.1 release
* Drivers
diff --git a/configure.ac b/configure.ac
index 67ef78d..a9586aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libfprint], [0.5.1])
+AC_INIT([libfprint], [0.6.0])
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz check-news subdir-objects])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([libfprint/core.c])