mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-04 23:28:04 +02:00
0.8.0
This commit is contained in:
parent
6494efa94e
commit
8eba309920
2 changed files with 5 additions and 1 deletions
4
NEWS
4
NEWS
|
|
@ -1,6 +1,10 @@
|
|||
This file lists notable changes in each release. For the full history of all
|
||||
changes, see ChangeLog.
|
||||
|
||||
version 0.8.0:
|
||||
- Lockdown the daemon to minimise potential security issues
|
||||
- Don't wake up readers when there's no enrolled fingerprints
|
||||
|
||||
version 0.7.0:
|
||||
- Fix crash in the daemon when cancelling PAM conversation
|
||||
- Fix build warnings and update translations
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([fprintd], [0.7.0])
|
||||
AC_INIT([fprintd], [0.8.0])
|
||||
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