diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-09-30 00:50:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-30 00:50:27 (GMT) |
commit | c423e74fbfbfe84497210e5b15db20bee8c84c3c (patch) | |
tree | 57ace42cf75642443af3eea5a92c57ae93d17cd9 /release_docs | |
parent | 9f00c099dbcd1e5e287bc6c35cb028dfac4118dc (diff) | |
download | hdf5-c423e74fbfbfe84497210e5b15db20bee8c84c3c.zip hdf5-c423e74fbfbfe84497210e5b15db20bee8c84c3c.tar.gz hdf5-c423e74fbfbfe84497210e5b15db20bee8c84c3c.tar.bz2 |
Removed the use of -commons linking option on Darwin (#3581) (#3618)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b237ad1..4287fcf 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -138,7 +138,10 @@ New Features Fortran Library: ---------------- - - + - Removed "-commons" linking option on Darwin, as COMMON and EQUIVALENCE + are no longer used in the Fortran source. + + Fixes GitHub issue #3571 C++ Library: |