summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2008-11-03 20:54:19 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2008-11-03 20:54:19 (GMT)
commit780999deee27ee44f5311be57c4153c5a231f183 (patch)
treeaa93fafca08efda3d9d2c2aaa468aa4057913972 /release_docs
parentd2980de247abb12e0e75a0ce71dd2a95048d1a19 (diff)
downloadhdf5-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.txt3
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