0.3.0
This commit is contained in:
parent
6bfc516553
commit
aab031ce37
2 changed files with 8 additions and 1 deletions
7
NEWS
7
NEWS
|
@ -1,6 +1,13 @@
|
|||
This file lists notable changes in each release. For the full history of all
|
||||
changes, see ChangeLog.
|
||||
|
||||
2010-09-08: v0.3.0 release
|
||||
* Add support for UPEK TCS4C (USB ID 147e:1000)
|
||||
* Use NSS instead of OpenSSL for GPL compliance
|
||||
* upeksonly driver bug fixes
|
||||
* Fix a crash if a scan was shorter than 8 lines
|
||||
* Fix compilation with C++ compiler
|
||||
|
||||
2010-08-19: v0.2.0 release (since 0.1.0-pre2)
|
||||
* Add gdk-pixbuf support for image manipulation
|
||||
* Add udev rules to allow devices to autosuspend
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([libfprint], [0.2.0])
|
||||
AC_INIT([libfprint], [0.3.0])
|
||||
AM_INIT_AUTOMAKE([1.11 dist-bzip2 no-dist-gzip check-news])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_SRCDIR([libfprint/core.c])
|
||||
|
|
Loading…
Reference in a new issue