From: Jason Dillaman Date: Tue, 12 Feb 2019 14:07:16 +0000 (-0500) Subject: doc/librados: explicitly mention that the C++ API is not stable X-Git-Tag: v14.1.0~20^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3322798a36d02ee7738e61a4a82a1f06375d7cbb;p=ceph-ci.git doc/librados: explicitly mention that the C++ API is not stable Signed-off-by: Jason Dillaman --- diff --git a/doc/rados/api/libradospp.rst b/doc/rados/api/libradospp.rst index 27d3fa74aac..b99be6bcd5a 100644 --- a/doc/rados/api/libradospp.rst +++ b/doc/rados/api/libradospp.rst @@ -2,4 +2,8 @@ LibradosPP (C++) ================== +.. note:: The librados C++ API is not guarenteed to be API+ABI stable + between major releases. All applications using the librados C++ API must + be recompiled and relinked against a specific Ceph release. + .. todo:: write me!