summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-10-04 16:10:34 (GMT)
committerGitHub <noreply@github.com>2023-10-04 16:10:34 (GMT)
commit7b18845e9c24cc0d910fa082d3f5c7c92797396d (patch)
treeb9a6ed968b3ec24ff1681915037703ed00212a97 /release_docs
parent51ff48b8873d584811f4cad83c19f1edf484b7e4 (diff)
downloadhdf5-7b18845e9c24cc0d910fa082d3f5c7c92797396d.zip
hdf5-7b18845e9c24cc0d910fa082d3f5c7c92797396d.tar.gz
hdf5-7b18845e9c24cc0d910fa082d3f5c7c92797396d.tar.bz2
Disable static + thread-safe on Windows w/ CMake (#3622) (#3630)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index a0a5dae..57e8189 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -47,7 +47,16 @@ New Features
Configuration:
-------------
- -
+ - Thread-safety + static library disabled on Windows w/ CMake
+
+ The thread-safety feature requires hooks in DllMain(), which is only
+ present in the shared library.
+
+ We previously just warned about this, but now any CMake configuration
+ that tries to build thread-safety and the static library will fail.
+ This cannot be overridden with ALLOW_UNSUPPORTED.
+
+ Fixes GitHub issue #3613
Library:
@@ -62,9 +71,6 @@ New Features
Fortran Library:
----------------
- -
-
-
- Removed "-commons" linking option on Darwin, as COMMON and EQUIVALENCE
are no longer used in the Fortran source.