summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-20 16:27:20 +0100
committerStef Walter <stefw@gnome.org>2013-03-20 22:22:30 +0100
commit3f74a3b32ce42cc7e38bdbf8349f976000c3af4c (patch)
tree2a2e2288b9555a3aa2a0b7d3393c3a9fdb1ebf32
parent4b09d2b4d3958b58b020c1ae21fcd932e1eb6c37 (diff)
downloadp11-kit-0.17.4.tar.gz
Release 0.17.40.17.4
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d017db6..d56adf2 100644
--- a/NEWS
+++ b/NEWS
@@ -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])