Release 1.94.2

This commit is contained in:
Benjamin Berg 2022-02-24 17:03:05 +01:00
parent 81f52522a6
commit 0d2e2a6742
2 changed files with 12 additions and 1 deletions

11
NEWS
View file

@ -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:

View file

@ -1,5 +1,5 @@
project('fprintd', 'c',
version: '1.94.1',
version: '1.94.2',
license: 'GPLv2+',
default_options: [
'buildtype=debugoptimized',