Skip to content

Commit 384cd08

Browse files
committed
Bump HG version to 2.4.0rc2
Update release notes
1 parent fa4abbb commit 384cd08

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

Documentation/CHANGES.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ This is a preview release of the v2.4.0 release.
44

55
## New features
66

7+
<span style="color:blue">Added in rc2</span>
8+
9+
- __[NA OFI]__
10+
- Add support for `FI_AV_AUTH_KEY` (requires libfabric >= 1.20)
11+
- Add runtime check for cxi provider version
12+
- Setting multiple auth keys disables `FI_DIRECTED_RECV`
13+
- Separate opening of AV and auth key insertion
14+
- Parse auth key range when `FI_AV_AUTH_KEY` is available
15+
- Encode/decode auth key when serializing addrs
16+
- Add support for `FI_AV_USER_ID`
17+
- Clean up handling of `FI_SOURCE_ERR`
18+
- Remove support of `FI_SOURCE` w/o `FI_SOURCE_ERR`
19+
- Add support for new CXI address format
20+
21+
---
22+
<span style="color:blue">Added in rc1</span>
23+
724
- __[NA]__
825
- Add init info version compatibility wrappers
926
- Bump NA version to v4.1.0
@@ -19,6 +36,23 @@ This is a preview release of the v2.4.0 release.
1936

2037
## Bug fixes
2138

39+
<span style="color:blue">Added in rc2</span>
40+
41+
- __[HG Util]__
42+
- Use destructor to free log outlets
43+
- __[NA]__
44+
- Fix missing free of dynamic plugin entries
45+
- __[NA UCX]__
46+
- Fix `hg_info` not filtering protocol
47+
- Allow `na_ucx_get_protocol_info()` to resolve ucx tl name aliases
48+
- __[NA OFI]__
49+
- Fix shm provider flags
50+
- __[NA Test]__
51+
- Remove could not find MPI message
52+
53+
---
54+
<span style="color:blue">Added in rc1</span>
55+
2256
- __[HG Util]__
2357
- Add missing prototype to `hg_atomic_fence()` definition
2458
- __[NA OFI]__

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0rc1
1+
2.4.0rc2

0 commit comments

Comments
 (0)