diff options
author | Abhishek Lekshmanan <abhishek@suse.com> | 2016-12-06 13:10:15 +0100 |
---|---|---|
committer | Abhishek Lekshmanan <abhishek@suse.com> | 2016-12-07 00:20:53 +0100 |
commit | f8467c0df9def40666f8aa0557bac09aa48441d4 (patch) | |
tree | 47761e7b9469894457a31d5dc87d51ca23af639f /doc | |
parent | doc: release notes for 11.0.1 (diff) | |
download | ceph-f8467c0df9def40666f8aa0557bac09aa48441d4.tar.xz ceph-f8467c0df9def40666f8aa0557bac09aa48441d4.zip |
doc: bump release notes to 11.0.2
bumping release notes to 11.0.2 kraken and adding the single commit that
differs between the changes
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Diffstat (limited to '')
-rw-r--r-- | doc/release-notes.rst | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 4561cbfef7c..bf028f8d5dc 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -1,16 +1,16 @@ =============== Release Notes =============== -v11.0.1 Kraken -============== -This development release of introduces a lot of changes and -improvements to Kraken. This is the first release including a new -daemon ceph-mgr, which provides additional monitoring & interfaces to -external monitoring/management systems. There are also many -improvements to bluestore, RGW introduces sync modules, copy part for -multipart uploads and metadata search via elastic search as a tech -preview. +v11.0.2 +======= + +This development checkpoint release includes a lot of changes and improvements +to Kraken. This is the first release introducing ceph-mgr, a new daemon which +provides additional monitoring & interfaces to external monitoring/management +systems. There are also many improvements to bluestore, RGW introduces sync +modules, copy part for multipart uploads and metadata search via elastic search +as a tech preview. Notable Changes --------------- @@ -351,6 +351,7 @@ Notable Changes * cmake: use PERF_LOCAL_FLAGS only if defined (`issue#17104 <http://tracker.ceph.com/issues/17104>`_, `pr#10828 <http://github.com/ceph/ceph/pull/10828>`_, Michel Normand) * cmake: use stock Find* modules. (`pr#10178 <http://github.com/ceph/ceph/pull/10178>`_, Kefu Chai) * cmake: work to get inital FreeBSD stuff (`pr#10352 <http://github.com/ceph/ceph/pull/10352>`_, Willem Jan Withagen) +* cmake: find GIT_VER variables if there is no .git dir (`pr#11499 <http://github.com/ceph/ceph/pull/11499>`_, Ali Maredia) * common,bluestore: Isa-l extention for zlib compression plugin (`pr#10158 <http://github.com/ceph/ceph/pull/10158>`_, Alyona Kiseleva, Dan Mick) * common,bluestore: compressor/zlib: zlib wrapper fix (`pr#11079 <http://github.com/ceph/ceph/pull/11079>`_, Igor Fedotov) * common: auth/cephx: misc fixes (`pr#9679 <http://github.com/ceph/ceph/pull/9679>`_, xie xingguo) |