This commit is contained in:
Bastien Nocera
2013-08-11 17:55:51 +02:00
parent 4183c3cdec
commit 3330b8f351
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@ -1,6 +1,11 @@
This file lists notable changes in each release. For the full history of all This file lists notable changes in each release. For the full history of all
changes, see ChangeLog. changes, see ChangeLog.
version 0.5.1:
- Add max_tries and timeout arguments to PAM module
- Add ability to require the fingerprint for enrolled users
- Add "-f <finger>" option to enroll utilities
version 0.5.0: version 0.5.0:
- Don't use a device name if there's only one reader - Don't use a device name if there's only one reader
- Avoid possible crash when trying to login without devices - Avoid possible crash when trying to login without devices

View File

@ -1,4 +1,4 @@
AC_INIT([fprintd], [0.5.0]) AC_INIT([fprintd], [0.5.1])
AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip check-news]) AM_INIT_AUTOMAKE([1.11 dist-xz no-dist-gzip check-news])
AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])