diff options
author | Daiki Ueno <dueno@redhat.com> | 2018-05-07 10:44:10 +0200 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2018-05-07 17:53:14 +0200 |
commit | f272dd4a1c68125c8f696b1e0eebb15c45c6923a (patch) | |
tree | 2d074f32a9e98a884167e78f3f1a7599637d82bd | |
parent | 5f68c96da949b08e2afd109d276d80e42cab68b7 (diff) |
Release 0.23.11
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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]) |