]> granicus.if.org Git - p11-kit/commitdiff
Release 0.23.13
authorDaiki Ueno <dueno@redhat.com>
Fri, 10 Aug 2018 10:59:50 +0000 (12:59 +0200)
committerDaiki Ueno <ueno@gnu.org>
Fri, 10 Aug 2018 11:59:37 +0000 (13:59 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6ce671bb3088d98b8497003eec4a3b8df640de77..ab8ff57e14af78a54861f2e2a88c1c3a42bb5d0e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+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]
+ * proxy: Fail early if there is no slot mapping [PR#175]
+ * Remove hard dependency on libpthread [PR#177]
+ * Build fixes [PR#170, PR#176]
+
 0.23.12 (stable)
  * Fix compile error when PKCS#11 GNU calling convention is enabled [PR#160]
  * Fix getauxval() and secure_getenv() emulation on macOS and FreeBSD [PR#167]
index 24e9519ce6f36ca31727e6e239b0174c84c8902a..93a6c83f6e64d0894582c1c2f80ce981b0d3194b 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.61)
 
 AC_INIT([p11-kit],
-       [0.23.12],
+       [0.23.13],
        [https://github.com/p11-glue/p11-kit/issues],
        [p11-kit],
        [https://p11-glue.github.io/p11-glue/p11-kit.html])