summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-07-11 20:38:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-07-11 20:38:41 (GMT)
commit346fe1a0bcb2da5e3b1de04f24195ce9781e846a (patch)
tree25ea4236c0558aa025087e4cadd34bf7f509bced /release_docs
parent89b2d1c8ce1f7b41343e45137ce8e037737ccd51 (diff)
parent4c8e3573a7387db8cb8292c9207d528b9497a4c7 (diff)
downloadhdf5-inactive/110_HDFFV-10808-h5pset_file_space_strategy.zip
hdf5-inactive/110_HDFFV-10808-h5pset_file_space_strategy.tar.gz
hdf5-inactive/110_HDFFV-10808-h5pset_file_space_strategy.tar.bz2
Merge pull request #1795 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10inactive/110_HDFFV-10808-h5pset_file_space_strategy
* commit '4c8e3573a7387db8cb8292c9207d528b9497a4c7': Fix CMake module include and note text HDFFV-10581 Correct PDB files and debug naming.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt17
1 files changed, 13 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 700c8c3..7070b31 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -47,6 +47,15 @@ New Features
Configuration:
-------------
+ - Windows PDB files are installed incorrectly
+
+ For static builds, the PDB files for windows should be installed next
+ to the static libraries in the lib folder. Also the debug versions of
+ libraries and PDB files are now correctly built using the default
+ CMAKE_DEBUG_POSTFIX setting.
+
+ (ADB - 2019/07/09, HDFFV-10581)
+
- Add option to build only shared libs
A request was made to prevent building static libraries and only build
@@ -58,11 +67,11 @@ New Features
(ADB - 2019/06/12, HDFFV-10805)
- Add options to enable or disable building tools and tests
-
- Configure options --enable-tests and --enable-tools were added for
+
+ Configure options --enable-tests and --enable-tools were added for
autotools configure. These options are enabled by default, and can be
- disabled with either --disable-tests (or tools) or --enable-tests=no
- (or --enable-tools=no). Build time is reduced ~20% when tools are
+ disabled with either --disable-tests (or tools) or --enable-tests=no
+ (or --enable-tools=no). Build time is reduced ~20% when tools are
disabled, 35% when tests are disabled, 45% when both are disabled.
Reenabling them after the initial build requires running configure
again with the option(s) enabled.