summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2003-10-16 22:34:55 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2003-10-16 22:34:55 (GMT)
commita0a7849d515114d3f6368a8b208f5f4ee3cd919e (patch)
treeeb9e2bd4e953748b0be3c6ff6f8dd8f2469e5dd0
parent1de258c74c5cd0638511d5f8ff21bdc2be681bb7 (diff)
downloadhdf5-a0a7849d515114d3f6368a8b208f5f4ee3cd919e.zip
hdf5-a0a7849d515114d3f6368a8b208f5f4ee3cd919e.tar.gz
hdf5-a0a7849d515114d3f6368a8b208f5f4ee3cd919e.tar.bz2
[svn-r7657]
Purpose: Added "Documentation" section. Listed fixed doc bugs.
-rw-r--r--release_docs/RELEASE.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index d522f30..ca5aaf9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -27,6 +27,7 @@ CONTENTS
- New Features
- Support for new platforms and languages
- Bug Fixes since HDF5-1.6.0
+- Documentation
- Platforms Tested
- Known Problems
@@ -176,6 +177,24 @@ Bug Fixes since HDF5-1.6.0 release
Documentation
-------------
+ - Added two missing Fortran APIs (h5pget_fapl_mpiposix_f and
+ h5pset_fapl_mpiposix_f) to the reference manual.
+ FMB - 2003/10/15
+ - Corrected the reference manual descriptions of H5open/h5open_f and
+ H5close/h5close_f to indicate that these calls are required in
+ Fortran90 applications. FMB - 2003/10/15
+
+
+Documentation
+=============
+
+ Fortran90 APIs are being integrated into the main body of the
+ HDF5 Reference Manual (RM). This process is complete in all RM sections
+ except H5P.
+
+ A PDF version of the RM will be posted on the HDF5 website
+ (at http://hdf.ncsa.uiuc.edu/HDF5/doc/PSandPDF/) approximately one week
+ after the release.
Platforms Tested