diff options
author | lrknox <lrknox> | 2017-03-24 21:15:25 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2017-03-24 21:15:25 (GMT) |
commit | b18d2b609be2655d9fbcf6b6f1693e299c7a198f (patch) | |
tree | 786d0d661b29bfebc85fd0ee7510fe1c7479e86e /release_docs | |
parent | f37cb0b2d586a66205fd5cee886876237d0c9c5e (diff) | |
download | hdf5-b18d2b609be2655d9fbcf6b6f1693e299c7a198f.zip hdf5-b18d2b609be2655d9fbcf6b6f1693e299c7a198f.tar.gz hdf5-b18d2b609be2655d9fbcf6b6f1693e299c7a198f.tar.bz2 |
Add bug entry to RELEASE.txt.
Update end year in COPYING file.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
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) |