summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-08-16 21:27:03 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-08-16 21:27:03 (GMT)
commit5c3b993e8242fd711baec8a5ddaac793a7bc2a39 (patch)
treeb776198cc6ad6a67dddb906e5c14c1cd482c1ae7 /release_docs/RELEASE.txt
parentf2d0a3404543dd50cbd3f52e821b26d5d986e44e (diff)
downloadhdf5-5c3b993e8242fd711baec8a5ddaac793a7bc2a39.zip
hdf5-5c3b993e8242fd711baec8a5ddaac793a7bc2a39.tar.gz
hdf5-5c3b993e8242fd711baec8a5ddaac793a7bc2a39.tar.bz2
Revise release notes for H5Oget_info (HDFFV-10180).
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 73bea7f..4cc4fdb 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -193,16 +193,10 @@ Bug Fixes since HDF5-1.10.2 release
returning object information in a callback function. Both sets of routines
are versioned and the corresponding compatibility macros are added.
- The two sets of routines are:
+ 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
- Existing applications that use the H5Oget_info family of routines should either
- (a) add the new parameter "fields" or (b) add version 1 to the
- H5Oget_info calls. For example:
- (a) H5Oget_info(object_id, object_info, fields)
- (b) H5Oget_info1(object_id, object_info)
-
(VC - 2018/08/15, HDFFV-10180)
- Test failure due to metadata size in test/vds.c