mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
0.7.0
This commit is contained in:
22
NEWS
22
NEWS
@@ -1,6 +1,28 @@
|
|||||||
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.
|
||||||
|
|
||||||
|
2017-05-14: v0.7.0 release
|
||||||
|
* Drivers:
|
||||||
|
- Add VFS0050 driver
|
||||||
|
- Fix possible crash in AES3500 and AES4000
|
||||||
|
- Fix broken enrollment in VFS101
|
||||||
|
- Better verification with small sensor scanners
|
||||||
|
- Plenty of fixes in VFS5011
|
||||||
|
- Fix memory corruption in AES1610
|
||||||
|
- Improve calibration settings for AES1610
|
||||||
|
- Improve image assembling in upeksonly driver
|
||||||
|
- Autodetect whether image is encrypted in uru4k
|
||||||
|
|
||||||
|
* Library:
|
||||||
|
- NBIS: Remove false minutia at the edge of partial image
|
||||||
|
- Introduce routines to assemble image from lines (used in VFS5011 and upeksonly)
|
||||||
|
- Fix a bug that can cause driver state machine to enter into endless loop.
|
||||||
|
|
||||||
|
* Udev rules:
|
||||||
|
- Add driver name to the USB properties
|
||||||
|
|
||||||
|
* Plenty of build fixes
|
||||||
|
|
||||||
2015-02-03: v0.6.0 release
|
2015-02-03: v0.6.0 release
|
||||||
|
|
||||||
* Drivers:
|
* Drivers:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
AC_INIT([libfprint], [0.6.0])
|
AC_INIT([libfprint], [0.7.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])
|
||||||
|
|||||||
Reference in New Issue
Block a user