From: Stef Walter Date: Tue, 14 Jan 2014 14:21:05 +0000 (+0100) Subject: Release version 0.20.2 X-Git-Tag: 0.20.2^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43c54570e97c60457ed09ffb18ad8416b640e51d;p=p11-kit Release version 0.20.2 --- 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])