mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
0.9.0
This commit is contained in:
8
NEWS
8
NEWS
@ -1,6 +1,14 @@
|
|||||||
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.9.0:
|
||||||
|
- Fix hangs when there the verification error was "retry"
|
||||||
|
- Update for fp_get_pollfds() changes
|
||||||
|
- Fix "client_username" memory leak, fix memory leak when saving a file
|
||||||
|
- Create the fingerprint storage directory at install time,
|
||||||
|
the storage path is now hard-coded as /var/lib/fprint and created by
|
||||||
|
systemd when the service is started
|
||||||
|
|
||||||
version 0.8.1:
|
version 0.8.1:
|
||||||
- Fix build when builddir != srcdir
|
- Fix build when builddir != srcdir
|
||||||
- Fix possible crash on exit
|
- Fix possible crash on exit
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([fprintd], [0.8.1])
|
AC_INIT([fprintd], [0.9.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