Version 0.0.2

This commit is contained in:
Daniel Drake 2007-11-17 12:48:26 +00:00
parent fa24d51304
commit af945b2738
3 changed files with 17 additions and 4 deletions

View file

@ -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

10
NEWS
View file

@ -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

View file

@ -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])