Skip to content

Commit

Permalink
Merge pull request open-mpi#11187 from bwbarrett/v4.1.x-release
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbarrett authored Dec 10, 2022
2 parents 5980bac + 5276477 commit fd06fe8
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,23 @@ included in the vX.Y.Z section and be denoted as:
(** also appeared: A.B.C) -- indicating that this item was previously
included in release version vA.B.C.

4.1.5 -- November, 2022
4.1.5 -- December, 2022
-----------------------

- Fix issue building with ifort on MacOS.
- Backport patches to Libevent for CVE-2016-10195, CVE-2016-10196, and
CVE-2016-10197. Note that Open MPI's internal libevent does not
use the impacted portions of the Libevent code base.
- Fix initializer bugs in SHMEM interface.
- Fix UCX memory registration bug that could occur when UCX was built
but not selected.
- SHMEM improvements:
- Fix initializer bugs in SHMEM interface.
- Fix unsigned type comparisons generating warnings.
- Fix use after clear issue in shmem_ds_reset.
- UCX improvements
- Fix memory registration bug that could occur when UCX was built
but not selected.
- Reduce overhead of add_procs with intercommunicators.
- Enable multi_send_nb by default.
- Call opal_progress while waiting for a UCX fence to complete.
- Fix data corruption bug in osc/rdma component.
- Fix overflow bug in alltoall collective
- Fix crash when displaying topology.
Expand Down

0 comments on commit fd06fe8

Please sign in to comment.