Changelog for
fprintd-doc-1.94.2-3.3.noarch.rpm :
* Fri Jul 07 2023 Wolfgang Rosenauer
- add all supported USB devices as Supplements
* Tue May 24 2022 Dominique Leuenberger - Do not recommend lang package: the lang package has smarter supplements in place.
* Sat May 07 2022 Ferdinand Thiessen - Update to version 1.94.2
* EnrollStart will throw an error if the finger was enrolled already
* Interactive DBus authentication will only happen when requested
* Add PAM module options to ignore timeout/retry limits
* A lot of translation updates after the POT file was fixed
* Improve meson build file and fix building with meson 0.61.0 So patches can be dropped f4256533d1ffdc203c3f8c6ee42e8dcde470a93f.patch 2c34cef5ef2004d8479475db5523c572eb409a6b.patch
* Tue Feb 22 2022 Bjørn Lie - Add upstream bug fix patches, fix build with meson 0.60.x and newer: + f4256533d1ffdc203c3f8c6ee42e8dcde470a93f.patch + 2c34cef5ef2004d8479475db5523c572eb409a6b.patch
* Wed Feb 09 2022 Carsten Ziepke - Fix for openSUSE Leap 15.3, makro %{_pam_moduledir} is unknown in openSUSE Leap 15.3
* Tue Nov 16 2021 Matthias Mailänder - Update to version 1.94.1
* 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- Changes from 1.94.0
* Highlights: + Implement suspend/resume handling. + This requires writing \"power/persist\" and \"power/wakeup\" in sysfs. + Support libfprint overheat protections + Delete host prints when device prints disappeared + pam: Immediately return success information + Plenty of updated translations thanks to move to Fedora Weblate + Fix possible race when retrieving session information + Fix possible race when a client disconnects + GLib 2.56 compatibility fixes- Changes from 1.92.0
* Highlights: + fprintd now prevents the same finger to be enrolled twice + Support clearing storage of match-on-chip devices + pam: Cancel authentication on SIGINT (e.g. ctrl+c with sudo) + pam: Always return PAM_AUTHINFO_UNAVAIL for devices without prints + Expose finger status on DBus + Add method to delete only a specific print of a user + Improved error reporting for deletion + Wait for finger removal before cancelling operations + Prefer older prints when garbage collecting + Major improvements to test coverage- Remove README.SUSE because rh#1693356 and upstream classified it as not a problem
* Sat Mar 20 2021 Andreas Stieger - fix pyton dbus-python build dependency for Leap 15.3 boo#1183818
* Fri Jan 15 2021 Martin Hauke - Update to version 1.90.9
* Fix multiple daemon lockup issues (#97)
* Fix print garbage collection to not delete used prints
* pam: Use the device with the most prints
* Sat Dec 12 2020 Martin Hauke - Update to version 1.90.8 It seems that we are finally reaching the end of the tunnel with regard to regressions. One more issue that cropped up was that a pam_fprintd fix to avoid a possible authentication bypass caused issues when fprintd was just started on demand. Highlights:
* pam: Only listen to NameOwnerChanged after fprintd is known to run.
* Place new ObjectManager DBus API at /net/reactivated/Fprint
* Wed Dec 09 2020 Martin Hauke - Update to version 1.90.7 While 1.90.6 fixed a number of issues, we did have a bad regression due causing pam_fprintd to crash when there are no fingerprint devices installed. Highlights:
* pam: Guard strdup calls against NULL pointers