summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2014-08-07 13:28:16 +0200
committerStef Walter <stef@thewalter.net>2014-08-07 13:32:03 +0200
commit6a8843b3c5f6d44eb280a54653388a3de316f638 (patch)
tree809c78c12cfe7a39d4b71aaf9a20eeaf18c8da41
parent3cbe204722e2d5dfa8e8756e0b57b44c67fdd2c4 (diff)
Release version 0.21.10.21.1
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f0f7182..c346f5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.21.1 (unstable)
+ * Add new 'isolate' pkcs11 config option [#80472]
+ * Add 'p11-kit remote' command for isolating modules [#54105]
+ * Don't complain about C_Finalize after a fork
+ * Other minor fixes
+
0.20.3 (stable)
* Fix problems reinitializing managed modules after fork
* Fix bad bookeeping when fail initializing one of the modules
diff --git a/configure.ac b/configure.ac
index e7b24d7..afd8177 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.20.3],
+ [0.21.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])