diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-09-15 18:33:05 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-09-15 18:33:05 (GMT) |
commit | b540f551b39d067938bea37d378156b5fc8e8566 (patch) | |
tree | 6161fdd08ecb7bededccf2cd08712661f72b0ee3 | |
parent | ad9617109ec8f68877bc69c3d01a87bb328b5fd2 (diff) | |
download | hdf5-b540f551b39d067938bea37d378156b5fc8e8566.zip hdf5-b540f551b39d067938bea37d378156b5fc8e8566.tar.gz hdf5-b540f551b39d067938bea37d378156b5fc8e8566.tar.bz2 |
[svn-r9264] Purpose:
Cleanup
Description:
Move bug description into reverse chronological order.
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7fb7fc0..c2666e7 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -180,6 +180,9 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Fixed parallel bug in which some processes attempted collective + I/O while others did independent I/O. Bug appeared when some + processes used point selections, and others didn't. JRM - 2004/9/15 - Corrected error where dataset region references were written in an incorrect way on Cray machines. PVN & QAK - 2004/09/13 - The H5Tget_native_type now determines the native type for integers |