From b18d2b609be2655d9fbcf6b6f1693e299c7a198f Mon Sep 17 00:00:00 2001 From: lrknox Date: Fri, 24 Mar 2017 16:15:25 -0500 Subject: Add bug entry to RELEASE.txt. Update end year in COPYING file. --- COPYING | 2 +- release_docs/RELEASE.txt | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/COPYING b/COPYING index 2166ced..5b3858b 100644 --- a/COPYING +++ b/COPYING @@ -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 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) -- cgit v0.12