diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-01-24 23:33:24 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-01-24 23:33:24 (GMT) |
commit | 9e55ff1ace32457b524d9c3443080a377c85a775 (patch) | |
tree | 15b3a9ce8a781353da5e7cab6e376629bf4f07cb /release_docs/RELEASE.txt | |
parent | f439608c0ed06429b45fbca724a286bf95e11eb8 (diff) | |
parent | 217d57d30d2d62f987affcc8859df982dc86d2b3 (diff) | |
download | hdf5-9e55ff1ace32457b524d9c3443080a377c85a775.zip hdf5-9e55ff1ace32457b524d9c3443080a377c85a775.tar.gz hdf5-9e55ff1ace32457b524d9c3443080a377c85a775.tar.bz2 |
Merge pull request #1493 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '217d57d30d2d62f987affcc8859df982dc86d2b3':
CMake fix
Java html fix and cmake update
HDFFV-10686 add note
HDFFV-10686 revert H5Oget_info1 to H5Oget_info(H5Ovisit)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4675f61..4c254ab 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -318,6 +318,21 @@ Bug Fixes since HDF5-1.10.3 release Library ------- + - Revert H5Oget_info* and H5Ovisit* functions + + In 1.10.3 new H5Oget_info*2 and H5Ovisit*2 functions were + added for performance. Inadvertently, the original functions; + H5Oget_info, + H5Oget_info_by_name, + H5Oget_info_by_idx, + H5Ovisit, + H5Ovisit_by_name + were versioned to H5Oget_info*1 and H5Ovisit*1. This + broke the API compatibility for a maintenance release. The + original functions have been restored. + + (ADB - 2019/01/24, HDFFV-10686) + - Deleting attributes in dense storage The library aborts with "infinite loop closing library" after |