Skip to content

Commit 02dcf26

Browse files
committed
common: 2.1.3 release
Signed-off-by: Oksana Salyk <oksana.salyk@hpe.com>
1 parent e68fb74 commit 02dcf26

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ChangeLog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
XXX
1+
Fri Jan 16 2026 Oksana Sałyk <oksana.salyk@hpe.com>
22

3-
* Version X.X.X
3+
* Version 2.1.3
44

55
- Expand the sds.at_create CTL to also cover the POOL_FEAT_CHECK_BAD_BLOCKS feature (daos-stack/pmdk#28, DAOS-18296).
6-
- Until now, it controlled only the POOL_FEAT_SDS feature, but both may use NDCTL calls and increase stack usage.
6+
- Until now, it controlled only the POOL_FEAT_SDS feature, but both may use NDCTL calls and increase stack usage.
77
- Fix an issue in the PMEMOBJ allocator with a potential to corrupt the allocator's metadata (daos-stack/pmdk#24, DAOS-18195).
88
- Fix compilation error on LoongArch. Thank you @liuxiang88 and @bgermann for your persistence in making it happen! (daos-stack/pmdk#29, pmem/pmdk#5957).
99

GIT_VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cd pmdk
3939
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.
4040

4141
```sh
42-
git checkout tags/2.1.2
42+
git checkout tags/2.1.3
4343
```
4444

4545
Once all required [dependencies](#dependencies) are installed, PMDK is built using the

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.1.3

0 commit comments

Comments
 (0)