diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2008-11-03 20:54:19 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2008-11-03 20:54:19 (GMT) |
commit | 780999deee27ee44f5311be57c4153c5a231f183 (patch) | |
tree | aa93fafca08efda3d9d2c2aaa468aa4057913972 /release_docs | |
parent | d2980de247abb12e0e75a0ce71dd2a95048d1a19 (diff) | |
download | hdf5-780999deee27ee44f5311be57c4153c5a231f183.zip hdf5-780999deee27ee44f5311be57c4153c5a231f183.tar.gz hdf5-780999deee27ee44f5311be57c4153c5a231f183.tar.bz2 |
[svn-r16021] Purpose: Fix behaviour of H5Ovisit
Description: H5Ovisit and H5Ovisit by name will now check for a positive return
value from the first callback. Test added for this case.
Tested: kagiso
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 6bd5796..9262fc8 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -153,6 +153,9 @@ Bug Fixes since HDF5-1.8.1 Library ------- + - H5Ovisit and H5Ovisit_by_name will now properly terminate when the + callback function returns a positive value on the starting object. + (NAF - 2008/11/03) - Fixed an error where a null message could be created that was larger than could be written to the file. (NAF - 2008/10/23) - Corrected error with family/split/multi VFD not updating driver info |