]> granicus.if.org Git - p11-kit/commitdiff
Release 0.23.17 0.23.17
authorDaiki Ueno <dueno@redhat.com>
Mon, 9 Sep 2019 07:46:51 +0000 (09:46 +0200)
committerDaiki Ueno <ueno@gnu.org>
Mon, 9 Sep 2019 12:57:23 +0000 (14:57 +0200)
NEWS
configure.ac
meson.build

diff --git a/NEWS b/NEWS
index 0a10c05417bea89f5c171b6abfc80b4b8d29ad20..d0e83e5aeb534d037d44cc604140830e4d3387f8 100644 (file)
--- 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]
index a92e2e237aee7696fbda4ff2ba75606e021423e3..6ff4aa745a8289deb90cfed03c447b6538d943a7 100644 (file)
@@ -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])
index a7c2b2b5100343215b9701831e1de0199cad1a4b..6bd70578812267efeda0e3a2b128210da1bd7320 100644 (file)
@@ -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('.')