summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2014-10-02 08:29:06 +0200
committerStef Walter <stefw@redhat.com>2014-10-04 13:22:53 +0200
commitb785f39384af08c35b08ab74671443234260cccc (patch)
tree87c5c073aa8fe4d2173087685231492982b1e1fb
parent16e25b2890927108ec15297aabb1d86a49792741 (diff)
downloadp11-kit-b785f39384af08c35b08ab74671443234260cccc.tar.gz
Release version 0.22.00.22.0
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
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])