From f272dd4a1c68125c8f696b1e0eebb15c45c6923a Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 7 May 2018 10:44:10 +0200 Subject: Release 0.23.11 --- NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 95fb15a..af8cbda 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +0.23.11 (devel) + * trust: Add extractor for edk2/cacerts.bin [PR#139] + * modules: Add option to control module visibility from proxy [PR#140] + * trust: Prevent trust module being loaded by proxy module [PR#142] + * library: Use dedicated locale object for printing error [PR#148] + * Treat CKR_CRYPTOKI_ALREADY_INITIALIZED correctly [PR#134] + * Build and test fixes [PR#151, PR#149, PR#141, PR#138, PR#135] + 0.23.10 (devel) * filter: Respect "write-protected" vendor-specific attribute in PKCS#11 URI [PR#129] diff --git a/configure.ac b/configure.ac index c4db748..5667874 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.23.10], + [0.23.11], [https://github.com/p11-glue/p11-kit/issues], [p11-kit], [https://p11-glue.github.io/p11-glue/p11-kit.html]) -- cgit v1.1