From 7a84375f6d3141b059aa1b725d065e7927da79c9 Mon Sep 17 00:00:00 2001 From: Richard Low Date: Tue, 5 Jun 2018 14:52:49 -0700 Subject: [PATCH] Better 5.2.2 release notes wording for TLS --- documentation/sphinx/source/release-notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/sphinx/source/release-notes.rst b/documentation/sphinx/source/release-notes.rst index d344795b6b..729a6053a2 100644 --- a/documentation/sphinx/source/release-notes.rst +++ b/documentation/sphinx/source/release-notes.rst @@ -17,7 +17,7 @@ Fixes ----- * Build would fail on recent versions of Clang. `(PR #389) https://github.com/apple/foundationdb/pull/389/files`_ -* Clusters running with TLS plugin would fail to start when client and server certificates used different validation rules. `(PR #396) https://github.com/apple/foundationdb/pull/396`_ +* Clusters running with TLS plugin would reject clients using non-server certificates. `(PR #396) https://github.com/apple/foundationdb/pull/396`_ 5.2.1 =====