This commit is contained in:
Bastien Nocera 2015-02-03 17:36:32 +01:00
parent a3c90f2b24
commit ee32166267
2 changed files with 20 additions and 1 deletions

19
NEWS
View file

@ -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

View file

@ -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])