This commit is contained in:
Bastien Nocera
2016-10-12 12:41:48 +02:00
parent e2ba6321f8
commit 2e3b670580
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -1,6 +1,10 @@
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.7.0:
- Fix crash in the daemon when cancelling PAM conversation
- Fix build warnings and update translations
version 0.6.0: version 0.6.0:
- Fix warning in fprintd.pod file - Fix warning in fprintd.pod file
- Reduce logging during normal operation - Reduce logging during normal operation

View File

@ -1,4 +1,4 @@
AC_INIT([fprintd], [0.6.0]) AC_INIT([fprintd], [0.7.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])