Skip to content

Commit a731e2e

Browse files
authored
Merge pull request #588 from alecgrieser/prepare-6.0.1-release
Prepare 6.0.1 Release
2 parents d5a2364 + aae527d commit a731e2e

File tree

5 files changed

+21
-15
lines changed

5 files changed

+21
-15
lines changed

documentation/sphinx/source/administration.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,11 @@ You can now remove old client library versions from your clients. This is only t
634634
Version-specific notes on upgrading
635635
===================================
636636

637+
Upgrading from 6.0.x
638+
--------------------
639+
640+
Upgrades from 6.0.x will keep all your old data and configuration settings.
641+
637642
Upgrading from 5.2.x
638643
--------------------
639644

documentation/sphinx/source/downloads.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,38 @@ macOS
1010

1111
The macOS installation package is supported on macOS 10.7+. It includes the client and (optionally) the server.
1212

13-
* `FoundationDB-6.0.0.pkg <https://www.foundationdb.org/downloads/6.0.0/macOS/installers/FoundationDB-6.0.0.pkg>`_
13+
* `FoundationDB-6.0.1.pkg <https://www.foundationdb.org/downloads/6.0.1/macOS/installers/FoundationDB-6.0.1.pkg>`_
1414

1515
Ubuntu
1616
------
1717

1818
The Ubuntu packages are supported on 64-bit Ubuntu 12.04+, but beware of the Linux kernel bug in Ubuntu 12.x.
1919

20-
* `foundationdb-clients-6.0.0-1_amd64.deb <https://www.foundationdb.org/downloads/6.0.0/ubuntu/installers/foundationdb-clients_6.0.0-1_amd64.deb>`_
21-
* `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)
20+
* `foundationdb-clients-6.0.1-1_amd64.deb <https://www.foundationdb.org/downloads/6.0.1/ubuntu/installers/foundationdb-clients_6.0.1-1_amd64.deb>`_
21+
* `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)
2222

2323
RHEL/CentOS EL6
2424
---------------
2525

2626
The RHEL/CentOS EL6 packages are supported on 64-bit RHEL/CentOS 6.x.
2727

28-
* `foundationdb-clients-6.0.0-1.el6.x86_64.rpm <https://www.foundationdb.org/downloads/6.0.0/rhel6/installers/foundationdb-clients-6.0.0-1.el6.x86_64.rpm>`_
29-
* `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)
28+
* `foundationdb-clients-6.0.1-1.el6.x86_64.rpm <https://www.foundationdb.org/downloads/6.0.1/rhel6/installers/foundationdb-clients-6.0.1-1.el6.x86_64.rpm>`_
29+
* `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)
3030

3131
RHEL/CentOS EL7
3232
---------------
3333

3434
The RHEL/CentOS EL7 packages are supported on 64-bit RHEL/CentOS 7.x.
3535

36-
* `foundationdb-clients-6.0.0-1.el7.x86_64.rpm <https://www.foundationdb.org/downloads/6.0.0/rhel7/installers/foundationdb-clients-6.0.0-1.el7.x86_64.rpm>`_
37-
* `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)
36+
* `foundationdb-clients-6.0.1-1.el7.x86_64.rpm <https://www.foundationdb.org/downloads/6.0.1/rhel7/installers/foundationdb-clients-6.0.1-1.el7.x86_64.rpm>`_
37+
* `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)
3838

3939
Windows
4040
-------
4141

4242
The Windows installer is supported on 64-bit Windows XP and later. It includes the client and (optionally) the server.
4343

44-
* `foundationdb-6.0.0-x64.msi <https://www.foundationdb.org/downloads/6.0.0/windows/installers/foundationdb-6.0.0-x64.msi>`_
44+
* `foundationdb-6.0.1-x64.msi <https://www.foundationdb.org/downloads/6.0.1/windows/installers/foundationdb-6.0.1-x64.msi>`_
4545

4646
API Language Bindings
4747
=====================
@@ -58,18 +58,18 @@ On macOS and Windows, the FoundationDB Python API bindings are installed as part
5858

5959
If you need to use the FoundationDB Python API from other Python installations or paths, download the Python package:
6060

61-
* `foundationdb-6.0.0.tar.gz <https://www.foundationdb.org/downloads/6.0.0/bindings/python/foundationdb-6.0.0.tar.gz>`_
61+
* `foundationdb-6.0.1.tar.gz <https://www.foundationdb.org/downloads/6.0.1/bindings/python/foundationdb-6.0.1.tar.gz>`_
6262

6363
Ruby 1.9.3/2.0.0+
6464
-----------------
6565

66-
* `fdb-6.0.0.gem <https://www.foundationdb.org/downloads/6.0.0/bindings/ruby/fdb-6.0.0.gem>`_
66+
* `fdb-6.0.1.gem <https://www.foundationdb.org/downloads/6.0.1/bindings/ruby/fdb-6.0.1.gem>`_
6767

6868
Java 8+
6969
-------
7070

71-
* `fdb-java-6.0.0.jar <https://www.foundationdb.org/downloads/6.0.0/bindings/java/fdb-java-6.0.0.jar>`_
72-
* `fdb-java-6.0.0-javadoc.jar <https://www.foundationdb.org/downloads/6.0.0/bindings/java/fdb-java-6.0.0-javadoc.jar>`_
71+
* `fdb-java-6.0.1.jar <https://www.foundationdb.org/downloads/6.0.1/bindings/java/fdb-java-6.0.1.jar>`_
72+
* `fdb-java-6.0.1-javadoc.jar <https://www.foundationdb.org/downloads/6.0.1/bindings/java/fdb-java-6.0.1-javadoc.jar>`_
7373

7474
Go 1.1+
7575
-------

documentation/sphinx/source/release-notes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Release Notes
33
#############
44

5-
6.0.0
5+
6.0.1
66
=====
77

88
Features
@@ -21,6 +21,7 @@ Performance
2121
* Load balancing temporarily avoids communicating with storage servers that have fallen behind.
2222
* Avoid assigning storage servers responsibility for keys they do not have.
2323
* 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>`_
2425

2526
Fixes
2627
-----

packaging/msi/FDBInstaller.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
3434
<Product Name='$(var.Title)'
35-
Id='{04229EA2-C7BB-42B0-B3FD-063A693A8913}'
35+
Id='{B8C809B2-32C0-475B-9A3C-37D1722C9B16}'
3636
UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}'
3737
Version='$(var.Version)'
3838
Manufacturer='$(var.Manufacturer)'

versions.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<Version>6.0.0</Version>
4+
<Version>6.0.1</Version>
55
<PackageName>6.0</PackageName>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)