[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
This commit is contained in:
James Laird 2005-09-20 09:30:06 -05:00
parent dca5ad5754
commit 52b811cc98
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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