summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2018-12-05 21:56:03 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2018-12-05 21:56:03 (GMT)
commit5d457dd379b1a29814bdda78f5daead1b83fe1aa (patch)
treef6be44ac3fd1dcf524ed838923593d1686fefb51 /release_docs/RELEASE.txt
parenteea735a011d2f46a5c3e6740f6b9f16a8cc043c4 (diff)
parent8255e0f81b65cc75b4cfa12c2f77b370006abe50 (diff)
downloadhdf5-5d457dd379b1a29814bdda78f5daead1b83fe1aa.zip
hdf5-5d457dd379b1a29814bdda78f5daead1b83fe1aa.tar.gz
hdf5-5d457dd379b1a29814bdda78f5daead1b83fe1aa.tar.bz2
Merge pull request #1354 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_10 to hdf5_1_10
* commit '8255e0f81b65cc75b4cfa12c2f77b370006abe50': Fix for HDFFV-10629
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 767e19c..e63d4c2 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -141,6 +141,16 @@ Bug Fixes since HDF5-1.10.3 release
Library
-------
+ - A bug was discovered in the parallel library where an application
+ would eventually consume all of the available MPI communicators
+ when continually writing to a compressed dataset in parallel. This
+ was due to internal copies of an HDF5 File Access Property List,
+ which each contained a copy of the MPI communicator, not being
+ closed at the end of each write operation. This problem was
+ exacerbated by larger numbers of processors.
+
+ (JTH - 2018/12/05, HDFFV-10629)
+
- Allow H5detect and H5make_libsettings to take a file as an argument.
Rather than only writing to stdout, add a command argument to name