diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-09-20 14:30:06 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-09-20 14:30:06 (GMT) |
commit | 52b811cc98d2dd726a90ce0875f4d971fff72e17 (patch) | |
tree | 01bb358768e31208d99821eba87f265308a36811 /release_docs/RELEASE.txt | |
parent | dca5ad5754071a785c1977c0252e49b7ff3f4721 (diff) | |
download | hdf5-52b811cc98d2dd726a90ce0875f4d971fff72e17.zip hdf5-52b811cc98d2dd726a90ce0875f4d971fff72e17.tar.gz hdf5-52b811cc98d2dd726a90ce0875f4d971fff72e17.tar.bz2 |
[svn-r11444] Purpose:
Updated release notes
Description:
Mentioned that shared C++ and Fortran libraries are supported in
INSTALL and RELEASE.txt.
Platforms tested:
documentation change only
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e6606f7..1a106aa 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -277,6 +277,7 @@ New Features Fortran Library: ---------------- + - added support for shared Fortran libraries. -JML 2005/09/20 - added missing h5tget_member_class_f function EIP 2005/04/06 - added new functions h5fget_name_f and h5fget_filesize_f @@ -296,6 +297,7 @@ New Features C++ Library: ---------------- + - added support for shared C++ libraries. -JML 2005/09/20 - Added missing member functions H5::CompType::getMemberArrayType H5::CompType::getMemberVarLenType |