From a734ceff71bc57a9dc564d9d56b88efe471daf01 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Tue, 2 Nov 2021 16:25:29 +0100 Subject: Release 1.94.1 --- NEWS | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dd32cf5..e0f908b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,19 @@ This file lists notable changes in each release. For the full history of all changes, see ChangeLog. +Version 1.94.1: + +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. + - Fix systemd unit so that udev hotplug events are processed + - Report back the selected finger if there is only one + - Change PolicyKit strings for clarity + - Various fixes to the testsuite + - Plenty of translation updates + Version 1.94.0: API users, please adjust now to planned API changes in 2.0: diff --git a/meson.build b/meson.build index 08f2cc9..e11d2dd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('fprintd', 'c', - version: '1.94.0', + version: '1.94.1', license: 'GPLv2+', default_options: [ 'buildtype=debugoptimized', -- cgit v1.2.3