mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-05 22:48:04 +02:00
0.5.0
This commit is contained in:
parent
197e139a45
commit
cb72e9790d
2 changed files with 8 additions and 1 deletions
7
NEWS
7
NEWS
|
|
@ -1,6 +1,13 @@
|
|||
This file lists notable changes in each release. For the full history of all
|
||||
changes, see ChangeLog.
|
||||
|
||||
version 0.5.0:
|
||||
- Don't use a device name if there's only one reader
|
||||
- Avoid possible crash when trying to login without devices
|
||||
- Fix possible crashes due to uninitialised variables
|
||||
- Fix hang when the machine has no USB bus
|
||||
- Add a systemd unit file
|
||||
|
||||
version 0.4.1:
|
||||
- Enable gtk-doc by default so that file aren't
|
||||
missing in the tarball
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([fprintd], [0.4.1])
|
||||
AC_INIT([fprintd], [0.5.0])
|
||||
AM_INIT_AUTOMAKE([1.11 dist-bzip2 no-dist-gzip check-news])
|
||||
AC_CONFIG_SRCDIR([src/main.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue