]> granicus.if.org Git - p11-kit/commitdiff
Release version 0.21.2 0.21.2
authorStef Walter <stefw@redhat.com>
Fri, 5 Sep 2014 10:10:40 +0000 (12:10 +0200)
committerStef Walter <stefw@redhat.com>
Fri, 5 Sep 2014 10:10:40 +0000 (12:10 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c346f5d47211976f05a025df51ba5d5e96b98cf7..2fc45b8b651a7307c92ca1ceaf6fb95d18fad6ab 100644 (file)
--- 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]
index f4879008c98747b077513ca8020ae4d348df1368..d0194f9a7c18f040044d7db509275e37000003a3 100644 (file)
@@ -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])