Blame NEWS

Packit f7449a
This file lists notable changes in each release. For the full history of all
Packit f7449a
changes, see ChangeLog.
Packit f7449a
Packit f7449a
version 0.9.0:
Packit f7449a
- Fix hangs when there the verification error was "retry"
Packit f7449a
- Update for fp_get_pollfds() changes
Packit f7449a
- Fix "client_username" memory leak, fix memory leak when saving a file
Packit f7449a
- Create the fingerprint storage directory at install time,
Packit f7449a
  the storage path is now hard-coded as /var/lib/fprint and created by
Packit f7449a
  systemd when the service is started
Packit f7449a
Packit f7449a
version 0.8.1:
Packit f7449a
- Fix build when builddir != srcdir
Packit f7449a
- Fix possible crash on exit
Packit f7449a
- Avoid warnings in copy/paste header
Packit f7449a
- Sandbox fprintd daemon more
Packit f7449a
- Update website address
Packit f7449a
- Minimise debug output
Packit f7449a
- Updated translations
Packit f7449a
Packit f7449a
version 0.8.0:
Packit f7449a
- Lockdown the daemon to minimise potential security issues
Packit f7449a
- Don't wake up readers when there's no enrolled fingerprints
Packit f7449a
Packit f7449a
version 0.7.0:
Packit f7449a
- Fix crash in the daemon when cancelling PAM conversation
Packit f7449a
- Fix build warnings and update translations
Packit f7449a
Packit f7449a
version 0.6.0:
Packit f7449a
- Fix warning in fprintd.pod file
Packit f7449a
- Reduce logging during normal operation
Packit f7449a
- Fix eventfd leak in PAM module
Packit f7449a
- List possible values for finger when enrolling
Packit f7449a
- Fix possible crash in fprintd-verify
Packit f7449a
- Fix listing and deleting fingerprints when there's more than
Packit f7449a
  one reader available
Packit f7449a
Packit f7449a
version 0.5.1:
Packit f7449a
- Add max_tries and timeout arguments to PAM module
Packit f7449a
- Add ability to require the fingerprint for enrolled users
Packit f7449a
- Add "-f <finger>" option to enroll utilities
Packit f7449a
Packit f7449a
version 0.5.0:
Packit f7449a
- Don't use a device name if there's only one reader
Packit f7449a
- Avoid possible crash when trying to login without devices
Packit f7449a
- Fix possible crashes due to uninitialised variables
Packit f7449a
- Fix hang when the machine has no USB bus
Packit f7449a
- Add a systemd unit file
Packit f7449a
Packit f7449a
version 0.4.1:
Packit f7449a
- Enable gtk-doc by default so that file aren't
Packit f7449a
  missing in the tarball
Packit f7449a
Packit f7449a
version 0.4.0:
Packit f7449a
- Loads of new translations
Packit f7449a
- Fix crasher when PAM module gets unloaded
Packit f7449a
- Use GIO to monitor D-Bus clients instead of custom code
Packit f7449a
Packit f7449a
version 0.2.0:
Packit f7449a
- First actual release