diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-20 16:27:20 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-20 22:22:30 +0100 |
commit | 3f74a3b32ce42cc7e38bdbf8349f976000c3af4c (patch) | |
tree | 2a2e2288b9555a3aa2a0b7d3393c3a9fdb1ebf32 | |
parent | 4b09d2b4d3958b58b020c1ae21fcd932e1eb6c37 (diff) |
Release 0.17.4
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +0.17.4 (unstable) + * Check for duplicate certificates in a token, warn and discard [#62548] + * Implement a proper index so we have decent load performance + 0.17.3 (unstable) * Use descriptive labels for the trust module tokens [#62534] * Remove the temporary built in distrust objects diff --git a/configure.ac b/configure.ac index fe5809c..2f6290e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.17.3], + [0.17.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html]) |