From 9cbf590b468f9596284c5bc34be8add09f3f5bee Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 26 May 2017 11:47:27 +0200 Subject: [PATCH] Release 0.23.6 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8951c8b29..b7db12588 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0.23.6 (devel) + * Port "p11-kit server" to Windows and portability fixes of the RPC + protocol [PR#67, PR#72, PR#74] + * Recover the old behavior of "trust anchor --remove" [PR#70, PR#71] + * Build fixes [PR#63 ...] + 0.23.5 (devel) * Fix license notice of common/unix-peer.c [PR#58] * Remove systemd unit files for now [PR#60] diff --git a/configure.ac b/configure.ac index 5382f6f6b..483588ddb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.61) AC_INIT([p11-kit], - [0.23.5], + [0.23.6], [https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue], [p11-kit], [http://p11-glue.freedesktop.org/p11-kit.html])