From bfd17b6aa64df4edcd789a8cdbb50b1327400d25 Mon Sep 17 00:00:00 2001 From: Jerome Soumagne Date: Mon, 26 Aug 2024 16:46:26 -0500 Subject: [PATCH] Bump HG version to 2.4.0rc5 Update release notes --- Documentation/CHANGES.md | 17 +++++++++++++++++ version.txt | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Documentation/CHANGES.md b/Documentation/CHANGES.md index 5d175907..ec24968f 100644 --- a/Documentation/CHANGES.md +++ b/Documentation/CHANGES.md @@ -4,6 +4,15 @@ This is a preview release of the v2.4.0 release. ## New features +Added in rc5 + +- __[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 + Added in rc4 - __[HG]__ @@ -90,6 +99,14 @@ This is a preview release of the v2.4.0 release. ## Bug fixes +Added in rc5 + +- __[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 + Added in rc4 - __[HG]__ diff --git a/version.txt b/version.txt index ccee2406..74faff8e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.4.0rc4 +2.4.0rc5