summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-05-25 14:53:15 (GMT)
committerGitHub <noreply@github.com>2023-05-25 14:53:15 (GMT)
commitb50225e8b2d1a50924d80f9ab2045417856c2b50 (patch)
treec0e2b1523782940569d418c28a46c3af4e5ec14c /release_docs
parent21c1af27075678ff3580f0cdf7af7aed03bc8ee8 (diff)
downloadhdf5-b50225e8b2d1a50924d80f9ab2045417856c2b50.zip
hdf5-b50225e8b2d1a50924d80f9ab2045417856c2b50.tar.gz
hdf5-b50225e8b2d1a50924d80f9ab2045417856c2b50.tar.bz2
Add release note for #2999 (#3009)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 85a1db2..617b5fb 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -414,6 +414,14 @@ Bug Fixes since HDF5-1.14.0 release
Configuration
-------------
+ - The accum test now passes on macOS 12+ (Monterey) w/ CMake
+
+ Due to changes in the way macOS handles LD_LIBRARY_PATH, the accum test
+ started failing on macOS 12+ when building with CMake. CMake has been
+ updated to set DYLD_LIBRARY_PATH on macOS and the test now passes.
+
+ Fixes GitHub #2994, #2261, and #1289
+
- 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.