mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-05 14:38:10 +02:00
0.5.1
This commit is contained in:
parent
4183c3cdec
commit
3330b8f351
2 changed files with 6 additions and 1 deletions
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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue