summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-18 21:05:20 (GMT)
committerGitHub <noreply@github.com>2023-05-18 21:05:20 (GMT)
commitdc3ef6055f7f0e251683637326bc8ea6a2062e34 (patch)
treea0f643c5b8b57118f3fb3c6d71401400f1dbd744 /release_docs/RELEASE.txt
parent6e5c4a5c586b43206f77378cd1774edb168d62bb (diff)
downloadhdf5-dc3ef6055f7f0e251683637326bc8ea6a2062e34.zip
hdf5-dc3ef6055f7f0e251683637326bc8ea6a2062e34.tar.gz
hdf5-dc3ef6055f7f0e251683637326bc8ea6a2062e34.tar.bz2
Change defaults of standard filters. (#2927)
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 8d3111e..f6d95b8 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -414,6 +414,16 @@ Bug Fixes since HDF5-1.14.0 release
Configuration
-------------
+ - Changed the default settings used by CMake for the GZIP filter
+
+ The default for the option HDF5_ENABLE_Z_LIB_SUPPORT was OFF. Now the default is ON.
+ This was done to match the defaults used by the autotools configure.ac.
+ In addition, the CMake message level for not finding a suitable filter library was
+ changed from FATAL_ERROR (which would halt the build process) to WARNING (which
+ will print a message to stderr). Associated files and documentation were changed to match.
+
+ Fixes GitHub issue #2926
+
- Fixed syntax of generator expressions used by CMake
Add quotes around the generator expression should allow CMake to