]> granicus.if.org Git - p11-kit/commitdiff
Release 0.23.14 0.23.14
authorDaiki Ueno <dueno@redhat.com>
Tue, 28 Aug 2018 13:33:32 +0000 (15:33 +0200)
committerDaiki Ueno <ueno@gnu.org>
Tue, 28 Aug 2018 13:57:30 +0000 (15:57 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ab8ff57e14af78a54861f2e2a88c1c3a42bb5d0e..c96a8134ece978ab640ecf0a300b3bd6f333b206 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+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]
+ * build: Restore libpthread dependency [PR#183]
+ * Build fixes [PR#188]
+
 0.23.13 (stable)
  * server: Enable socket activation through systemd [PR#173]
  * rpc-server: p11_kit_remote_serve_tokens: Allow exporting all modules [PR#174]
index e393b4d081ded6ea29fc3114b6f569340a8d27e5..87cada07f8971a4617b9dd287b83e4aef374c353 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.61)
 
 AC_INIT([p11-kit],
-       [0.23.13],
+       [0.23.14],
        [https://github.com/p11-glue/p11-kit/issues],
        [p11-kit],
        [https://p11-glue.github.io/p11-glue/p11-kit.html])