diff options
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
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 |