diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2017-03-24 21:21:50 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2017-03-24 21:21:50 (GMT) |
commit | 2b5bf3ac3645249608e3b283ce2a49f25f075749 (patch) | |
tree | 1244a0532da455778322d2a3e7ba4956f2017c5b | |
parent | 1ea9e4afd67b1597978c4c3636a5a2e7bad6f2cf (diff) | |
parent | 5599d5c13437767312ce28d95b58d931d8fbf084 (diff) | |
download | hdf5-2b5bf3ac3645249608e3b283ce2a49f25f075749.zip hdf5-2b5bf3ac3645249608e3b283ce2a49f25f075749.tar.gz hdf5-2b5bf3ac3645249608e3b283ce2a49f25f075749.tar.bz2 |
Merge pull request #371 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1
* commit '5599d5c13437767312ce28d95b58d931d8fbf084':
Add bug entry to RELEASE.txt. Update end year in COPYING file.
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
2 files changed, 12 insertions, 1 deletions
@@ -4,7 +4,7 @@ HDF5 (Hierarchical Data Format 5) Software Library and Utilities ----------------------------------------------------------------------------- HDF5 (Hierarchical Data Format 5) Software Library and Utilities -Copyright 2006-2016 by The HDF Group. +Copyright 2006-2017 by The HDF Group. NCSA HDF5 (Hierarchical Data Format 5) Software Library and Utilities Copyright 1998-2006 by the Board of Trustees of the University of Illinois. diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index bafa2f7..0275012 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -248,6 +248,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) |