mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
0.4.0
This commit is contained in:
5
NEWS
5
NEWS
@ -1,5 +1,10 @@
|
|||||||
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 0.4.0:
|
||||||
|
- Loads of new translations
|
||||||
|
- Fix crasher when PAM module gets unloaded
|
||||||
|
- Use GIO to monitor D-Bus clients instead of custom code
|
||||||
|
|
||||||
version 0.2.0:
|
version 0.2.0:
|
||||||
- First actual release
|
- First actual release
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
AC_INIT([fprintd], [0.2.0])
|
AC_INIT([fprintd], [0.4.0])
|
||||||
AM_INIT_AUTOMAKE([1.11 dist-bzip2 no-dist-gzip check-news])
|
AM_INIT_AUTOMAKE([1.11 dist-bzip2 no-dist-gzip check-news])
|
||||||
AC_CONFIG_SRCDIR([src/main.c])
|
AC_CONFIG_SRCDIR([src/main.c])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
|||||||
Reference in New Issue
Block a user