diff options
author | Bastien Nocera <hadess@hadess.net> | 2011-04-18 18:07:00 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2011-04-18 18:07:00 +0100 |
commit | 5b466bbab81354a94631a9ac60a8c1742157c946 (patch) | |
tree | 8a2d1adc98ed034846ac408b98cc3363de9d77b8 | |
parent | 0dcd7e5c48697f65d33264fa4ac1946caf7c2ca1 (diff) |
0.4.0V_0_4_0
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ This file lists notable changes in each release. For the full history of all 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: - First actual release diff --git a/configure.ac b/configure.ac index 115cd65..1785542 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([config.h]) |