Release 1.94.4

This commit is contained in:
Marco Trevisan (Treviño) 2024-09-05 03:10:08 +02:00
parent daef1b0659
commit a1ce732237
No known key found for this signature in database
GPG key ID: 9449C2F50996635F
2 changed files with 10 additions and 1 deletions

9
NEWS
View file

@ -1,6 +1,15 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
Version 1.94.4:
Highlights:
- Support building in other non-linux unix platforms (FreeBSD tested)
- Bump minimum glib dependency version to 2.64
- Allow interactive DBus authorization on fprintd-tools
- Use prefix to determine the PAM modules dir
- Translation updates
Version 1.94.3:
Highlights:

View file

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