Release updates (#3788)

* Add release date and known problem entry.
This commit is contained in:
Larry Knox 2023-10-27 22:57:24 -05:00 committed by GitHub
parent c86e4ccbea
commit 8b6d687447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -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)

View File

@ -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.