diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-08-12 17:45:29 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-08-12 17:45:29 (GMT) |
commit | d172582ca9573d685a4c3a9a6399113014da4b21 (patch) | |
tree | 6fd635a3a04d9f5c3205b60018ef366b132381fb /release_docs/RELEASE.txt | |
parent | 2d6bb8b95c94c9fc8c52dc779b91d8d6653b730c (diff) | |
download | hdf5-d172582ca9573d685a4c3a9a6399113014da4b21.zip hdf5-d172582ca9573d685a4c3a9a6399113014da4b21.tar.gz hdf5-d172582ca9573d685a4c3a9a6399113014da4b21.tar.bz2 |
Use a STRING option for API version
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b4fa11c..8fa5ed7 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -492,7 +492,13 @@ Bug Fixes since HDF5-1.10.3 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, v112. + + (ADB - 2019/08/12, HDFFV-10879) Performance ------------- |