summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-02-17 22:17:17 (GMT)
committerGitHub <noreply@github.com>2023-02-17 22:17:17 (GMT)
commit32a54c0e2e836a9d7818cf6adfd4f0259ae2cb59 (patch)
tree9df84ff3b92725a14879e4e0ed93986ac2071ab0 /release_docs/RELEASE.txt
parent0cc028a36c47b3ba75db3a15e5196f08e8094c72 (diff)
downloadhdf5-32a54c0e2e836a9d7818cf6adfd4f0259ae2cb59.zip
hdf5-32a54c0e2e836a9d7818cf6adfd4f0259ae2cb59.tar.gz
hdf5-32a54c0e2e836a9d7818cf6adfd4f0259ae2cb59.tar.bz2
CMake generated pkg-config file is incorrect #2259 (#2476)
* CMake generated pkg-config file is incorrect #2259 * Fix fortran pc template * hdf5.pc is incorrect for debug builds #1546 * Correct pkg name and lib name * Fix typo * Fix missing space
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index baf85fb..d229a42 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -337,6 +337,19 @@ Bug Fixes since HDF5-1.13.3 release
Configuration
-------------
+ - Correct the CMake generated pkg-config file
+
+ The pkg-config file generated by CMake had the order and placement of the
+ libraries wrong. Also added support for debug library names.
+
+ Changed the order of Libs.private libraries so that dependencies come after
+ dependents. Did not move the compression libraries into Requires.private
+ because there was not a way to determine if the compression libraries had
+ supported pkconfig files. Still recommend that the CMake config file method
+ be used for building projects with CMake.
+
+ (ADB - 2023/02/16 GH-1546,GH-2259)
+
- Remove Javadoc generation
The use of doxygen now supersedes the requirement to build javadocs. We do not