]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: document the dropped buffer symbols 7688/head
authorKefu Chai <kchai@redhat.com>
Fri, 19 Feb 2016 17:12:51 +0000 (01:12 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 19 Feb 2016 17:15:01 +0000 (01:15 +0800)
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>
PendingReleaseNotes

index 66a82a5c5f819cbd2607a5a757949f55146d2900..c4140307b7030592cdfae60d79b1c16bcfb14e84 100644 (file)
@@ -11,3 +11,10 @@ v10.0.0
 * 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.