Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Fri Jan 16 2026 Oksana Sałyk <oksana.salyk@hpe.com>

* Version 2.1.3-rc1
* 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.
Expand Down
1 change: 1 addition & 0 deletions GIT_VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$Format:%h$
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

Loading