From: Daiki Ueno Date: Mon, 9 Sep 2019 07:46:51 +0000 (+0200) Subject: Release 0.23.17 X-Git-Tag: 0.23.17^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f00183944fad943216ac5842f6b23ab5c4149e50;p=p11-kit Release 0.23.17 --- diff --git a/NEWS b/NEWS index 0a10c05..d0e83e5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +0.23.17 (stable) + * common: Fix uClibc-ng compilation [PR#237] + * trust: do not allow daylight to invalidate date validation [PR#236] + * build: Port to meson build system [PR#231, PR#234] + * rpc: On UNIX wait on condition variable instead of FD if header is for a different thread [PR#232] + * doc: Add 'server' command in help [PR#229] + * Build and test fixes [PR#230] + 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] diff --git a/configure.ac b/configure.ac index a92e2e2..6ff4aa7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.23.16], + [0.23.17], [https://github.com/p11-glue/p11-kit/issues], [p11-kit], [https://p11-glue.github.io/p11-glue/p11-kit.html]) diff --git a/meson.build b/meson.build index a7c2b2b..6bd7057 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('p11-kit', 'c', - version: '0.23.16', + version: '0.23.17', meson_version: '>= 0.49') version_arr = meson.project_version().split('.')