diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-05-25 14:53:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 14:53:15 (GMT) |
commit | b50225e8b2d1a50924d80f9ab2045417856c2b50 (patch) | |
tree | c0e2b1523782940569d418c28a46c3af4e5ec14c | |
parent | 21c1af27075678ff3580f0cdf7af7aed03bc8ee8 (diff) | |
download | hdf5-b50225e8b2d1a50924d80f9ab2045417856c2b50.zip hdf5-b50225e8b2d1a50924d80f9ab2045417856c2b50.tar.gz hdf5-b50225e8b2d1a50924d80f9ab2045417856c2b50.tar.bz2 |
Add release note for #2999 (#3009)
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
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. |