You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `foundationdb-server-6.0.0-1_amd64.deb <https://www.foundationdb.org/downloads/6.0.0/ubuntu/installers/foundationdb-server_6.0.0-1_amd64.deb>`_ (depends on the clients package)
* `foundationdb-server-6.0.1-1_amd64.deb <https://www.foundationdb.org/downloads/6.0.1/ubuntu/installers/foundationdb-server_6.0.1-1_amd64.deb>`_ (depends on the clients package)
22
22
23
23
RHEL/CentOS EL6
24
24
---------------
25
25
26
26
The RHEL/CentOS EL6 packages are supported on 64-bit RHEL/CentOS 6.x.
* `foundationdb-server-6.0.0-1.el6.x86_64.rpm <https://www.foundationdb.org/downloads/6.0.0/rhel6/installers/foundationdb-server-6.0.0-1.el6.x86_64.rpm>`_ (depends on the clients package)
* `foundationdb-server-6.0.1-1.el6.x86_64.rpm <https://www.foundationdb.org/downloads/6.0.1/rhel6/installers/foundationdb-server-6.0.1-1.el6.x86_64.rpm>`_ (depends on the clients package)
30
30
31
31
RHEL/CentOS EL7
32
32
---------------
33
33
34
34
The RHEL/CentOS EL7 packages are supported on 64-bit RHEL/CentOS 7.x.
* `foundationdb-server-6.0.0-1.el7.x86_64.rpm <https://www.foundationdb.org/downloads/6.0.0/rhel7/installers/foundationdb-server-6.0.0-1.el7.x86_64.rpm>`_ (depends on the clients package)
* `foundationdb-server-6.0.1-1.el7.x86_64.rpm <https://www.foundationdb.org/downloads/6.0.1/rhel7/installers/foundationdb-server-6.0.1-1.el7.x86_64.rpm>`_ (depends on the clients package)
38
38
39
39
Windows
40
40
-------
41
41
42
42
The Windows installer is supported on 64-bit Windows XP and later. It includes the client and (optionally) the server.
Copy file name to clipboardExpand all lines: documentation/sphinx/source/release-notes.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Release Notes
3
3
#############
4
4
5
-
6.0.0
5
+
6.0.1
6
6
=====
7
7
8
8
Features
@@ -21,6 +21,7 @@ Performance
21
21
* Load balancing temporarily avoids communicating with storage servers that have fallen behind.
22
22
* Avoid assigning storage servers responsibility for keys they do not have.
23
23
* Clients optimistically assume the first leader reply from a coordinator is correct. `(PR #425) <https://github.com/apple/foundationdb/pull/425>`_
24
+
* Network connections are now closed after no interface needs the connection. [6.0.1] `(Issue #375) <https://github.com/apple/foundationdb/issues/375>`_
0 commit comments