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',