]> granicus.if.org Git - p11-kit/commitdiff
Release 0.23.10 0.23.10
authorDaiki Ueno <dueno@redhat.com>
Tue, 27 Feb 2018 11:32:35 +0000 (12:32 +0100)
committerDaiki Ueno <ueno@gnu.org>
Tue, 27 Feb 2018 15:33:59 +0000 (16:33 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index bfd86ce915021251df9c0ecf9cb27bca7a778d81..95fb15a1d0fe40c9f63d6bda9d5a4181018cb74e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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]
index a1ca0130953cbd3dcbdf578d74985e412c0ca002..bbb81e9f23f8fce89617a9fe2be1ab678e692b06 100644 (file)
@@ -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])