summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 37efa36..2aa6e60 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -244,6 +244,17 @@ Bug Fixes since HDF5-1.10.0-patch1 release
Library
-------
+ - SWMR implementation in the HDF5 1.10.0 and 1.10.0-patch1 releases has a broken
+ metadata flush dependency that manifested itself with the following error at the
+ end of the HDF5 error stack:
+
+ H5Dint.c line 846 in H5D__swmr_setup(): dataspace chunk index must be 0 for
+ SWMR access, chunkno = 1
+ major: Dataset
+ minor: Bad value
+ It was also reported at https://github.com/areaDetector/ADCore/issues/203
+ The flush dependency is fixed in this release.
+
- Changed the plugins dlopen option from RTLD_NOW to RTLD_LAZY
(PR 201 ADB 2016/12/12)