diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2002-05-06 18:22:50 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2002-05-06 18:22:50 (GMT) |
commit | 3f7fdf13feff90e8f8390fb916288b773dc17a54 (patch) | |
tree | 4fc75a3d00766746723d22085e084b555474cb62 /release_docs | |
parent | aa305b466b6dcb5a56d305f272e3c2b980e9963b (diff) | |
download | hdf5-3f7fdf13feff90e8f8390fb916288b773dc17a54.zip hdf5-3f7fdf13feff90e8f8390fb916288b773dc17a54.tar.gz hdf5-3f7fdf13feff90e8f8390fb916288b773dc17a54.tar.bz2 |
[svn-r5364]
Purpose:
Maintenance
Description:
Added information about Parallel Fortran Support for HP-UX 11.00 SysV
and write/read overloaded subroutines (bug #670)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index a8e9af2..12ced70 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -26,6 +26,7 @@ CONTENTS - New Features - Bug Fixes since HDF5-1.4.0 +- Support for new platforms and languages - Platforms Tested - Known Problems @@ -254,6 +255,12 @@ New Features - Added aditional parameter "dims" to the h5dread/h5dwrite and h5aread/h5awrite subroutines. This parameter is 1D array of size 7 and contains the sizes of the data buffer dimensions. + - F90 subroutines h5dwrite_f, h5dread_f, h5awrite_f and h5aread_f were + overloaded with "dims" argument to be assumed size array of type + INTEGER(HSIZE_T). We recommend to use the subroutines with the new type. + Module subroutines that accept "dims" as INTEGER array of size 7 will be + depricated in 1.6 release. + EIP - 2002/05/06 * C++ API: - Added two new member functions: Exception::getFuncName() and Exception::getCFuncName() to provide the name of the member @@ -270,6 +277,10 @@ New Features allows change to a lower dimension. The unused space in the file is freed. PVN - 2002/03/31 +Support for new platforms and languages +======================================= + * Parallel Fortran Library works now on HP-UX B.11.00 Sys V + EIP - 2002/05/06 Platforms Tested ================ @@ -330,7 +341,7 @@ Supported Configuration Features Summary IRIX64_6.5 32 y y (2) n n n y y y HPUX10.20 y n y n n y y y HPUX11.00 y y y n n y y y - HPUX11 SysV y y y n n y y y + HPUX11 SysV y y y y n y y y DECOSF y n y n y y y y T3E y y y y n n y y SV1 y n y n n n y y |