From 43c54570e97c60457ed09ffb18ad8416b640e51d Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 14 Jan 2014 15:21:05 +0100 Subject: Release version 0.20.2 --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1