diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2001-04-27 04:03:59 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2001-04-27 04:03:59 (GMT) |
commit | c51f3f69f74fc1ff6932e588db5cea2c45d2838b (patch) | |
tree | a61f74f010861a630df65b0b4d6e83e32f8daf93 | |
parent | fef182fd966c8c113a5bab02f19afca4c91f0ba5 (diff) | |
download | hdf5-c51f3f69f74fc1ff6932e588db5cea2c45d2838b.zip hdf5-c51f3f69f74fc1ff6932e588db5cea2c45d2838b.tar.gz hdf5-c51f3f69f74fc1ff6932e588db5cea2c45d2838b.tar.bz2 |
[svn-r3863]
Purpose:
Maintenance
Description:
Added info about Windows port and F90 APIs changes.
-rw-r--r-- | RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 236ba5e..7be0052 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -72,6 +72,13 @@ New Features DataSpace, and PropList provide their own implementation. The new operator= functions invoke H5Tcopy, H5Scopy, and H5Pcopy to make a copy of a datatype, dataspace, and property list, respectively. + * F90 API: + - 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 static library is available on Windows platforms. See INSTALL_Windows.txt + for details. Platforms Tested @@ -109,6 +116,7 @@ Platforms Tested Known Problems ============== +* DLLs do not work on Windows 98 (and probably on NT and 2000 too) * The stream-vfd test uses ip port 10007 for testing. If another application is already using that port address, the test will hang indefinitely and |