summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2021-02-24 10:24:47 (GMT)
committerGitHub <noreply@github.com>2021-02-24 10:24:47 (GMT)
commit7c507003c7585837dace9bbbec9fde7a80802dbf (patch)
treeaed5375b53055c2c57cadf4886f2eb3aaccd602f /release_docs
parent2d8913c615b337d18fc35c74decff9a589a632d1 (diff)
downloadhdf5-7c507003c7585837dace9bbbec9fde7a80802dbf.zip
hdf5-7c507003c7585837dace9bbbec9fde7a80802dbf.tar.gz
hdf5-7c507003c7585837dace9bbbec9fde7a80802dbf.tar.bz2
Fix for HDFFV-11109 - Copy MPI comm and info object into output FAPL from H5F_get_access_plist (#342) (#374)
* Avoid freeing MPI_COMM_WORLD in H5_mpi_comm_free * Copy MPI Comm and Info to new FAPL in H5F_get_access_plist
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 313d564..a2fa0fb 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -318,6 +318,15 @@ Bug Fixes since HDF5-1.12.0 release
===================================
Library
-------
+ - Fixed issue with MPI communicator and info object not being
+ copied into new FAPL retrieved from H5F_get_access_plist
+
+ Added logic to copy the MPI communicator and info object into
+ the output FAPL. MPI communicator is retrieved from the VFD, while
+ the MPI info object is retrieved from the file's original FAPL.
+
+ (JTH - 2021/02/15, HDFFV-11109)
+
- Fixed problems with vlens and refs inside compound using
H5VLget_file_type()