diff --git a/ChangeLog b/ChangeLog index a0c5f31b2..d76593894 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,9 @@ -XXX +Fri Jan 16 2026 Oksana Sałyk - * Version X.X.X + * Version 2.1.3 - Expand the sds.at_create CTL to also cover the POOL_FEAT_CHECK_BAD_BLOCKS feature (daos-stack/pmdk#28, DAOS-18296). - - Until now, it controlled only the POOL_FEAT_SDS feature, but both may use NDCTL calls and increase stack usage. + - Until now, it controlled only the POOL_FEAT_SDS feature, but both may use NDCTL calls and increase stack usage. - Fix an issue in the PMEMOBJ allocator with a potential to corrupt the allocator's metadata (daos-stack/pmdk#24, DAOS-18195). - Fix compilation error on LoongArch. Thank you @liuxiang88 and @bgermann for your persistence in making it happen! (daos-stack/pmdk#29, pmem/pmdk#5957). diff --git a/INSTALL.md b/INSTALL.md index b081d0bc8..bc2cee12f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -39,7 +39,7 @@ cd pmdk For a stable version, checkout a [release tag](https://github.com/pmem/pmdk/releases) as follows. Otherwise skip this step to build the latest development release. ```sh -git checkout tags/2.1.2 +git checkout tags/2.1.3 ``` Once all required [dependencies](#dependencies) are installed, PMDK is built using the