]> granicus.if.org Git - p11-kit/commitdiff
Release 0.23.15 0.23.15
authorDaiki Ueno <dueno@redhat.com>
Mon, 14 Jan 2019 16:31:58 +0000 (17:31 +0100)
committerDaiki Ueno <ueno@gnu.org>
Fri, 18 Jan 2019 09:58:40 +0000 (10:58 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index aa6dc52b163054c46269dfdf2d6e5ab8d5c2268d..d69f0accaf87b4d7a9d741d0945fed35b35e6486 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+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]
+ * trust/extract-jks.c: also honor SOURCE_DATE_EPOCH time [PR#202]
+ * virtual: Prefer fixed closures to libffi closures [PR#196]
+ * Fix issues spotted by coverity and cppcheck [PR#194, PR#204]
+ * Build and test fixes [PR#164, PR#191, PR#199, PR#201]
+
 0.23.14 (stable)
  * proxy: Avoid invalid memory access when unloading proxy module [PR#180]
  * Update pkcs11 header to allow SoftHSMv2 to compile [PR#181]
index fc17b25d84150d030afcedaac87ca46bef27168e..be9498b9e5ab1a72b39aa8829bf4fbaf3b0cc35d 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.61)
 
 AC_INIT([p11-kit],
-       [0.23.14],
+       [0.23.15],
        [https://github.com/p11-glue/p11-kit/issues],
        [p11-kit],
        [https://p11-glue.github.io/p11-glue/p11-kit.html])