diff options
author | Daiki Ueno <dueno@redhat.com> | 2018-08-10 12:59:50 +0200 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2018-08-10 13:59:37 +0200 |
commit | ef001069d069df43de029f3b84206676badd8a4e (patch) | |
tree | 5e784ada5b07be4d2c9dcd15e9c00572e1e75145 | |
parent | ce3cec7f8742254b8627b9db48973b81e91cbfc8 (diff) |
Release 0.23.13
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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] diff --git a/configure.ac b/configure.ac index 24e9519..93a6c83 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |