From: Sage Weil Date: Fri, 11 Jul 2014 23:00:41 +0000 (-0700) Subject: doc/release-notes: v0.80.3 X-Git-Tag: v0.84~113 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=447f849fecc5f372e5dbf11d82f416edebf1abc9;p=ceph.git doc/release-notes: v0.80.3 Signed-off-by: Sage Weil --- diff --git a/doc/changelog/v0.80.3.txt b/doc/changelog/v0.80.3.txt new file mode 100644 index 000000000000..d44f62834de3 --- /dev/null +++ b/doc/changelog/v0.80.3.txt @@ -0,0 +1,19 @@ +commit a129e85cdc3446a427fffffe4c31617d49024946 (tag: refs/tags/v0.80.3) +Author: Jenkins +Date: Fri Jul 11 17:14:12 2014 +0000 + + 0.80.3 + +commit 8589c108dd5f00471986deae72d88811ccf0627f (refs/remotes/gh/firefly) +Author: Sage Weil +Date: Thu Jul 10 10:36:16 2014 -0700 + + rgw: fix RGWObjManifestRule decoder + + Only decode the new field if it is a new struct. + + Fixes: #8804 + Backport: firefly + Signed-off-by: Sage Weil + Reviewed-by: Josh Durgin + (cherry picked from commit c4afaf9dabd261853a44b2e08f0911c075c1cd3a) diff --git a/doc/release-notes.rst b/doc/release-notes.rst index d869a0f4c1a9..21d59fabb6bc 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -124,6 +124,23 @@ Notable Changes * test_librbd_fsx: test krbd as well as librbd (Ilya Dryomov) +v0.80.3 Firefly +=============== + +This is the third Firefly point release. It includes a single fix +for a radosgw regression that was discovered in v0.80.2 right after it +was released. + +We recommand that all v0.80.x Firefly users upgrade. + +Notable Changes +--------------- + +* radosgw: fix regression in manifest decoding (#8804, Sage Weil) + +For more detailed information, see :download:`the complete changelog `. + + v0.80.2 Firefly =============== @@ -139,7 +156,8 @@ package is separated into a ceph and ceph-common package, similar to Debian. The ceph-common package contains just the client libraries without any of the server-side daemons. -We recommend that all v0.80.x Firefly users upgrade. +We recommend that all v0.80.x Firefly users skip this release and use +v0.80.3. Notable Changes ---------------