From: Stef Walter Date: Fri, 20 Feb 2015 20:28:38 +0000 (+0100) Subject: Release version 0.23.1 X-Git-Tag: 0.23.1^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec9e2450bafa1cda47525b38a28c8f981f43c1e1;p=p11-kit Release version 0.23.1 --- diff --git a/NEWS b/NEWS index 2e8c49e..5ee8c61 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +0.23.1 (devel) + * Use new PKCS#11 URI draft fields for URIs [#86474 #87582] + * Add pem-directory-hash extract format + * Build fixes + 0.22.1 (stable) * Use SubjectKeyIdentifier for CKA_ID when available [#84761] * Allow 'BEGIN PuBLIC KEY' PEM blocks in .p11-kit files diff --git a/configure.ac b/configure.ac index 02ea526..77bda6a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.22.1], + [0.23.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html])