From eeb92fbfa606cf545b036a545bf4fc13f8d09122 Mon Sep 17 00:00:00 2001 From: "A.J. Beamon" Date: Tue, 5 Jun 2018 13:41:37 -0700 Subject: [PATCH] Add read-only commit fix and some PR links to release notes. --- documentation/sphinx/source/release-notes.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/documentation/sphinx/source/release-notes.rst b/documentation/sphinx/source/release-notes.rst index 910d2bd2c4..d344795b6b 100644 --- a/documentation/sphinx/source/release-notes.rst +++ b/documentation/sphinx/source/release-notes.rst @@ -2,14 +2,22 @@ Release Notes ############# +5.2.3 +===== + +Fixes +----- + +* A read-only transaction using the ``READ_LOCK_AWARE`` option would fail if committed. `(PR #437) https://github.com/apple/foundationdb/pull/437`_ + 5.2.2 ===== Fixes ----- -* Build would fail on recent versions of Clang -* Clusters running with TLS plugin would fail to start when client and server certificates used different validation rules +* 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`_ 5.2.1 =====