diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-01-13 14:29:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 14:29:15 (GMT) |
commit | b1eb47ac4dce3f5bd548fb3bee0f630679b1eee8 (patch) | |
tree | eba373a72f3644af48ce222d9046709584dd85e9 /release_docs | |
parent | b84f48f929ec02b9a2fefa036c63656af2f4aa89 (diff) | |
download | hdf5-b1eb47ac4dce3f5bd548fb3bee0f630679b1eee8.zip hdf5-b1eb47ac4dce3f5bd548fb3bee0f630679b1eee8.tar.gz hdf5-b1eb47ac4dce3f5bd548fb3bee0f630679b1eee8.tar.bz2 |
Reclassify CMake messages - HDFFV-11144 (#253)
* OESS-98 convert plugin option to FetchContent, add tests
* Fixes for pkcfg files because of plugin option
* OESS-98 fix tools test for plugins
* Keep doxygen comments under 100 chars long - format hint
* Whitespace
* HDFFV-11144 - Reclassify CMake messages
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 115bbdc..d2a7a23 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -776,6 +776,18 @@ Bug Fixes since HDF5-1.12.0 release Configuration ------------- + - Reclassify CMake messages, to allow new modes and --log-level option + + CMake message commands have a mode argument. By default, STATUS mode + was chosen for any non-error message. CMake version 3.15 added additional + modes, NOTICE, VERBOSE, DEBUG and TRACE. All message commands with a mode + of STATUS were reviewed and most were reclassified as VERBOSE. The new + mode was protected by a check for a CMake version of at least 3.15. If CMake + version 3.17 or above is used, the user can use the command line option + of "--log-level" to further restrict which message commands are displayed. + + (ADB - 2021/01/11, HDFFV-11144) + - Fixes Autotools determination of the stat struct having an st_blocks field A missing parenthesis in an autoconf macro prevented building the test @@ -785,7 +797,7 @@ Bug Fixes since HDF5-1.12.0 release CMake. This #define is only used in the tests and does not affect the HDF5 C library. - (DER - 2021/07/01, HDFFV-11201) + (DER - 2021/01/07, HDFFV-11201) Performance |