summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2001-06-21 19:47:32 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2001-06-21 19:47:32 (GMT)
commit5ebfdea71c8420152d9d9a2b3188e74204092d67 (patch)
treeb51c126d7f1072ed996eb7abb2da1952c5033bfb
parent4abe81ec2080f0ab46c0e319b8cb0a2cf240dc8f (diff)
downloadhdf5-5ebfdea71c8420152d9d9a2b3188e74204092d67.zip
hdf5-5ebfdea71c8420152d9d9a2b3188e74204092d67.tar.gz
hdf5-5ebfdea71c8420152d9d9a2b3188e74204092d67.tar.bz2
[svn-r4045]
Purpose: Maintenance Description: Added information about F90 port for Windows, HP, and IBM SP. Also added information about gif converters.
-rw-r--r--RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index a796bff..bab8d99 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -44,6 +44,16 @@ New Features
Also added a verification of the consistency between H5_lib_vers_info_g
and other version information in the source code.
* Parallel HDF5 now runs on the HP V2500 and HP N4000 machines.
+ * 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.
+ * F90 APIs are available on HPUX 11.00 and IBM SP platforms.
+ * H5 <-> GIF convertor has been added. This is available under
+ tools/gifconv. The convertor supports the ability to create animated
+ gifs as well.
Bug Fixes since HDF5-1.4.1 Release