diff options
author | Jordan Henderson <jhenderson@hdfgroup.org> | 2019-01-22 19:53:07 (GMT) |
---|---|---|
committer | Jordan Henderson <jhenderson@hdfgroup.org> | 2019-01-22 19:53:07 (GMT) |
commit | 8eb86b5a2474d44429bd83775fc5af0e7ed70ad5 (patch) | |
tree | d1423fcef07cd958aa387b2d1025c5a382024826 | |
parent | b910ec276305ebcfebc4d05921ea0474f421e0f0 (diff) | |
download | hdf5-8eb86b5a2474d44429bd83775fc5af0e7ed70ad5.zip hdf5-8eb86b5a2474d44429bd83775fc5af0e7ed70ad5.tar.gz hdf5-8eb86b5a2474d44429bd83775fc5af0e7ed70ad5.tar.bz2 |
Add RELEASE.txt note for parallel filters test fix
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e4a39c9..23cbe40 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -324,6 +324,13 @@ Bug Fixes since HDF5-1.10.3 release (VC - 2018/12/26, HDFFV-10659) + - Fixed an issue where the parallel filters tests would fail + if zlib was not available on the system. Until support can + be added in the tests for filters beyond gzip/zlib, the tests + will be skipped if zlib is not available. + + (JTH - 2018/12/05) + - 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 |