[svn-r7902] Snapshot version 1.6 release 1 (post3)

This commit is contained in:
HDF Admin
2003-11-30 20:49:54 -05:00
parent de50a0fb41
commit 3ac28525ee
10 changed files with 42 additions and 35 deletions

View File

@@ -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