summaryrefslogtreecommitdiffstats
path: root/PendingReleaseNotes
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@inktank.com>2013-10-01 01:30:03 +0200
committerYehuda Sadeh <yehuda@inktank.com>2013-10-01 01:30:25 +0200
commitb032931dc760f2a9baa7879f422caf8d9281e6c4 (patch)
tree02ad4b07d42e44d0f33555c136491d63b6a5637b /PendingReleaseNotes
parentrgw: drop async pool create completion reference (diff)
downloadceph-b032931dc760f2a9baa7879f422caf8d9281e6c4.tar.xz
ceph-b032931dc760f2a9baa7879f422caf8d9281e6c4.zip
PendingReleaseNotes: update regarding librados change
Fix related to issue #6444 Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r--PendingReleaseNotes9
1 files changed, 8 insertions, 1 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes
index 6609acbd5a8..edf459c992f 100644
--- a/PendingReleaseNotes
+++ b/PendingReleaseNotes
@@ -1,3 +1,10 @@
+v0.70
+~~~~~
+* librados::Rados::pool_create_async() and librados::Rados::pool_delete_async()
+ don't drop a reference to the completion object on error, caller needs to take
+ care of that. This has never really worked correctly and we were leaking an
+ object
+
v0.68
~~~~~
@@ -25,4 +32,4 @@ v0.68
full-width value. The old method is deprecated and will be removed
in a future release. Users of the C++ librados API that make use of
the get_version() method should modify their code to avoid getting a
- value that is truncated from 64 to to 32 bits. \ No newline at end of file
+ value that is truncated from 64 to to 32 bits.