diff --git a/NEWS b/NEWS index c0947c3..291d625 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.ac b/configure.ac index d48e95d..345e961 100644 --- a/configure.ac +++ b/configure.ac @@ -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])