diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2008-11-03 20:53:25 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2008-11-03 20:53:25 (GMT) |
commit | c350c300c49a1ff08d8fdd833ce33b3600ad277a (patch) | |
tree | 9d5f943c50cbface65b213ed7e64c3f66d77f134 /release_docs/RELEASE.txt | |
parent | cbd9d87f755967fdf6d4385fff0618f6647d0e1d (diff) | |
download | hdf5-c350c300c49a1ff08d8fdd833ce33b3600ad277a.zip hdf5-c350c300c49a1ff08d8fdd833ce33b3600ad277a.tar.gz hdf5-c350c300c49a1ff08d8fdd833ce33b3600ad277a.tar.bz2 |
[svn-r16020] 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/RELEASE.txt')
-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 b854b4d..8f2c381 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -121,6 +121,9 @@ Bug Fixes since HDF5-1.8.0 release 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 |