summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2014-09-05 11:56:26 +0200
committerStef Walter <stefw@redhat.com>2014-09-05 12:05:55 +0200
commit56069e16e913f75869824cb70f65b2d6422af9d8 (patch)
treee130c60227a3f54011cd5a109b51b0410fe9169b
parentd122d041a095cbd6d019a1fc7195bb1922cf0da9 (diff)
downloadp11-kit-56069e16e913f75869824cb70f65b2d6422af9d8.tar.gz
Release version 0.20.50.20.5
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4af6ceb..51be7b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.20.5 (stable)
+ * 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
+
0.20.4 (stable)
* Don't complain about C_Finalize after a fork
* Fix typo
diff --git a/configure.ac b/configure.ac
index 16dc1ca..9607043 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.20.4],
+ [0.20.5],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])