From af945b2738ee3f8a50e8aafcce91a8f1d356b512 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Sat, 17 Nov 2007 12:48:26 +0000 Subject: [PATCH] Version 0.0.2 --- Makefile.am | 9 ++++++--- NEWS | 10 ++++++++++ configure.ac | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 729a285..4c63a15 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,6 @@ +AUTOMAKE_OPTIONS = dist-bzip2 EXTRA_DIST = THANKS TODO HACKING libfprint.pc.in +DISTCLEANFILES = ChangeLog libfprint.pc SUBDIRS = libfprint doc @@ -8,11 +10,12 @@ endif pkgconfigdir=$(libdir)/pkgconfig pkgconfig_DATA=libfprint.pc -DISTCLEANFILES=libfprint.pc -.PHONY: ChangeLog +.PHONY: ChangeLog dist-up ChangeLog: - git --git-dir $(top_srcdir)/.git log > ChangeLog + git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog dist-hook: ChangeLog +dist-up: dist + ncftpput upload.sourceforge.net incoming $(distdir).tar.bz2 diff --git a/NEWS b/NEWS index 559ad66..8c28fdd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +This file lists notable changes in each release. For the full history of all +changes, see ChangeLog. + +2007-11-17: v0.0.2 release + * Detect reversed scans on AES2501 (Vasily Khoruzhick) + * Improved AES2501 scanning + * Compatibility with older ImageMagick versions + * Add UPEK TouchChip driver (Jan-Michael Brummer) + * Add binarization API + 2007-11-15: v0.0.1 release * Initial release diff --git a/configure.ac b/configure.ac index 177c788..6124eab 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libfprint], [0.0.1]) +AC_INIT([libfprint], [0.0.2]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([libfprint/core.c]) AM_CONFIG_HEADER([config.h])