summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2014-01-14 15:21:05 +0100
committerStef Walter <stef@thewalter.net>2014-01-14 15:37:36 +0100
commit43c54570e97c60457ed09ffb18ad8416b640e51d (patch)
tree370b3269986501d827b58da1c652a41bceae7004
parent90479889d9ee0c6f64067cb762286e6d25dca4b3 (diff)
downloadp11-kit-43c54570e97c60457ed09ffb18ad8416b640e51d.tar.gz
Release version 0.20.20.20.2
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 122144a..c64713d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.20.2 (stable)
+ * Fix bug where blacklist didn't affect extracted ca-anchors if the anchor
+ and blacklist were not in the same trust path (regression) [#73558]
+ * Check for race in BasicConstraints stapled extension [#69314]
+ * autogen.sh now runs configure as srcdir != builddir by default
+ * Build fixes and cleanup
+
0.20.1 (stable)
* Extract compat trust data after we've changes
* Skip compat extraction if running as non-root
diff --git a/configure.ac b/configure.ac
index b2f4f8b..91382f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.20.1],
+ [0.20.2],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])