summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-10-28 03:57:24 (GMT)
committerGitHub <noreply@github.com>2023-10-28 03:57:24 (GMT)
commit8b6d687447e2643c223ba8118f4184088c0ef392 (patch)
tree926853037e833a269a339e0af54695bbbae67eb8
parentc86e4ccbea8eec7a5d0af52e338a0b73f4134a0f (diff)
downloadhdf5-8b6d687447e2643c223ba8118f4184088c0ef392.zip
hdf5-8b6d687447e2643c223ba8118f4184088c0ef392.tar.gz
hdf5-8b6d687447e2643c223ba8118f4184088c0ef392.tar.bz2
Release updates (#3788)
* Add release date and known problem entry.
-rw-r--r--README.md2
-rw-r--r--release_docs/RELEASE.txt6
2 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index d1ac0aa..2d8f6e7 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 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.