diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-12-06 14:57:06 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-12-06 14:57:06 (GMT) |
commit | 1b1e1ebbbd5b4d18c5f413e79b58f7f7e782519f (patch) | |
tree | 27b6581ccbe1c65b5b57cba9aef822f8f7cf58fe /release_docs/RELEASE.txt | |
parent | aaff647518543633aa1b95649666bffb02b758a4 (diff) | |
download | hdf5-1b1e1ebbbd5b4d18c5f413e79b58f7f7e782519f.zip hdf5-1b1e1ebbbd5b4d18c5f413e79b58f7f7e782519f.tar.gz hdf5-1b1e1ebbbd5b4d18c5f413e79b58f7f7e782519f.tar.bz2 |
[svn-r7915] Purpose:
Bug fix
Description:
Make a copy of the index value for H5Giterate and use that instead of
dereferencing the index pointer.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too minor to need h5committest
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 10f7127..08e4edd 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -93,6 +93,9 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Fixed H5Giterate to avoid re-using index parameter after iteration + callback has been called (allows iteration callback to modify the + index parameter itself). QAK - 2003/12/06 - Fixed various floating-point conversion problems, including a change which could corrupt data when converting from double->float. QAK - 2003/11/24 |