From e044ae5ee2aad9bd32c52bd13eee66ffa73356e6 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 2 Mar 2005 09:13:04 -0500 Subject: [svn-r10120] Purpose: updated with MPIPOSIX fix. --- release_docs/RELEASE.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3c01109..9c16fe1 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -203,6 +203,12 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Fixed a racing condition in MPIPOSIX virtual file drive close + function. Now all processes must completed the close before any + of them is returned. This prevents some "faster" processes start + accessing the file for another purpose (e.g., open with truncate) + while other "slower" processes have not closed the same file with + the previous purpose. AKC - 2005/03/01 - H5Tget_member_value calls for enum datatype didn't return correct value if H5Tenum_valueof was called first. It's fixed. SLU - 2005/02/08 -- cgit v0.12