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 81f3361..2e8c49e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.22.1 (stable)
+ * Use SubjectKeyIdentifier for CKA_ID when available [#84761]
+ * Allow 'BEGIN PuBLIC KEY' PEM blocks in .p11-kit files
+ * Bump libtool library version
+ * Build fixes [#84665 ...]
+
0.22.0 (stable)
* Remove the 'isolated = yes' option due to unclear semantics
replacement forth coming in later versions.
diff --git a/configure.ac b/configure.ac
index 115d98d..8a1939f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.61)
AC_INIT([p11-kit],
- [0.22.0],
+ [0.22.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue],
[p11-kit],
[http://p11-glue.freedesktop.org/p11-kit.html])