summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2018-08-16 21:32:18 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-08-16 21:44:22 (GMT)
commita8c470c949f60f54b50d85b136efa62ed00c7b27 (patch)
tree8380a33004010d18c6c8dde48e56612fabcb345a /release_docs
parent048838620e1f5874222c277c6fbb669a29925e48 (diff)
downloadhdf5-a8c470c949f60f54b50d85b136efa62ed00c7b27.zip
hdf5-a8c470c949f60f54b50d85b136efa62ed00c7b27.tar.gz
hdf5-a8c470c949f60f54b50d85b136efa62ed00c7b27.tar.bz2
Merge pull request #1194 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to hdf5_1_10
* commit '5c3b993e8242fd711baec8a5ddaac793a7bc2a39': Revise release notes for H5Oget_info (HDFFV-10180). Modify release notes for H5Oget_info (HDFFV-10180). Add release notes for HDFFV-10180.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index c4df6bc..e6e7e21 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -178,6 +178,35 @@ Bug Fixes since HDF5-1.10.2 release
Library
-------
+ - Performance issue with H5Oget_info
+
+ H5Oget_info family of routines retrieves information for an object such
+ as object type, access time, number of attributes, and storage space etc.
+ Retrieving all such information regardless is an overkill and causes
+ performance issue when doing so for many objects.
+
+ Add an additional parameter "fields" to the the H5Oget_info family of routines
+ indicating the type of information to be retrieved. The same is done to
+ the H5Ovisit family of routines which recursively visits an object
+ returning object information in a callback function. Both sets of routines
+ are versioned and the corresponding compatibility macros are added.
+
+ The version 2 names of the two sets of routines are:
+ (1) H5Oget_info2, H5Oget_info_by_idx2, H5Oget_info_by_name2
+ (2) H5Ovisit2, H5Ovisit_by_name2
+
+ (VC - 2018/08/15, HDFFV-10180)
+
+ - Test failure due to metadata size in test/vds.c
+
+ The size of metadata from test_api_get_ex_dcpl() in test/vds.c is not as expected
+ because the latest format should be used when encoding the layout for VDS.
+
+ Set the latest format in a temporary fapl and pass the setting to the routines that
+ encode the dataset selection for VDS.
+
+ (VC - 2018/08/14 HDFFV-10469)
+
- Java HDF5LibraryException class
The error minor and major values would be lost after the