Skip to content

Commit

Permalink
Bump HG version to 2.4.0rc2
Browse files Browse the repository at this point in the history
Update release notes
  • Loading branch information
soumagne committed May 7, 2024
1 parent fa4abbb commit 384cd08
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions Documentation/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ This is a preview release of the v2.4.0 release.

## New features

<span style="color:blue">Added in rc2</span>

- __[NA OFI]__
- Add support for `FI_AV_AUTH_KEY` (requires libfabric >= 1.20)
- Add runtime check for cxi provider version
- Setting multiple auth keys disables `FI_DIRECTED_RECV`
- Separate opening of AV and auth key insertion
- Parse auth key range when `FI_AV_AUTH_KEY` is available
- Encode/decode auth key when serializing addrs
- Add support for `FI_AV_USER_ID`
- Clean up handling of `FI_SOURCE_ERR`
- Remove support of `FI_SOURCE` w/o `FI_SOURCE_ERR`
- Add support for new CXI address format

---
<span style="color:blue">Added in rc1</span>

- __[NA]__
- Add init info version compatibility wrappers
- Bump NA version to v4.1.0
Expand All @@ -19,6 +36,23 @@ This is a preview release of the v2.4.0 release.

## Bug fixes

<span style="color:blue">Added in rc2</span>

- __[HG Util]__
- Use destructor to free log outlets
- __[NA]__
- Fix missing free of dynamic plugin entries
- __[NA UCX]__
- Fix `hg_info` not filtering protocol
- Allow `na_ucx_get_protocol_info()` to resolve ucx tl name aliases
- __[NA OFI]__
- Fix shm provider flags
- __[NA Test]__
- Remove could not find MPI message

---
<span style="color:blue">Added in rc1</span>

- __[HG Util]__
- Add missing prototype to `hg_atomic_fence()` definition
- __[NA OFI]__
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0rc1
2.4.0rc2

0 comments on commit 384cd08

Please sign in to comment.