Release 0.2.0

This commit is contained in:
Bastien Nocera 2010-08-19 14:43:30 +01:00
parent 9608ab3707
commit daee067c4f
2 changed files with 8 additions and 2 deletions

6
NEWS
View file

@ -1,6 +1,12 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
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
* Finish port of AES1610 driver
* Add UPEK EikonII (TCRD4C) driver
2007-12-07: v0.0.5 release
* AES1610 imaging improvements
* Internal cleanups for Authentec drivers

View file

@ -1,5 +1,5 @@
AC_INIT([libfprint], [0.1.0-pre2])
AM_INIT_AUTOMAKE
AC_INIT([libfprint], [0.2.0])
AM_INIT_AUTOMAKE([1.11 dist-bzip2 no-dist-gzip check-news])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([libfprint/core.c])
AM_CONFIG_HEADER([config.h])