From 52b811cc98d2dd726a90ce0875f4d971fff72e17 Mon Sep 17 00:00:00 2001 From: James Laird Date: Tue, 20 Sep 2005 09:30:06 -0500 Subject: [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 --- release_docs/INSTALL | 4 ++-- release_docs/RELEASE.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 310d45a..136347c 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -400,8 +400,8 @@ $ ./configure --disable-shared - The C++ and Fortran libraries are currently only available in the - static format. + Shared C++ and Fortran libraries will be built if shared libraries + are enabled. To build only statically linked executables on platforms which support shared libraries, use the `--enable-static-exec' flag. 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 -- cgit v0.12