summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-08 23:25:02 +0100
committerStef Walter <stefw@gnome.org>2013-03-08 23:25:02 +0100
commitee632a4a904f9f16c66a24c97f5724f0c3150b10 (patch)
tree194e939dd4f5ec5e66590b63c0ebea705413509b
parentb5660380769aa5b1c9b51af7e0fd2f18ed463a7e (diff)
downloadp11-kit-0.16.3.tar.gz
Release version 0.16.30.16.3
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 027a432..f721df1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.16.3 (stable)
+ * When iterating don't skip tokens without the CKF_TOKEN_INITIALIZED flag
+ * Hardcode some distrust records for NSS temporarily
+ * Parse global options better in the p11-kit command
+ * Better debugging
+
0.16.2 (stable)
* Fix regression in 'p11-kit extract --purpose' option [#62009]
* Documentation updates
diff --git a/configure.ac b/configure.ac
index 0f8c8c0..c48bfc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.16.2],
+ [0.16.3],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])