diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-07-22 14:33:24 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-07-22 14:33:24 (GMT) |
commit | 52415d4a9a44c64b5030e0e588943e444b98ae40 (patch) | |
tree | 8d8969f0bfbc56ba4032fcc18887f18e81669f50 /release_docs | |
parent | 2c4cff1259d1427aaa02125b95148522facb64f0 (diff) | |
download | hdf5-52415d4a9a44c64b5030e0e588943e444b98ae40.zip hdf5-52415d4a9a44c64b5030e0e588943e444b98ae40.tar.gz hdf5-52415d4a9a44c64b5030e0e588943e444b98ae40.tar.bz2 |
[svn-r11106] Purpose:
Add note about mounting & H5Fget_name() fixes
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b1202a5..b02e09a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -305,6 +305,12 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Made H5Fget_name() be consistent and always return name of actual + file the ID is in. (Instead of the name of the top file in a + file mounting hierarchy). QAK - 2005/07/19 + - Reworked internal file mounting semantics to hopefully eliminate + mounting problems. We now require that files that are mounting + together all have the same "file close degree". QAK - 2005/07/19 - More bug fixes on holding open files that are mounted and have IDs open. QAK - 2005/07/14 - Don't unmount child files until the parent file actually closes. |