summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-11-14 21:33:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-11-14 21:33:50 (GMT)
commite08e4ce6c3b4958e56a772dddf06ac7986e3f1e0 (patch)
tree96b9dbcbb266bdf68b35f78327e4b07207def38a /release_docs
parentb939e38f744f4d9a4d19be60ac1f3602ee2a6e57 (diff)
downloadhdf5-e08e4ce6c3b4958e56a772dddf06ac7986e3f1e0.zip
hdf5-e08e4ce6c3b4958e56a772dddf06ac7986e3f1e0.tar.gz
hdf5-e08e4ce6c3b4958e56a772dddf06ac7986e3f1e0.tar.bz2
HDFFV-10329 - add new jira issue.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f9dc6e9..68d22e9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -156,6 +156,18 @@ Bug Fixes since HDF5-1.8.19
Configuration
-------------
+ - cmake
+
+ The hdf5 library used shared szip and zlib, which needlessly required
+ applications to link with the same szip and zlib libraries.
+
+ Changed the target_link_libraries commands to use the static libs.
+ Removed improper link duplication of szip and zlib.
+ Adjusted the link dependencies and the link interface values of
+ the target_link_libraries commands.
+
+ (ADB - 2017/11/14, HDFFV-10329)
+
- cmake MPI
CMake implementation for MPI was problematic and would create incorrect