From: Sage Weil Date: Fri, 18 Mar 2016 16:44:19 +0000 (-0400) Subject: doc/release-notes: 9.2.1 notes X-Git-Tag: v10.1.1~110^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5a429e005bccc81f02889ee49351c700f34cb4ef;p=ceph.git doc/release-notes: 9.2.1 notes Signed-off-by: Sage Weil --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 96735081c364..b2b87dd4b7f7 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -27,10 +27,3 @@ v10.0.0 * CephFS filesystems created using versions older than Firefly (0.80) must use the new "cephfs-data-scan tmap_upgrade" command after upgrading to Jewel. See 'Upgrading' in the CephFS documentation for more information. - -v9.3.0 -====== -* Some symbols wrongly exposed by librados in v9.1.0 and v9.2.0 were removed. - If you compiled your own application against librados shipped with these - releases, it is very likely referencing these removed symbols. So you will - need to recompile it. diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 2aba9d3c39d4..3be4780249b0 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -823,6 +823,14 @@ We recommend that all infernalis v9.2.0 users upgrade. For more detailed information, see :download:`the complete changelog `. +Upgrading +--------- + +* Some symbols wrongly exposed by librados in v9.1.0 and v9.2.0 were removed. + If you compiled your own application against librados shipped with these + releases, it is very likely referencing these removed symbols. So you will + need to recompile it. + Notable Changes ---------------