summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-06-14 20:16:27 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-06-14 20:16:27 (GMT)
commit59336d339b0295d2e86946028042a8005c8b589e (patch)
tree133d77102278350e09b2f10414fd69c813da4c43 /release_docs/RELEASE.txt
parenta31e264f8923ba7ea89fefceb7bce7ada4679ee7 (diff)
downloadhdf5-59336d339b0295d2e86946028042a8005c8b589e.zip
hdf5-59336d339b0295d2e86946028042a8005c8b589e.tar.gz
hdf5-59336d339b0295d2e86946028042a8005c8b589e.tar.bz2
[svn-r12413] Purpose:
Bug fix Description: Changed the semantics of --enable-stream-vfd and --enable-shared. Both are now disabled by default when parallel HDF5 is being built. Solution: Both shared and stream-vfd are disabled by default in parallel, but can be enabled explicitly if the user chooses. Before, shared was always enabled by default and stream-vfd was always disabled in parallel. Platforms tested: heping, mir (configuration change only)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 7bbf9dd..f6b366e 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -157,6 +157,11 @@ New Features
- Fixed configure setting of C++ for OSF1 platform. AKC - 2004/01/06
- Prefix default is changed from /usr/local to `pwd`/hdf5.
AKC - 2003/07/09
+ - Added support to explicity enable stream_vfd or shared libraries
+ when using parallel via the '--enable-stream_vfd' and
+ '--enable-shared' options, respectively. If not explicity defined,
+ These settings default to enabled when parallel is not used,
+ and disabled when parallel is used.
Library:
--------