The next release is 6.0.3 not 6.0.4

This commit is contained in:
Evan Tschannen 2018-07-25 13:30:15 -07:00
parent 743ebf0bbc
commit 2c54bc4356
1 changed files with 1 additions and 5 deletions
documentation/sphinx/source

View File

@ -2,11 +2,6 @@
Release Notes
#############
6.0.4
=====
* Backed out the changes which closed unnecessary connections. `(PR #633) <https://github.com/apple/foundationdb/pull/633>`_
6.0.3
=====
@ -32,6 +27,7 @@ Performance
Fixes
-----
* Backed out the changes which closed unnecessary connections. [6.0.3] `(PR #633) <https://github.com/apple/foundationdb/pull/633>`_
* Not all endpoint failures were reported to the failure monitor.
* Watches registered on a lagging storage server would take a long time to trigger.
* The cluster controller would not start a new generation until it recovered its files from disk.