]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: a few notes about watch/notify changes
authorSage Weil <sage@redhat.com>
Tue, 18 Nov 2014 00:20:06 +0000 (16:20 -0800)
committerSage Weil <sage@redhat.com>
Thu, 4 Dec 2014 18:37:22 +0000 (10:37 -0800)
Signed-off-by: Sage Weil <sage@redhat.com>
PendingReleaseNotes

index 67f1628a7e94c0c16be5e1a3d4ecaab6f147b75a..1a916c10f92e5b6314e8d4857ec56590aeb4b404 100644 (file)
@@ -28,3 +28,13 @@ v0.90
 
 * The 'rados create <objectname> [category]' optional category argument is no
   longer supported or recognized.
+
+* There is a new version of the librados watch/notify API with vastly
+  improved semantics.  Any applications using this interface are
+  encouraged to migrate to the new API.  The old API calls are marked
+  as deprecated and will eventually be removed.
+
+* The librados rados_unwatch() call used to be safe to call on an
+  invalid handle.  The new version has undefined behavior when passed
+  a bogus value (for example, when rados_watch() returns an error and
+  handle is not defined).