Release 1.94.3

This commit is contained in:
Marco Trevisan (Treviño) 2024-04-04 03:35:44 +02:00
parent 150da30cc7
commit 2cf0650dd4
No known key found for this signature in database
GPG key ID: 9449C2F50996635F
2 changed files with 11 additions and 1 deletions

10
NEWS
View file

@ -1,6 +1,16 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
Version 1.94.3:
Highlights:
- Don't try to clear storage on devices without internal storage
- Build: Add option to use libelogind for DBus
- Fixed loading external storage modules
- Do not require bash to build (just posix sh)
- Tests fixes for newer python, python-dbusmock and libfprint
- Even more translation updates
Version 1.94.2:
API users, please adjust now to planned API changes in 2.0:

View file

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