diff options
author | Daiki Ueno <dueno@redhat.com> | 2018-02-27 12:32:35 +0100 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2018-02-27 16:33:59 +0100 |
commit | f6b7a992e442218a5afdbf8ae1697c53f3f03991 (patch) | |
tree | 3d073d482f1e305a435acfc128a3422e62603c1b | |
parent | 39eb7a3dd16233b16fb1e50fe30d55f5f86fbaa5 (diff) |
Release 0.23.10
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +0.23.10 (devel) + * filter: Respect "write-protected" vendor-specific attribute in + PKCS#11 URI [PR#129] + * server: Improve shell integration and documentation [PR#107, PR#108] + * proxy: Reuse existing slot ID mapping in after fork() [PR#120] + * trust: Forcibly mark "Default Trust" read-only [PR#123] + * New function p11_kit_override_system_files() which can be used for + testing [PR#110] + * trust: Filter out duplicate extensions [PR#69] + * Update translations [PR#128] + * Bug fixes [PR#125, PR#126] + 0.23.9 (devel) * Fix p11-kit server regressions [PR#103, PR#104] * trust: Respect anyExtendedKeyUsage in CA certificates [PR#99] diff --git a/configure.ac b/configure.ac index a1ca013..bbb81e9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.23.9], + [0.23.10], [https://github.com/p11-glue/p11-kit/issues], [p11-kit], [https://p11-glue.github.io/p11-glue/p11-kit.html]) |