ceph/PendingReleaseNotes
Kefu Chai 694f92f342 PendingReleaseNotes: document the dropped buffer symbols
the symbols of buffer::list::iterator_impl<> were wrongly exposed
in previous infernalis release, and the clients linked against
librados are very likely using them. so we need to document this
change.

Signed-off-by: Kefu Chai <kchai@redhat.com>
2016-02-20 01:15:01 +08:00

21 lines
742 B
Plaintext

v10.0.0
======
* The rbd CLI no longer accepts the deprecated '--image-features' option
during create, import, and clone operations. The '--image-feature'
option should be used instead.
* The 'send_pg_creates' and 'map_pg_creates' mon CLI commands are
obsolete and no longer supported.
* A new configure option 'mon_election_timeout' is added to specifically
limit max waiting time of monitor election process, which was previously
restricted by 'mon_lease'.
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.