summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2008-07-07 17:00:03 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2008-07-07 17:00:03 (GMT)
commit9f56d7f5ab7af19fa3849462d03f0503fb29023e (patch)
treec75832606689149ca798b56437f19ac0abd4d4d5 /release_docs
parent1f4ee5485eb90dfc9380e07d70da9b59100c87bb (diff)
downloadhdf5-9f56d7f5ab7af19fa3849462d03f0503fb29023e.zip
hdf5-9f56d7f5ab7af19fa3849462d03f0503fb29023e.tar.gz
hdf5-9f56d7f5ab7af19fa3849462d03f0503fb29023e.tar.bz2
[svn-r15330] When an attribute was opened twice and data was written with one of the handles,
the file didn't have the data. It happened because each handle had its own object structure, and the empty one overwrote the data with fill value. This is fixed by making some attribute information like the data be shared in the attribute structure. Tested on smirom, kagiso, and linew.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index fd1b34c..afa5431 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -99,7 +99,11 @@ Bug Fixes since HDF5-1.8.1
Library
-------
- - None
+ - when an attribute was opened twice and data was written with one of the handles,
+ the file didn't have the data. It happened because each handle had its own
+ object structure, and the empty one overwrote the data with fill value. This is
+ fixed by making some attribute information like the data be shared in the
+ attribute structure. SLU - 2008/07/07
Parallel Library
----------------