summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-08-24 17:52:24 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-08-24 17:52:24 (GMT)
commit4847daea86f57d35a683ef79cd8b772a4f463e02 (patch)
tree919b9681152c306968e253bd160844c25f10dd96 /release_docs/RELEASE.txt
parent0632c72afdba877ed2a99bccb0306f3dc801869f (diff)
downloadhdf5-4847daea86f57d35a683ef79cd8b772a4f463e02.zip
hdf5-4847daea86f57d35a683ef79cd8b772a4f463e02.tar.gz
hdf5-4847daea86f57d35a683ef79cd8b772a4f463e02.tar.bz2
[svn-r27566] Changes for new dual-binary support and other updates to CMake options.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 31c8613..814576b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -67,6 +67,10 @@ New Features
keyword and a list of components. The imported libraries will
include any interface specific settings and dependent libraries.
+ The default setting for BUILD_SHARED_LIBS has changed from OFF
+ to ON, which builds both static and shared libraries. The static
+ libraries are always built because of tools requirements.
+
(ADB - 2015/08/24 HDFFV-5881)
- Inline functions now correctly annotated w/ Autotools builds.