summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-------