From: Stef Walter Date: Thu, 9 Oct 2014 12:06:05 +0000 (+0200) Subject: Release version 0.22.1 X-Git-Tag: 0.22.1^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfb3bd47aa48983f5349479bca598403097ff81c;p=p11-kit Release version 0.22.1 --- diff --git a/NEWS b/NEWS index 81f3361..2e8c49e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0.22.1 (stable) + * Use SubjectKeyIdentifier for CKA_ID when available [#84761] + * Allow 'BEGIN PuBLIC KEY' PEM blocks in .p11-kit files + * Bump libtool library version + * Build fixes [#84665 ...] + 0.22.0 (stable) * Remove the 'isolated = yes' option due to unclear semantics replacement forth coming in later versions. diff --git a/configure.ac b/configure.ac index 115d98d..8a1939f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.22.0], + [0.22.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html])