diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-08-12 17:46:39 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-08-12 17:46:39 (GMT) |
commit | cfaa41f0f0330a85fc4fdbedf13ab2b574323f34 (patch) | |
tree | 338525a07b2c23f3ac17b6e191d978a3ef9ed527 /release_docs/RELEASE.txt | |
parent | 7322752ab1084fad116052d38de633afb8a55f00 (diff) | |
download | hdf5-cfaa41f0f0330a85fc4fdbedf13ab2b574323f34.zip hdf5-cfaa41f0f0330a85fc4fdbedf13ab2b574323f34.tar.gz hdf5-cfaa41f0f0330a85fc4fdbedf13ab2b574323f34.tar.bz2 |
Use a STRING option for API version
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index a40f092..2a34397 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -174,13 +174,13 @@ Bug Fixes since HDF5-1.10.5 release 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 + 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 + 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. @@ -194,7 +194,7 @@ Bug Fixes since HDF5-1.10.5 release H5F_LIBVER_V18, the H5Ocopy() call will fail with the error stack indicating that the fill value version is out of bounds. - This was fixed by changing the fill value message version to H5O_FILL_VERSION_3 + This was fixed by changing the fill value message version to H5O_FILL_VERSION_3 (from H5O_FILL_VERSION_2) for H5F_LIBVER_V18. (VC - 2019/6/14, HDFFV-10800) @@ -226,6 +226,16 @@ Bug Fixes since HDF5-1.10.5 release ---------------- - + Configuration + ------------- + - Correct option for default API version + + CMake options for default API version are not mutually exclusive. + Change the multiple BOOL options to a single STRING option with the + strings; v16, v18, v110. + + (ADB - 2019/08/12, HDFFV-10879) + Fortran -------- - |