Skip to content

Commit

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

## New features

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

- __[HG]__
- Add `multi_recv_copy_threshold` init parameter
- Use this new parameter to fallback to memcpy to prevent starvation of multi-recv buffers
- Associate handle to HG proc
- `hg_proc_get_handle()` can be used to retrieve handle within proc functions

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

- __[HG]__
Expand Down Expand Up @@ -82,6 +90,17 @@ This is a preview release of the v2.4.0 release.

## Bug fixes

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

- __[HG]__
- Fix couple of type changes introduced in rc1 that could have broken ABI
- Fix shared-memory path that was previously disabled in conjunction with libfabric transports that use the multi-recv capability
- __[HG util]__
- Fix `dlog_free` not called when parent/child have separate dlogs
- __[HG/NA]__
- Fix init info changes made in previous rcs to prevent ABI breakage
- HG NA init info is fixed to v4.0 for now and duplicates tclass info

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

- __[HG]__
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0rc3
2.4.0rc4

0 comments on commit c4a7cc0

Please sign in to comment.