mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 12:23:34 +02:00
Release 1.90.4
This commit is contained in:
12
NEWS
12
NEWS
@ -1,6 +1,18 @@
|
|||||||
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.90.4:
|
||||||
|
|
||||||
|
This fprintd release contains major core reworkings and improved testing.
|
||||||
|
As such, only the most important changes are listed here, focusing on
|
||||||
|
changes relevant to distributors.
|
||||||
|
|
||||||
|
Highlights:
|
||||||
|
- Authentication is now required to enroll a new print (#5)
|
||||||
|
- Add support for the libfprint early reporting mechanism
|
||||||
|
- Proper hotplug support together with libfprint 1.90.4
|
||||||
|
- Handle STATE_DIRECTORY containing multiple paths
|
||||||
|
|
||||||
version 1.90.1:
|
version 1.90.1:
|
||||||
- Add support for prints saved on the fingerprint device itself
|
- Add support for prints saved on the fingerprint device itself
|
||||||
- Add integration tests using the virtual image driver, and further
|
- Add integration tests using the virtual image driver, and further
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
project('fprintd', 'c',
|
project('fprintd', 'c',
|
||||||
version: '1.90.1',
|
version: '1.90.4',
|
||||||
license: 'GPLv2+',
|
license: 'GPLv2+',
|
||||||
default_options: [
|
default_options: [
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
|
|||||||
Reference in New Issue
Block a user