summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-01-24 15:04:07 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-01-24 15:04:07 (GMT)
commit0658286687972e623e3121464e80b5b422dd42da (patch)
treead3df432bcda93316d072d7942ffe043c690b198 /release_docs
parent5398c881d296299a0184d89c5373122999144c54 (diff)
downloadhdf5-0658286687972e623e3121464e80b5b422dd42da.zip
hdf5-0658286687972e623e3121464e80b5b422dd42da.tar.gz
hdf5-0658286687972e623e3121464e80b5b422dd42da.tar.bz2
HDFFV-10686 add note
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index d40e59a..624a6da 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