summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-02-09 15:44:49 (GMT)
committerGitHub <noreply@github.com>2021-02-09 15:44:49 (GMT)
commit58fd5053bf65be1856c36a638604c509a210a18e (patch)
tree380ae05520e0cc9e88a9d03c68e28770ad44abdf /release_docs
parentf61576a67d190104b01accc7b6485e5f3773ee66 (diff)
downloadhdf5-58fd5053bf65be1856c36a638604c509a210a18e.zip
hdf5-58fd5053bf65be1856c36a638604c509a210a18e.tar.gz
hdf5-58fd5053bf65be1856c36a638604c509a210a18e.tar.bz2
1 12 Merge #318 OSX changes from develop (#326)
* OESS-98 fix tools test for plugins * sync fork * Merge of changes from dev * Move problem option to bottom of the list until fixed * HDFFV-11106 - fix parsing optional args * HDFFV-11106 add note * grammer fix * Whitespace after clang formatting * Undo format version 11 changes * Update check to working version * Merge workflow and minor changes from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 6cf258d..2f5cd86 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -46,6 +46,13 @@ New Features
Configuration:
-------------
+ - On macOS, Universal Binaries can now be built, allowing native execution on
+ both Intel and Apple Silicon (ARM) based Macs.
+
+ To do so, set CMAKE_OSX_ARCHITECTURES="x86_64;arm64"
+
+ (SAM - 2021/02/07, https://github.com/HDFGroup/hdf5/issues/311)
+
- Added a configure-time option to control certain compiler warnings
diagnostics