diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2008-11-17 18:48:37 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2008-11-17 18:48:37 (GMT) |
commit | e86e9f49f65d15a120d5933b8be5c9fb118aa4ab (patch) | |
tree | c0180b36cf088b273f3486d7c282206a5fedb2a6 /release_docs | |
parent | 2d445f880dc729d6815bdf56b2e8808382c80996 (diff) | |
download | hdf5-e86e9f49f65d15a120d5933b8be5c9fb118aa4ab.zip hdf5-e86e9f49f65d15a120d5933b8be5c9fb118aa4ab.tar.gz hdf5-e86e9f49f65d15a120d5933b8be5c9fb118aa4ab.tar.bz2 |
[svn-r16082] Purpose: Fix a problem in the file unmounting code
Description: Fixes a problem in H5F_close_mounts where it wouldn't correctly
reshape the "child" array when unmounting files. Test added for this case.
Also fixed a potential bug in H5F_unmount where that routine reshapes the child
array.
Tested: kagiso linew smirom (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 a90a249..a6ea23d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -127,6 +127,8 @@ Bug Fixes since HDF5-1.8.0 release Library ------- + - Fixed a bug that could cause problems when "automatically" unmounting + multiple files. (NAF - 2008/11/17) - H5Ovisit and H5Ovisit_by_name will now properly terminate when the callback function returns a positive value on the starting object. (NAF - 2008/11/03) |