Merge pull request #438 from ajbeamon/release-5.2

Add read-only commit fix and some PR links to release notes.
This commit is contained in:
Evan Tschannen 2018-06-05 13:44:05 -07:00 committed by GitHub
commit e659dc7c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
=====