From b785f39384af08c35b08ab74671443234260cccc Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 2 Oct 2014 08:29:06 +0200 Subject: Release version 0.22.0 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d8cc8aa..81f3361 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0.22.0 (stable) + * Remove the 'isolated = yes' option due to unclear semantics + replacement forth coming in later versions. + * Use secure_getenv() where necessary + * Run separate binary for 'p11-kit remote' command + 0.21.3 (unstable) * New public pkcs11x.h header containing extensions [#83495] * Export necessary defines to lookup attached extensions [#83495] diff --git a/configure.ac b/configure.ac index c151c9a..77cadb0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.21.3], + [0.22.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html]) -- cgit v1.2.1