summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2009-02-12 19:09:10 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2009-02-12 19:09:10 (GMT)
commit5a6c75cc585c8e16277e235aa4240ff5b9ff8763 (patch)
treec5a92e1c6c11ae21c03a0df420dcdc15acc912b1 /release_docs
parent582afd39e30142ace3e192ebe0a575ff9ba3413c (diff)
downloadhdf5-5a6c75cc585c8e16277e235aa4240ff5b9ff8763.zip
hdf5-5a6c75cc585c8e16277e235aa4240ff5b9ff8763.tar.gz
hdf5-5a6c75cc585c8e16277e235aa4240ff5b9ff8763.tar.bz2
[svn-r16478] Purpose: Fix problem with opening an attribute multiple times through multiple
file handles. Description: An attribute's "oloc" field which specifies the file it resides in was located in the attribute's "shared" structure. So when an attribute was opened multiple times all of the handles for that attribute pointed to the same file id, even if different file id's were used to open the different handles for the attribute. The "oloc" has been moved to the top level H5A_t struct. Tested: jam, smirom (h5committest)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 7c07930..87e6497 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -114,6 +114,8 @@ Bug Fixes since HDF5-1.8.2
Library
-------
+ - Fixed an assertion failure caused by opening an attribute multiple times
+ through multiple file handles. NAF - 2009/02/12
- Fixed a problem that could prevent the user from adding attributes (or any
object header message) in some circumstances. NAF - 2009/02/12
- Fixed a bug that could cause problems when an attribute was added to a