summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2019-01-22 19:53:07 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2019-01-22 19:53:07 (GMT)
commit8eb86b5a2474d44429bd83775fc5af0e7ed70ad5 (patch)
treed1423fcef07cd958aa387b2d1025c5a382024826 /release_docs
parentb910ec276305ebcfebc4d05921ea0474f421e0f0 (diff)
downloadhdf5-8eb86b5a2474d44429bd83775fc5af0e7ed70ad5.zip
hdf5-8eb86b5a2474d44429bd83775fc5af0e7ed70ad5.tar.gz
hdf5-8eb86b5a2474d44429bd83775fc5af0e7ed70ad5.tar.bz2
Add RELEASE.txt note for parallel filters test fix
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
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