summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2008-11-03 20:53:25 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2008-11-03 20:53:25 (GMT)
commitc350c300c49a1ff08d8fdd833ce33b3600ad277a (patch)
tree9d5f943c50cbface65b213ed7e64c3f66d77f134 /release_docs
parentcbd9d87f755967fdf6d4385fff0618f6647d0e1d (diff)
downloadhdf5-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')
-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 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