summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-11-04 20:16:34 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-11-04 20:16:34 (GMT)
commit1c709d9057fcda357cde37a5deae3238bc3a22ad (patch)
treeb47a223192d0f18fdb941af6b820e6e998b2c3f7 /release_docs
parent96c039690f3eeb3366e5f011b8b1adfac159ee5b (diff)
downloadhdf5-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
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
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-