@@ -20,7 +20,7 @@ Copyright (c) 2012 Sandia National Laboratories. All rights reserved.
2020Copyright (c) 2012 University of Houston. All rights reserved.
2121Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
2222Copyright (c) 2013-2018 Intel, Inc. All rights reserved.
23- Copyright (c) 2018-2023 Amazon.com, Inc. or its affiliates. All Rights
23+ Copyright (c) 2018-2024 Amazon.com, Inc. or its affiliates. All Rights
2424 reserved.
2525Copyright (c) 2019-2021 Triad National Security, LLC. All rights
2626 reserved.
@@ -59,9 +59,38 @@ included in the vX.Y.Z section and be denoted as:
5959 (** also appeared: A.B.C) -- indicating that this item was previously
6060 included in release version vA.B.C.
6161
62- 4.1.6 -- September, 2023
62+ 4.1.7 -- August, 2024
6363---------------------
6464
65+ - Fix bug in Fortran / C interface array calculation.
66+ - Fix potential initialization in UCX OpenSHMEM support
67+ - Add OpenSHMEM support for symmetric remote key handling to improve
68+ scalability of OpenSHMEM interface.
69+ - Add MCS Locks as default implementation for OpenSHMEM locks.
70+ - Fix bug to properly handle ORTE Prefix of "/".
71+ - Fix bug in I/O interface handling of soft links on Lustre
72+ filesystems.
73+ - Fix memory leak in UCX one-sided implementation.
74+ - Fix bug in rcache components that could lead to assert on macOS
75+ systems.
76+ - Fix race condition in smcuda Shared Memory transport (used on
77+ platforms with CUDA support).
78+ - Fix mishandling of a NULL completion context in the OFI transport.
79+ - Tarballs are now built with the tar-pax format.
80+ - Set MPI_THREAD_SERIALIZED instead of MPI_THREAD_SINGLE as supported
81+ threading model when using UCX that supports
82+ UCS_THREAD_MODE_SERIALIZED.
83+ - Improve macOS configure test to only add `-ld_classic` to the
84+ Fortran bindings link line if using a version of Xcode that ships a
85+ version of the "new linker" that does not support `-commons
86+ use_dylibs`. Xcode 16 betas ship a new linker that supports
87+ `-commons use_dylibs`.
88+ - Fix issue that would prevent using Libfabric 2.x releases.
89+
90+
91+ 4.1.6 -- September, 2023
92+ ------------------------
93+
6594- Fix configure issue with XCode 15.
6695- Update embedded PMIx to 3.2.5. PMIx 3.2.5 addresses CVE-2023-41915.
6796 Note that prior versions of Open MPI (and their associated PMIx
0 commit comments