summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-02-19 16:03:09 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-02-19 16:03:09 (GMT)
commit06586be5bcb92de3ae3becc8a91905e80dfd04af (patch)
tree9888136d84151034b7acd7e4921053755dc95d74
parent8ea26f0e6aa965ab7b693532ec7d76231407ba0e (diff)
downloadhdf5-06586be5bcb92de3ae3becc8a91905e80dfd04af.zip
hdf5-06586be5bcb92de3ae3becc8a91905e80dfd04af.tar.gz
hdf5-06586be5bcb92de3ae3becc8a91905e80dfd04af.tar.bz2
[svn-r26240] add release.txt entries for changes made to configure.ac
-rw-r--r--release_docs/RELEASE.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8b19d9b..dc452bf 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -63,6 +63,20 @@ New Features
- cmakehdf5: configure options added to enable or disable the building of
different API's and testings. See "cmakehdf5 --help" for details.
(AKC - 2014/12/09 HDFFV-8932)
+
+ - Remove restriction for building shared when parallel is
+ enabled. --disable-shared has to be used explicitly if user wishes to
+ disable shared libraries.
+ (MSC - 2015/02/19 HDFFV-9069)
+
+ - Remove infering parallel compilers to enable
+ parallel. --enable-parallel has to be used explicitly to build
+ parallel HDF5 regardless of the compiler type being used.
+ (MSC - 2015/02/19 HDFFV-9068)
+
+ - Remove option to enable or disable large file support. It will
+ always be enabled.
+ (MSC - 2015/02/19 HDFFV-9097)
Library
-------