]> granicus.if.org Git - p11-kit/commitdiff
Release version 0.20.2 0.20.2
authorStef Walter <stef@thewalter.net>
Tue, 14 Jan 2014 14:21:05 +0000 (15:21 +0100)
committerStef Walter <stef@thewalter.net>
Tue, 14 Jan 2014 14:37:36 +0000 (15:37 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 122144affdb81b25a90998d13a86b6427f9ea7d0..c64713d472eb0b69bd7869118e927bf71a481cda 100644 (file)
--- 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
index b2f4f8bc7711238b343daa2613d34afb16372e91..91382f8480d4289782692c7e2ec77cb54d0056b5 100644 (file)
@@ -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])