fix documentation build

This commit is contained in:
Jon Fu 2021-05-04 19:51:00 -04:00
parent 7864b8ac28
commit 5aa51b6067
2 changed files with 2 additions and 1 deletions

View File

@ -801,7 +801,7 @@ Upgrading from Older Versions
Upgrades from versions older than 5.0.0 are no longer supported. Upgrades from versions older than 5.0.0 are no longer supported.
Version-specific notes on downgrading Version-specific notes on downgrading
=================================== =====================================
In general, downgrades between non-patch releases (i.e. 6.2.x - 6.1.x) are not supported. In general, downgrades between non-patch releases (i.e. 6.2.x - 6.1.x) are not supported.

View File

@ -9,6 +9,7 @@ Release Notes
* Backup agent no longer uses 4k block caching layer on local output files so that write operations are larger. `(PR #4428) <https://github.com/apple/foundationdb/pull/4428>`_ * Backup agent no longer uses 4k block caching layer on local output files so that write operations are larger. `(PR #4428) <https://github.com/apple/foundationdb/pull/4428>`_
* Fix accounting error that could cause commits to incorrectly fail with ``proxy_memory_limit_exceeded``. `(PR #4529) <https://github.com/apple/foundationdb/pull/4529>`_ * Fix accounting error that could cause commits to incorrectly fail with ``proxy_memory_limit_exceeded``. `(PR #4529) <https://github.com/apple/foundationdb/pull/4529>`_
* Added support for downgrades from FDB version 6.3. For more details, see the :ref:`administration notes <downgrade-specific-version>`. `(PR #4673) <https://github.com/apple/foundationdb/pull/4673>`_ `(PR #4469) <https://github.com/apple/foundationdb/pull/4469>`_ * Added support for downgrades from FDB version 6.3. For more details, see the :ref:`administration notes <downgrade-specific-version>`. `(PR #4673) <https://github.com/apple/foundationdb/pull/4673>`_ `(PR #4469) <https://github.com/apple/foundationdb/pull/4469>`_
6.2.32 6.2.32
====== ======
* Fix an issue where symbolic links in cmake-built RPMs are broken if you unpack the RPM to a custom directory. `(PR #4380) <https://github.com/apple/foundationdb/pull/4380>`_ * Fix an issue where symbolic links in cmake-built RPMs are broken if you unpack the RPM to a custom directory. `(PR #4380) <https://github.com/apple/foundationdb/pull/4380>`_