diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-11-04 20:16:34 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-11-04 20:16:34 (GMT) |
commit | 1c709d9057fcda357cde37a5deae3238bc3a22ad (patch) | |
tree | b47a223192d0f18fdb941af6b820e6e998b2c3f7 | |
parent | 96c039690f3eeb3366e5f011b8b1adfac159ee5b (diff) | |
download | hdf5-1c709d9057fcda357cde37a5deae3238bc3a22ad.zip hdf5-1c709d9057fcda357cde37a5deae3238bc3a22ad.tar.gz hdf5-1c709d9057fcda357cde37a5deae3238bc3a22ad.tar.bz2 |
[svn-r11681] Purpose:
Updated RELEASE.txt
Description:
Mentioned that h5c++ and h5fc now support linking against shared libraries.
Platforms tested:
documentation change only
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index cb95f3a..ca65c7c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -36,8 +36,10 @@ New Features Configuration: -------------- - - Added --enable-build-all option, which only developers should need - to use. -JML 2005/10/24 + - Added -shlib option to link against installed shared libraries to + h5c++ and h5fc. -JML 2005/11/1 + - Added --enable-build-all option to configure, which only developers + should need to use. -JML 2005/10/24 - Configure uses the 'TR' variable to let the user override the path to the 'tr' utility. -JML 2005/10/17 - Configure can recognize -lmpich as a form of MPI library. -AKC- |