summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-03-02 14:13:04 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-03-02 14:13:04 (GMT)
commite044ae5ee2aad9bd32c52bd13eee66ffa73356e6 (patch)
tree11363bb5934efa2de98d38ee96e494556534cb91 /release_docs
parent6b4752cedd0a32762a327fdd6afd8a7c786afe42 (diff)
downloadhdf5-e044ae5ee2aad9bd32c52bd13eee66ffa73356e6.zip
hdf5-e044ae5ee2aad9bd32c52bd13eee66ffa73356e6.tar.gz
hdf5-e044ae5ee2aad9bd32c52bd13eee66ffa73356e6.tar.bz2
[svn-r10120] Purpose:
updated with MPIPOSIX fix.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 6 insertions, 0 deletions
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