From: Daiki Ueno Date: Mon, 14 Aug 2017 11:20:18 +0000 (+0200) Subject: Release 0.23.8 X-Git-Tag: 0.23.9~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32d6f9d2468ea2851d16ad0e1a2046dfd8cd7fa5;p=p11-kit Release 0.23.8 --- diff --git a/NEWS b/NEWS index 84a442d..577cc33 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +0.23.8 (devel) + * Improve vendor query attributes handling in PKCS#11 URI [PR#92] + * Add OTP and GOST mechanisms to pkcs11.h [PR#90, PR#91] + * New envvar P11_KIT_NO_USER_CONFIG to stop looking at user + configurations [PR#87] + * Build fixes for Solaris and 32-bit big-endian platforms [PR#81, PR#86] + 0.23.7 (devel) * Fix memory issues with "p11-kit server" [PR#78] * Build fixes [PR#77 ...] diff --git a/configure.ac b/configure.ac index 856a37c..809bb93 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.23.7], + [0.23.8], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html])