summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-09-29 01:19:45 (GMT)
committerGitHub <noreply@github.com>2023-09-29 01:19:45 (GMT)
commit42549af4c83f4db09461dac6b500daa7e33752c6 (patch)
tree5a0e91be02534d9c4c6e2b89f0d5393ddeb5c9b7 /release_docs
parent8235132a26fb771dbe0158e1df7dee549bdcd7a2 (diff)
downloadhdf5-42549af4c83f4db09461dac6b500daa7e33752c6.zip
hdf5-42549af4c83f4db09461dac6b500daa7e33752c6.tar.gz
hdf5-42549af4c83f4db09461dac6b500daa7e33752c6.tar.bz2
Removed the use of -commons linking option on Darwin (#3581) (#3616)
Removed the use of -commons linking option on Darwin as COMMON and EQUIVALENCE is no long used
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0c35f11..a0a5dae 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -65,6 +65,11 @@ New Features
-
+ - Removed "-commons" linking option on Darwin, as COMMON and EQUIVALENCE
+ are no longer used in the Fortran source.
+
+ Fixes GitHub issue #3571
+
C++ Library:
------------
-