0.6.0
This commit is contained in:
parent
a3c90f2b24
commit
ee32166267
2 changed files with 20 additions and 1 deletions
19
NEWS
19
NEWS
|
@ -1,6 +1,25 @@
|
||||||
This file lists notable changes in each release. For the full history of all
|
This file lists notable changes in each release. For the full history of all
|
||||||
changes, see ChangeLog.
|
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
|
2013-08-11: v0.5.1 release
|
||||||
|
|
||||||
* Drivers
|
* Drivers
|
||||||
|
|
|
@ -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])
|
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz check-news subdir-objects])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_SRCDIR([libfprint/core.c])
|
AC_CONFIG_SRCDIR([libfprint/core.c])
|
||||||
|
|
Loading…
Reference in a new issue