diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-10-19 13:01:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 13:01:02 (GMT) |
commit | 29c1c02300c00deb2584e672041b3775b11aaf87 (patch) | |
tree | ea489b5b4fb7919801f3b739fbbd66a2132e5386 /release_docs/RELEASE.txt | |
parent | ebd3744407cf835fcca0170814517da09f62d814 (diff) | |
download | hdf5-29c1c02300c00deb2584e672041b3775b11aaf87.zip hdf5-29c1c02300c00deb2584e672041b3775b11aaf87.tar.gz hdf5-29c1c02300c00deb2584e672041b3775b11aaf87.tar.bz2 |
Some corrections and fix for plugins (#3712)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b50fe61..ea774af 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -73,6 +73,7 @@ New Features Removed HDF options for using FETCH_CONTENT explicitly: BUILD_SZIP_WITH_FETCHCONTENT:BOOL BUILD_ZLIB_WITH_FETCHCONTENT:BOOL + - Thread-safety + static library disabled on Windows w/ CMake The thread-safety feature requires hooks in DllMain(), which is only @@ -286,7 +287,6 @@ New Features Fortran Library: ---------------- - - Fixed an uninitialized error return value for hdferr to return the error state of the h5aopen_by_idx_f API. @@ -831,6 +831,7 @@ Bug Fixes since HDF5-1.14.0 release ----------- - + High-Level Library ------------------ - @@ -1007,14 +1008,12 @@ Platforms Tested x86_64; Version 19.10-0 - Windows 10 x64 Visual Studio 2015 w/ Intel C/C++/Fortran 18 (cmake) - Visual Studio 2017 w/ Intel C/C++/Fortran 19 (cmake) - Visual Studio 2019 w/ clang 12.0.0 + Windows 10 x64 Visual Studio 2019 w/ clang 12.0.0 with MSVC-like command-line (C/C++ only - cmake) - Visual Studio 2019 w/ Intel C/C++/Fortran oneAPI 2022 (cmake) + Visual Studio 2019 w/ Intel C/C++ only cmake) Visual Studio 2022 w/ clang 15.0.1 with MSVC-like command-line (C/C++ only - cmake) - Visual Studio 2022 w/ Intel C/C++/Fortran oneAPI 2022 (cmake) + Visual Studio 2022 w/ Intel C/C++/Fortran oneAPI 2023 (cmake) Visual Studio 2019 w/ MSMPI 10.1 (C only - cmake) |