]> granicus.if.org Git - p11-kit/commitdiff
Release 0.23.18
authorDaiki Ueno <dueno@redhat.com>
Mon, 30 Sep 2019 11:07:21 +0000 (13:07 +0200)
committerDaiki Ueno <ueno@gnu.org>
Mon, 30 Sep 2019 11:34:04 +0000 (13:34 +0200)
NEWS
configure.ac
meson.build

diff --git a/NEWS b/NEWS
index d0e83e5aeb534d037d44cc604140830e4d3387f8..d535c17c8abf5fe9ee671b7167d4a146a9eda51b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.23.18 (stable)
+ * rpc: Allow empty CK_DATE value [PR#253]
+ * build: Meson fixes [PR#245]
+ * build: Adjust feature parity between meson and autotools [PR#247]
+
 0.23.17 (stable)
  * common: Fix uClibc-ng compilation [PR#237]
  * trust: do not allow daylight to invalidate date validation [PR#236]
index 37cda410c5cef052720d840c592166ea2496e89d..8ee005e7877eb5d7586272ce1fea9bca5f812e7b 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.61)
 
 AC_INIT([p11-kit],
-       [0.23.17],
+       [0.23.18],
        [https://github.com/p11-glue/p11-kit/issues],
        [p11-kit],
        [https://p11-glue.github.io/p11-glue/p11-kit.html])
index 8d2297198aa36eee914f3f8a5ec4411c45293d99..3d66920c9830e2a490c2dc3bcfcdf28c72b24b05 100644 (file)
@@ -1,5 +1,5 @@
 project('p11-kit', 'c',
-        version: '0.23.17',
+        version: '0.23.18',
         meson_version: '>= 0.49')
 
 version_arr = meson.project_version().split('.')