Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Drake committed Nov 17, 2007
1 parent fa24d51 commit af945b2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
9 changes: 6 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
AUTOMAKE_OPTIONS = dist-bzip2
EXTRA_DIST = THANKS TODO HACKING libfprint.pc.in
DISTCLEANFILES = ChangeLog libfprint.pc

SUBDIRS = libfprint doc

Expand All @@ -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 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit af945b2

Please sign in to comment.