summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 824cd15..035894b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -47,6 +47,14 @@ New Features
Configuration:
-------------
+ - New option for building and naming tools in CMake
+
+ The following option has been added:
+ HDF5_BUILD_STATIC_TOOLS "Build Static Tools Not Shared Tools" OFF
+
+ The default will build shared tools unless BUILD_SHARED_LIBS = OFF.
+ Tools will no longer have "-shared" as only one set of tools will be created.
+
- Incorporated HDF5 examples repository into HDF5 library.
The HDF5Examples folder is equivalent to the repository hdf5-examples.