summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2019-01-24 21:08:55 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2019-01-24 21:08:55 (GMT)
commitf439608c0ed06429b45fbca724a286bf95e11eb8 (patch)
tree20465ef867a3fc3825db0955a30b0fd39c61ed2a /release_docs
parentd26963b180a052ac063907f95596a7ecad08ef8e (diff)
parente90d59a69f2750ac55ef5da20df5e8cba7693134 (diff)
downloadhdf5-f439608c0ed06429b45fbca724a286bf95e11eb8.zip
hdf5-f439608c0ed06429b45fbca724a286bf95e11eb8.tar.gz
hdf5-f439608c0ed06429b45fbca724a286bf95e11eb8.tar.bz2
Merge pull request #1490 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_10 to hdf5_1_10
* commit 'e90d59a69f2750ac55ef5da20df5e8cba7693134': Add RELEASE.txt note for parallel filters test fix Updates to t_filters_parallel for missing filters
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 d40e59a..4675f61 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -331,6 +331,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