summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-10-30 16:12:10 (GMT)
committerGitHub <noreply@github.com>2023-10-30 16:12:10 (GMT)
commit556add35b78673a8a402841a7ef7e03fdb53daba (patch)
tree8f30c1665dd10df26a8ce822f968f9fe2dbd7e75 /release_docs
parentedb5cffdb20ad959c80b665cb8c2589f4c71414d (diff)
downloadhdf5-556add35b78673a8a402841a7ef7e03fdb53daba.zip
hdf5-556add35b78673a8a402841a7ef7e03fdb53daba.tar.gz
hdf5-556add35b78673a8a402841a7ef7e03fdb53daba.tar.bz2
Don't install h5tools_test_utils test program on system (#3793)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 7266de3..0f18f6f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -815,6 +815,16 @@ Bug Fixes since HDF5-1.14.0 release
Configuration
-------------
+ - Fixed an issue where the h5tools_test_utils test program was being
+ installed on the system for Autotools builds of HDF5
+
+ The h5tools_test_utils test program was mistakenly added to bin_PROGRAMS
+ in its Makefile.am configuration file, causing the executable to be
+ installed on the system. The executable is now added to noinst_PROGRAMS
+ instead and will no longer be installed on the system for Autotools builds
+ of HDF5. The CMake configuration code already avoids installing the
+ executable on the system.
+
- Fixed a configuration issue that prevented building of the Subfiling VFD on macOS
Checks were added to the CMake and Autotools code to verify that CLOCK_MONOTONIC_COARSE,