mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-07 20:08:18 +02:00
Release 1.94.3
This commit is contained in:
parent
150da30cc7
commit
2cf0650dd4
2 changed files with 11 additions and 1 deletions
10
NEWS
10
NEWS
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('fprintd', 'c',
|
||||
version: '1.94.2',
|
||||
version: '1.94.3',
|
||||
license: 'GPLv2+',
|
||||
default_options: [
|
||||
'buildtype=debugoptimized',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue