diff options
-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 |