summaryrefslogtreecommitdiffstats
path: root/debian/libradospp-dev.install (follow)
Commit message (Collapse)AuthorAgeFilesLines
* librados: add symbol versioning to the C++ APIJason Dillaman2019-02-211-0/+1
| | | | | | | | | The future goal would be to change the version for each Ceph major release to ensure C++ applications will need to be recompiled against the librados C++ API since we don't guarentee ABI stability. Fixes: https://tracker.ceph.com/issues/38177 Signed-off-by: Jason Dillaman <dillaman@redhat.com>
* librados: revert librados3/libradoscc back to librados2Jason Dillaman2019-02-201-1/+0
| | | | | | | | For backwards compatibility and upgrade reasons, the librados2 API needs to be preserved and it needs to continue to be compatible with dependent libraries like librbd1. Signed-off-by: Jason Dillaman <dillaman@redhat.com>
* debian: add libradospp* packagesKefu Chai2018-11-011-0/+8
Signed-off-by: Kefu Chai <kchai@redhat.com>