From eabeaa258efd8aa8c69cb906952e7b95c777940f Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 12 Oct 2016 12:41:48 +0200 Subject: [PATCH] 0.7.0 --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1a9f318..40ef478 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ This file lists notable changes in each release. For the full history of all 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: - Fix warning in fprintd.pod file - Reduce logging during normal operation diff --git a/configure.ac b/configure.ac index c997ea9..1a68adf 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h])