diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-07-31 20:07:11 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-07-31 20:07:11 (GMT) |
commit | bf1a026578a498ea250e466a4dc13777a9c24533 (patch) | |
tree | 03874df955c5e560bd6fd372c26fc86db2ff3f11 /release_docs/RELEASE.txt | |
parent | a873d149e535a32cc1125fb744b0344112096d48 (diff) | |
parent | 803ae1d1a87bb962a7d887a958bbd9ac8adf3da3 (diff) | |
download | hdf5-bf1a026578a498ea250e466a4dc13777a9c24533.zip hdf5-bf1a026578a498ea250e466a4dc13777a9c24533.tar.gz hdf5-bf1a026578a498ea250e466a4dc13777a9c24533.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
* commit '803ae1d1a87bb962a7d887a958bbd9ac8adf3da3':
Changes based on PR review.
Bring pull request #1772 from develop to 1.10. Fails file creation when non-default free-space info is set in fcpl and the library version high bound is less than v110 because free-space info message is introduced in library release v110.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4e18ccb..42dc6d2 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -406,6 +406,22 @@ Bug Fixes since HDF5-1.10.4 release Library ------- + - Fixed an issue where creating a file with non-default file space info + together with library high bound setting to H5F_LIBVER_V18. + + When setting non-default file space info in fcpl via + H5Pset_file_space_strategy() and then creating a file with + both high and low library bounds set to + H5F_LIBVER_V18 in fapl, the library succeeds in creating the file. + File creation should fail because the feature of setting non-default + file space info does not exist in library release 1.8 or earlier. + + This was fixed by setting and checking the proper version in the + file space info message based on the library low and high bounds + when creating and opening the HDF5 file. + + (VC - 2019/6/25, HDFFV-10808) + - Fixed an issue where copying a version 1.8 dataset between files using H5Ocopy fails due to an incompatible fill version |