mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
0.6.0
This commit is contained in:
9
NEWS
9
NEWS
@ -1,6 +1,15 @@
|
|||||||
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.6.0:
|
||||||
|
- Fix warning in fprintd.pod file
|
||||||
|
- Reduce logging during normal operation
|
||||||
|
- Fix eventfd leak in PAM module
|
||||||
|
- List possible values for finger when enrolling
|
||||||
|
- Fix possible crash in fprintd-verify
|
||||||
|
- Fix listing and deleting fingerprints when there's more than
|
||||||
|
one reader available
|
||||||
|
|
||||||
version 0.5.1:
|
version 0.5.1:
|
||||||
- Add max_tries and timeout arguments to PAM module
|
- Add max_tries and timeout arguments to PAM module
|
||||||
- Add ability to require the fingerprint for enrolled users
|
- Add ability to require the fingerprint for enrolled users
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([fprintd], [0.5.1])
|
AC_INIT([fprintd], [0.6.0])
|
||||||
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])
|
||||||
|
|||||||
Reference in New Issue
Block a user