diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2003-12-01 01:49:54 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2003-12-01 01:49:54 (GMT) |
commit | 3ac28525eefb8ba275ff25340f059110687affb0 (patch) | |
tree | 2a68082b7209aabf2181b2984abf0bc91ac3b54e /doc | |
parent | de50a0fb411048d95d92f78fed04e0b28ad8f963 (diff) | |
download | hdf5-3ac28525eefb8ba275ff25340f059110687affb0.zip hdf5-3ac28525eefb8ba275ff25340f059110687affb0.tar.gz hdf5-3ac28525eefb8ba275ff25340f059110687affb0.tar.bz2 |
[svn-r7902] Snapshot version 1.6 release 1 (post3)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/ADGuide/RELEASE.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index 8f5370a..9dbaf90 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.6.1-post2 released on Sun Nov 23 20:47:16 CST 2003 +HDF5 version 1.6.1-post3 released on Sun Nov 30 20:47:54 CST 2003 ================================================================================ @@ -43,6 +43,10 @@ New Features Parallel Library: ----------------- + - Added parallel test, test_mpio_1wMr, which tests if the + underlaying parallel I/O system is conforming to the POSIX + write/read requirement. This version includes options of using + atomicity and file-sync. AKC - 2003/11/27 Tools: ------ @@ -61,6 +65,9 @@ Bug Fixes since HDF5-1.6.1 release Library ------- + - Fixed various floating-point conversion problems, including a + change which could corrupt data when converting from double->float. + QAK - 2003/11/24 - Changed "single process" metadata writing in library to collective I/O by all processes, in order to guarantee correct data being written with MPI-I/O. QAK - 2003/11/20 |