From 0d2e2a6742cbec847aa756da25afd4b73d9ec53f Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Thu, 24 Feb 2022 17:03:05 +0100 Subject: [PATCH] Release 1.94.2 --- NEWS | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e0f908b..a686f1d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,17 @@ This file lists notable changes in each release. For the full history of all changes, see ChangeLog. +Version 1.94.2: + +API users, please adjust now to planned API changes in 2.0: + - EnrollStart will throw an error if the finger was enrolled already + - Interactive DBus authentication will only happen when requested + +Highlights: + - Add PAM module options to ignore timeout/retry limits + - A lot of translation updates after the POT file was fixed + - Improve meson build file and fix building with meson 0.61.0 + Version 1.94.1: API users, please adjust now to planned API changes in 2.0: diff --git a/meson.build b/meson.build index e11d2dd..b155a4a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('fprintd', 'c', - version: '1.94.1', + version: '1.94.2', license: 'GPLv2+', default_options: [ 'buildtype=debugoptimized',