Skip to content

Commit

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

## New features

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

- __[HG]__
- Add `HG_Get_input_payload_size()`/`HG_Get_output_payload_size()`
- Add the ability to query input / output payload sizes
- Add `HG_Diag_dump_counters()` to dump diagnostic counters
- Add `rpc_req_recv_active_count` and `rpc_multi_recv_copy_count` counters
- Add `HG_Class_get_counters()` to retrieve internal counters

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

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

## Bug fixes

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

- __[HG]__
- Make `HG_Core_event_ready()` non-inline to fix NA dependency and remove `HG_Core_event_ready_loopback()` from public API
- Fix NA init info not correctly set from HG
- __[NA BMI/MPI]__
- Return actual msg size through cb info

<span style="color:blue">Added in rc4</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.0rc4
2.4.0rc5

0 comments on commit 3b25b52

Please sign in to comment.