Revise release notes for H5Oget_info (HDFFV-10180).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user