diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +0.21.3 (unstable) + * New public pkcs11x.h header containing extensions [#83495] + * Export necessary defines to lookup attached extensions [#83495] + * Use term 'attached extensions' rather than 'stabled extensions' + * Make proxy module respect 'critical = no' [#83651] + * Show public-key-info in 'trust list --details' + * Build fixes [#75674 ...] + 0.21.2 (unstable) * Don't use invalid keys for looking up stapled extensions [#82328] * Better error messages when invalid certificate extensions diff --git a/configure.ac b/configure.ac index 87f8a17..b316d54 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.21.2], + [0.21.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html]) |