diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-03-12 15:41:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-12 15:41:15 (GMT) |
commit | a06b7ebb34d3ec2e883dce77bb87a6770d141fa1 (patch) | |
tree | 014bac7250345fe44aa9e03eb6f6b62a817dff61 /release_docs | |
parent | a1de01d07eb069dcc342fa4238a05e2489d7f009 (diff) | |
download | hdf5-a06b7ebb34d3ec2e883dce77bb87a6770d141fa1.zip hdf5-a06b7ebb34d3ec2e883dce77bb87a6770d141fa1.tar.gz hdf5-a06b7ebb34d3ec2e883dce77bb87a6770d141fa1.tar.bz2 |
1.10 Fix release check version logic #1438 (#1494)
* Fix release check version logic #1438
* Correct list comment
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b29e834..0566ba4 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -126,6 +126,23 @@ Bug Fixes since HDF5-1.10.7 release =================================== Library ------- + - Issue #1436 identified a problem with the H5_VERS_RELEASE check in the + H5check_version function. + + Investigating the original fix, #812, we discovered some inconsistencies + with a new block added to check H5_VERS_RELEASE for incompatibilities. + This new block was not using the new warning text dealing with the + H5_VERS_RELEASE check and would cause the warning to be duplicated. + + By removing the H5_VERS_RELEASE argument in the first check for + H5_VERS_MAJOR and H5_VERS_MINOR, the second check would only check + the H5_VERS_RELEASE for incompatible release versions. This adheres + to the statement that except for the develop branch, all release versions + in a major.minor maintenance branch should be compatible. The prerequisite + is that an application will not use any APIs not present in all release versions. + + (ADB - 2022/03/11, #1438) + - Unified handling of collective metadata reads to correctly fix old bugs Due to MPI-related issues occurring in HDF5 from mismanagement of the |