summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-09-29 13:22:30 (GMT)
committerGitHub <noreply@github.com>2021-09-29 13:22:30 (GMT)
commit397cf5144d72e416aa9d4b3dc1a95961383c9595 (patch)
tree449cb40e66c4fae96f73be13e7d08f53d75422b9 /release_docs/RELEASE.txt
parent0d394451a5450055d614339ae8283df78127cd58 (diff)
downloadhdf5-397cf5144d72e416aa9d4b3dc1a95961383c9595.zip
hdf5-397cf5144d72e416aa9d4b3dc1a95961383c9595.tar.gz
hdf5-397cf5144d72e416aa9d4b3dc1a95961383c9595.tar.bz2
Merge Corrected path searched by CMake find_package command #1041 (#1043)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e8b5c9f..7cbb8bf 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -547,6 +547,23 @@ Bug Fixes since HDF5-1.10.7 release
Configuration
-------------
+ - Corrected path searched by CMake find_package command
+
+ The install path for cmake find_package files had been changed to use
+ "share/cmake"
+ for all platforms. However the trailing "hdf5" directory was not removed.
+ This "hdf5" additional directory has been removed.
+
+ (ADB - 2021/09/27)
+
+ - Corrected pkg-config compile script
+
+ It was discovered that the position of the "$@" argument for the command
+ in the compile script may fail on some platforms and configurations. The
+ position of the "$@"command argument was moved before the pkg-config sub command.
+
+ (ADB - 2021/08/30)
+
- Fixed CMake C++ compiler flags
A recent refactoring of the C++ configure files accidently removed the