summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-07-09 10:05:53 (GMT)
committerGitHub <noreply@github.com>2022-07-09 10:05:53 (GMT)
commit1227bc041118e1c9fb3fdd48c083186f5deb4676 (patch)
tree0cddd12b3652faaf7adf242b2ed936d127fae454 /release_docs/RELEASE.txt
parent57cc499009f49b40505b8b3c1ca3e405c6447a16 (diff)
downloadhdf5-1227bc041118e1c9fb3fdd48c083186f5deb4676.zip
hdf5-1227bc041118e1c9fb3fdd48c083186f5deb4676.tar.gz
hdf5-1227bc041118e1c9fb3fdd48c083186f5deb4676.tar.bz2
Sync with develop (#1863)feature/onion_vfd
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt34
1 files changed, 24 insertions, 10 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index b0d9bc8..d5a860e 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -69,7 +69,7 @@ New Features
Library:
--------
- -
+ -
Parallel Library:
@@ -84,12 +84,12 @@ New Features
C++ Library:
------------
- -
+ -
Java Library:
-------------
- -
+ -
Tools:
@@ -109,7 +109,7 @@ New Features
Internal header file:
---------------------
- -
+ - All the #defines named H5FD_CTL__* were renamed to H5FD_CTL_*, i.e. the double underscore was reduced to a single underscore.
Documentation:
@@ -126,22 +126,31 @@ Bug Fixes since HDF5-1.13.1 release
===================================
Library
-------
- -
+ - Converted an assertion on (possibly corrupt) file contents to a normal
+ error check
+
+ Previously, the library contained an assertion check that a read superblock
+ doesn't contain a superblock extension message when the superblock
+ version < 2. When a corrupt HDF5 file is read, this assertion can be triggered
+ in debug builds of HDF5. In production builds, this situation could cause
+ either a library error or a crash, depending on the platform.
+
+ (JTH - 2022/07/08)
Java Library
------------
- -
+ -
Configuration
-------------
- -
+ -
Tools
-----
- -
+ -
Performance
@@ -161,7 +170,7 @@ Bug Fixes since HDF5-1.13.1 release
High-Level Library
------------------
- -
+ -
Fortran High-Level APIs
@@ -184,6 +193,11 @@ Bug Fixes since HDF5-1.13.1 release
-
+ Testing
+ -------
+ -
+
+
Platforms Tested
===================
@@ -286,7 +300,7 @@ Platforms Tested
Visual Studio 2017 w/ Intel C/C++/Fortran 19 (cmake)
Visual Studio 2019 w/ clang 12.0.0
with MSVC-like command-line (C/C++ only - cmake)
- Visual Studio 2019 w/ Intel Fortran 19 (cmake)
+ Visual Studio 2019 w/ Intel C/C++/Fortran oneAPI 2021 (cmake)
Visual Studio 2019 w/ MSMPI 10.1 (C only - cmake)