diff --git a/README.md b/README.md index d1ac0aac388..2d8f6e7b34d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -HDF5 version 1.14.3 currently under development +HDF5 version 1.14.3 released on 2023-10-27 ![HDF5 Logo](doxygen/img/HDF5.png) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index fb9bac82dcb..d8bc0193514 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.14.3 currently under development +HDF5 version 1.14.3 released on 2023-10-27 ================================================================================ @@ -615,6 +615,10 @@ Platforms Tested Known Problems ============== + Building HDF5 Fortran on Windows with Intel oneAPI 2023.2 currently fails + for this release with link errors. As a result, Windows binaries for this + release will not include Fortran. + IEEE standard arithmetic enables software to raise exceptions such as overflow, division by zero, and other illegal operations without interrupting or halting the program flow. The HDF5 C library intentionally performs these exceptions.