mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
0.5.1
This commit is contained in:
5
NEWS
5
NEWS
@ -1,6 +1,11 @@
|
||||
This file lists notable changes in each release. For the full history of all
|
||||
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:
|
||||
- Don't use a device name if there's only one reader
|
||||
- Avoid possible crash when trying to login without devices
|
||||
|
||||
@ -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])
|
||||
AC_CONFIG_SRCDIR([src/main.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
Reference in New Issue
Block a user