diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-07-15 02:44:26 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-07-15 02:44:26 (GMT) |
commit | 8360fc1b7d7879d6ccbd4525e140bfa6346d64d2 (patch) | |
tree | 5ee5e3775d00e6ad3b7535e916fdb9b9a3e32951 /release_docs | |
parent | 72bced20c668c3ea6ce74be5923ccbfb97cb5f11 (diff) | |
download | hdf5-8360fc1b7d7879d6ccbd4525e140bfa6346d64d2.zip hdf5-8360fc1b7d7879d6ccbd4525e140bfa6346d64d2.tar.gz hdf5-8360fc1b7d7879d6ccbd4525e140bfa6346d64d2.tar.bz2 |
[svn-r11074] Purpose:
Bug fix
Description:
Further progress on fixing file mounting to work properly.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Linux 2.4
Too minor to require h5committest
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 5706e91..3f8e6b7 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -72,6 +72,8 @@ Bug Fixes since HDF5-1.6.4 release Library ------- + - More bug fixes on holding open files that are mounted and have + IDs open. QAK - 2005/07/14 - Dataset sieve buffer cache was inadvertantly disabled - re-enable it. QAK - 2005/07/08 - Don't unmount child files until the parent file actually closes. |