From: Kefu Chai Date: Sat, 25 Apr 2020 01:24:37 +0000 (+0800) Subject: doc/releases: silence sphinx warnings X-Git-Tag: v17.0.0~2538^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=598b39e949b163eddc4a33126ba7786dbfca0393;p=ceph.git doc/releases: silence sphinx warnings * mimic.rst: add title underline to address sphinx warning like: ``` WARNING: Title underline too short. ``` * octopus.rst: use consistent underline to address following sphinx warning: ``` doc/releases/octopus.rst:49: WARNING: Title level inconsistent: ``` Signed-off-by: Kefu Chai --- diff --git a/doc/releases/mimic.rst b/doc/releases/mimic.rst index 6ec6ab851a6c3..e98261c1192a0 100644 --- a/doc/releases/mimic.rst +++ b/doc/releases/mimic.rst @@ -1,5 +1,5 @@ v13.2.10 Mimic -============= +============== This is the tenth bugfix release of Ceph Mimic, this release fixes a RGW vulnerability affecting mimic, and we recommend that all mimic users upgrade. diff --git a/doc/releases/octopus.rst b/doc/releases/octopus.rst index 772cc71faadf8..9e1126c753cca 100644 --- a/doc/releases/octopus.rst +++ b/doc/releases/octopus.rst @@ -5,14 +5,14 @@ This is the first bugfix release of Ceph Octopus, we recommend all Octopus users upgrade. This release fixes an upgrade issue and also has 2 security fixes Notable Changes -~~~~~~~~~~~~~~~ +--------------- * issue#44759: Fixed luminous->nautilus->octopus upgrade asserts * CVE-2020-1759: Fixed nonce reuse in msgr V2 secure mode * CVE-2020-1760: Fixed XSS due to RGW GetObject header-splitting Changelog -~~~~~~~~~ +--------- * build/ops: fix ceph_release type to 'stable' (`pr#34194 `_, Sage Weil) * build/ops: vstart_runner.py: fix OSError when checking if non-existent path is mounted (`pr#34132 `_, Alfonso Martínez)