From: Daiki Ueno Date: Wed, 1 Mar 2017 08:58:40 +0000 (+0100) Subject: Release 0.23.5 X-Git-Tag: 0.23.5^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=817a1c67c407850ab1756fdacb1c38e4bded5509;p=p11-kit Release 0.23.5 --- diff --git a/NEWS b/NEWS index 8a400b1..8951c8b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +0.23.5 (devel) + * Fix license notice of common/unix-peer.c [PR#58] + * Remove systemd unit files for now [PR#60] + * Build fixes for FreeBSD [PR#56] + 0.23.4 (devel) * Recognize query attributes defined in PKCS#11 URI (RFC7512) [PR#31, PR#37, PR#52] diff --git a/configure.ac b/configure.ac index 52c9067..3da26a7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.23.4], + [0.23.5], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html])