diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-07-15 22:43:08 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-07-15 22:43:08 (GMT) |
commit | f7547f2db7bbd2f4717586d2c537d2d929bbab63 (patch) | |
tree | 7c30146f75b7f2606c53060cdd52ea47592f8d45 /release_docs | |
parent | 516c63299f638bf0f9ab6d58268e8edf28515ed4 (diff) | |
download | hdf5-f7547f2db7bbd2f4717586d2c537d2d929bbab63.zip hdf5-f7547f2db7bbd2f4717586d2c537d2d929bbab63.tar.gz hdf5-f7547f2db7bbd2f4717586d2c537d2d929bbab63.tar.bz2 |
[svn-r15370] 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.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 251833d..7a2566b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -50,6 +50,7 @@ New Features Library: -------- + - Added 'mounted' field to H5G_info_t struct. (QAK - 2008/07/15) Parallel Library: ----------------- @@ -87,10 +88,12 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Fixed issue where a group could have a file mounted on it twice. + (QAK - 2008/07/15) - Fixed the problem with the searching of target file for H5Lcreate_external(). The searching pattern will depend on whether the target file's pathname is an absolute or a relative path. Please see the description - in the RM for H5Lcreate_external(). (VC - 4/8/08) + in the RM for H5Lcreate_external(). (VC - 2008/04/08) - Fixed possible file corruption bug when encoding datatype descriptions for compound datatypes whose size was between 256 & 511 bytes and the file was opened with the "use the |