summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index fb9bac8..d8bc019 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.