summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c346f5d..2fc45b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.21.2 (unstable)
+ * Don't use invalid keys for looking up stapled extensions [#82328]
+ * Better error messages when invalid certificate extensions
+ * Fix parsing of some odd OpenSSL TRUSTED CERTIFICATE files
+ * Fix some leaks, and memory issues
+ * Silence some clang scanner warnings
+ * Fix build against older pthread implementations [#82617]
+ * Move to a non-recursive Makefile
+ * Can now specify which tests to run on command line
+
0.21.1 (unstable)
* Add new 'isolate' pkcs11 config option [#80472]
* Add 'p11-kit remote' command for isolating modules [#54105]
diff --git a/configure.ac b/configure.ac
index f487900..d0194f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.21.1],
+ [0.21.2],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])