This commit is contained in:
Bastien Nocera
2018-06-15 17:52:59 +02:00
parent 32b9f1b056
commit 9e32cd5257
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -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.8.1:
- Fix build when builddir != srcdir
- Fix possible crash on exit
- Avoid warnings in copy/paste header
- Sandbox fprintd daemon more
- Update website address
- Minimise debug output
- Updated translations
version 0.8.0: version 0.8.0:
- Lockdown the daemon to minimise potential security issues - Lockdown the daemon to minimise potential security issues
- Don't wake up readers when there's no enrolled fingerprints - Don't wake up readers when there's no enrolled fingerprints

View File

@ -1,4 +1,4 @@
AC_INIT([fprintd], [0.8.0]) AC_INIT([fprintd], [0.8.1])
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])