summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLori Cooper <lori.cooper@hdfgroup.org>2023-10-13 16:30:54 (GMT)
committerGitHub <noreply@github.com>2023-10-13 16:30:54 (GMT)
commitbfbef69953bc9279dfde1508cb347ca67f152c23 (patch)
tree6b6906b8d7adfd6eb18bc2ac42b61d4410cf18ab
parent1e8889222c9bee744627bd29b01e2dc5cb6ff1cc (diff)
downloadhdf5-bfbef69953bc9279dfde1508cb347ca67f152c23.zip
hdf5-bfbef69953bc9279dfde1508cb347ca67f152c23.tar.gz
hdf5-bfbef69953bc9279dfde1508cb347ca67f152c23.tar.bz2
Update RELEASE.txt (#3668)
Minor edits largely on two new (I think) blurbs, plus an added comma here and there.
-rw-r--r--release_docs/RELEASE.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index b5f8acb..105d00d 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -47,12 +47,12 @@ New Features
Configuration:
-------------
- - Thread-safety + static library disabled on Windows w/ CMake
+ - Thread-safety and static library disabled on Windows with 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
+ While there were previous warnings about this, now any CMake configuration
that tries to build thread-safety and the static library will fail.
This cannot be overridden with ALLOW_UNSUPPORTED.
@@ -149,8 +149,11 @@ New Features
Fortran Library:
----------------
- - Removed "-commons" linking option on Darwin, as COMMON and EQUIVALENCE
- are no longer used in the Fortran source.
+ - Removed "-commons" linking option.
+
+ Compiling on MacOS Sonoma caused an error resulting in a build failure.
+ Removed the -commons linking option since COMMON and EQUIVALENCE are no
+ longer used in the Fortran source.
Fixes GitHub issue #3571
@@ -744,7 +747,7 @@ Known Problems
==============
testflushrefresh.sh will fail when run with "make check-passthrough-vol"
- on centos7, with 3 Errors/Segmentation faults. These will not occur when
+ on centos7, with 3 errors or segmentation faults. These will not occur when
run with "make check". See https://github.com/HDFGroup/hdf5/issues/673
for details.
@@ -778,7 +781,7 @@ CMake vs. Autotools installations
=================================
While both build systems produce similar results, there are differences.
Each system produces the same set of folders on linux (only CMake works
-on standard Windows); bin, include, lib and share. Autotools places the
+on standard Windows); bin, include, lib, and share. Autotools places the
COPYING and RELEASE.txt file in the root folder, CMake places them in
the share folder.