Release 1.94.1

This commit is contained in:
Benjamin Berg
2021-11-02 16:25:29 +01:00
parent 0595f416f9
commit a734ceff71
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@ -1,6 +1,19 @@
This file lists notable changes in each release. For the full history of all This file lists notable changes in each release. For the full history of all
changes, see ChangeLog. 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: Version 1.94.0:
API users, please adjust now to planned API changes in 2.0: API users, please adjust now to planned API changes in 2.0:

View File

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