]> granicus.if.org Git - p11-kit/commitdiff
Release version 0.22.0 0.22.0
authorStef Walter <stefw@redhat.com>
Thu, 2 Oct 2014 06:29:06 +0000 (08:29 +0200)
committerStef Walter <stefw@redhat.com>
Sat, 4 Oct 2014 11:22:53 +0000 (13:22 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d8cc8aa1f2f6233fb53fcbc36d8b0b10460a3cc6..81f3361ed22a7a5cf5f5f323bb872402bb2343a1 100644 (file)
--- 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]
index c151c9a673163a5a279580040ce997e829dea691..77cadb0029987e17718166879b1fcc7d7e1c6d2e 100644 (file)
@@ -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])