summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-07-15 22:43:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-07-15 22:43:22 (GMT)
commitf21b99b592bfbe09732fb95bba53daea414b93a4 (patch)
tree6a2d2d7ab8685556dc72fb8e946051408d8b62a1 /release_docs
parentd6dadadc7e048436082fa40901fd0f2394064111 (diff)
downloadhdf5-f21b99b592bfbe09732fb95bba53daea414b93a4.zip
hdf5-f21b99b592bfbe09732fb95bba53daea414b93a4.tar.gz
hdf5-f21b99b592bfbe09732fb95bba53daea414b93a4.tar.bz2
[svn-r15371] Description:
Update release notes for file mounting bug fix and adding 'mounted' flag to H5G_info_t.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index afa5431..0b28276 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -63,7 +63,7 @@ New Features
Library
-------
- - None
+ - Added 'mounted' field to H5G_info_t struct. (QAK - 2008/07/15)
Parallel Library
----------------
@@ -99,6 +99,8 @@ Bug Fixes since HDF5-1.8.1
Library
-------
+ - Fixed issue where a group could have a file mounted on it twice.
+ (QAK - 2008/07/15)
- 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