diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-12 09:05:47 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-12 09:05:47 +0100 |
commit | 0a6bf1bfad01aae0b707b9e13e6d14deade9cecf (patch) | |
tree | 1beacb9a210d27f1101d78813d6043c65f108990 | |
parent | 22993290d75bacb33c177be8ee2bc78ea0687ac8 (diff) |
Release version 0.16.4
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +0.16.4 (stable) + * Display per command help again [#62153] + * Don't always print tools debug output [#62152] + 0.16.3 (stable) * When iterating don't skip tokens without the CKF_TOKEN_INITIALIZED flag * Hardcode some distrust records for NSS temporarily diff --git a/configure.ac b/configure.ac index c48bfc5..33565da 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.16.3], + [0.16.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html]) |