summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f721df1..4112ddb 100644
--- a/NEWS
+++ b/NEWS
@@ -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])