summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])