summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-07 22:54:12 +0100
committerStef Walter <stefw@gnome.org>2013-03-07 22:54:12 +0100
commitcc6189fc4051be33c6f5c86ab767e614633bf831 (patch)
treefdffd93de36ed4f11f8f703cd2e45acee5a60d8a
parent85eaff1aebb0e6625382fba179164490b6ebb538 (diff)
downloadp11-kit-cc6189fc4051be33c6f5c86ab767e614633bf831.tar.gz
Release version 0.16.10.16.1
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c5ac319..64729df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.16.1 (stable)
+ * Don't break when cA field of BasicConstraints is missing [#61975]
+ * Documentation fixes and updates
+ * p11-kit extract-trust is a placeholder script now
+
0.16.0 (stable)
* Update the pkcs11.h header for new mechanisms
* Fix build and tests on mingw64 (ie: win32)
diff --git a/configure.ac b/configure.ac
index d6bf1ad..cd3cd43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.16.0],
+ [0.16.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])