]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/release-checklists: mention LIBRBD_VER_MINOR and VERSION 47458/head
authorIlya Dryomov <idryomov@gmail.com>
Tue, 4 Oct 2022 12:17:30 +0000 (14:17 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 4 Oct 2022 12:19:25 +0000 (14:19 +0200)
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
doc/dev/release-checklists.rst

index 4b7817b1dcce0a8acdbe41522575dab15b9d70c9..3ada8ea820775fef49e7440826718bf00f8831fb 100644 (file)
@@ -16,6 +16,7 @@ Versions and tags
 -----------------
 
 - [x] Update CMakeLists.txt VERSION (right at the top to X.0.0)
+- [x] Update src/librbd/CMakeLists.txt VERSION (librbd target at the bottom to 1.X.0)
 - [x] Update src/ceph_release with the new release name, number, and type ('dev')
 - [x] Initial tag vX.0.0 (so that we can distinguish from (and sort
       after) the backported (X-1).2.Z versions.
@@ -35,6 +36,7 @@ Make sure X (and, ideally, X+1) is defined:
 - [x] src/common/ceph_releases.h (`ceph_release_t`)
 - [x] src/common/ceph_strings.cc (`ceph_release_name()`)
 - [x] src/include/rados.h (`CEPH_RELEASE_*` and `MAX`)
+- [x] src/include/rbd/librbd.h (`LIBRBD_VER_MINOR` to X)
 - [x] src/mon/mon_types.h (`ceph::features::mon::FEATURE_*` and related structs and helpers; note that monmaptool CLI test output will need adjustment)
 - [x] src/mds/cephfs_features.h (`CEPHFS_CURRENT_RELEASE`)