From 830a689bc0a0be0d2d63cc0fca0965214c41768e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 14 Oct 2013 14:23:20 +0200 Subject: Release version 0.18.7 --- NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bdafd81..18a1898 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +0.18.7 (stable) + * Fix race with BasicConstraints stapled extension [#69314] + 0.18.6 (stable) * Avoid using the non-thread-safe strerror() function * Testing fixes diff --git a/configure.ac b/configure.ac index 5d91273..06c1019 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.18.6], + [0.18.7], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html]) -- cgit v1.2.1