]> granicus.if.org Git - p11-kit/commitdiff
Release 0.23.16
authorDaiki Ueno <dueno@redhat.com>
Wed, 22 May 2019 08:17:32 +0000 (10:17 +0200)
committerDaiki Ueno <ueno@gnu.org>
Wed, 22 May 2019 09:21:08 +0000 (11:21 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d69f0accaf87b4d7a9d741d0945fed35b35e6486..0a10c05417bea89f5c171b6abfc80b4b8d29ad20 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.23.16 (stable)
+ * proxy: Support C_WaitForSlotEvent() if CKF_DONT_BLOCK is specified [PR#225]
+ * conf: Ignore user configuration if the program is running as root [PR#226]
+ * proxy: Refresh slot list on every C_GetSlotList call [PR#224]
+ * modules: Fix index used in call to p11_dict_remove() [PR#219]
+ * Fix Win32 p11_dl_error crash [PR#218]
+ * modules: check gl.modules before iterates on it when freeing [PR#217]
+ * trust: Ignore unreadable content in anchors [PR#215]
+ * extract-jks: Prefer _p11_extract_jks_timestamp to SOURCE_DATE_EPOCH [PR#213]
+
 0.23.15 (stable)
  * trust: Improve error handling if backed trust file is corrupted [PR#206]
  * url: Prefer upper-case letters in hex characters when encoding [PR#193]
index be9498b9e5ab1a72b39aa8829bf4fbaf3b0cc35d..318db2b8500ac1e7e250737a17738872cadfb5ac 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.61)
 
 AC_INIT([p11-kit],
-       [0.23.15],
+       [0.23.16],
        [https://github.com/p11-glue/p11-kit/issues],
        [p11-kit],
        [https://p11-glue.github.io/p11-glue/p11-kit.html])