diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-02-03 05:48:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 05:48:07 (GMT) |
commit | 202438695557ab629a85aa38cc2bec324b7cfafe (patch) | |
tree | 106c76a60ca336e7c03a321fa287e60fa3ff4117 /release_docs | |
parent | 1bf8fa2665fd606d7c616eaa4223decfce2c25f2 (diff) | |
download | hdf5-202438695557ab629a85aa38cc2bec324b7cfafe.zip hdf5-202438695557ab629a85aa38cc2bec324b7cfafe.tar.gz hdf5-202438695557ab629a85aa38cc2bec324b7cfafe.tar.bz2 |
1 12 minor merges from develop (#297)
* 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
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index fe9d1f8..0caf204 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -563,17 +563,23 @@ The following platforms are not supported but have been tested for this release. MPICH 3.3 OpenMPI 2.1.5, 3.1.3, 4.0.0 - Fedora32 5.8.18-200.fc32.x86_64 - #1 SMP x86_64 GNU/Linux GNU gcc (GCC) 10.2.1 20201016 (Red Hat 10.2.1-6) - GNU Fortran (GCC) 10.2.1 20201016 (Red Hat 10.2.1-6) - clang version 10.0.1 (Fedora 10.0.1-3.fc32) + Fedora33 5.10.10-200.fc33.x86_64 + #1 SMP x86_64 GNU/Linux GNU gcc (GCC) 10.2.1 20201125 (Red Hat 10.2.1-9) + GNU Fortran (GCC) 10.2.1 20201125 (Red Hat 10.2.1-9) + clang version 11.0.0 (Fedora 11.0.0-2.fc33) (cmake and autotools) - Ubuntu20.10 -5.8.0-29-generic-x86_64 - #31-Ubuntu SMP x86_64 GNU/Linux GNU gcc (GCC) 10.2.0-13ubuntu1 + Ubuntu20.10 5.8.0-41-generic-x86_64 + #46-Ubuntu SMP x86_64 GNU/Linux GNU gcc (GCC) 10.2.0-13ubuntu1 GNU Fortran (GCC) 10.2.0-13ubuntu1 (cmake and autotools) + SUSE15sp2 5.3.18-22-default + #1 SMP x86_64 GNU/Linux GNU gcc (SUSE Linux) 7.5.0 + GNU Fortran (SUSE Linux) 7.5.0 + clang version 7.0.1 (tags/RELEASE_701/final 349238) + (cmake and autotools) + Known Problems ============== |