From 694f92f342b061618585fa5706d688c9d7a229df Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 20 Feb 2016 01:12:51 +0800 Subject: [PATCH] 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 --- PendingReleaseNotes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 66a82a5c5f81..c4140307b703 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -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. -- 2.47.3