diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-19 22:25:55 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-19 22:25:55 (GMT) |
commit | 63fdb7868593639dd7e06dcff85980ed4b29a8c1 (patch) | |
tree | 5ddd3fd6dc445c87810055a02abb06748aa9f2ee | |
parent | 817235bb60e1f79c4b22b4a6116a1594aa75b81d (diff) | |
parent | 74d37c880f1309900b45bd9f4813dca225d2d3c4 (diff) | |
download | hdf5-63fdb7868593639dd7e06dcff85980ed4b29a8c1.zip hdf5-63fdb7868593639dd7e06dcff85980ed4b29a8c1.tar.gz hdf5-63fdb7868593639dd7e06dcff85980ed4b29a8c1.tar.bz2 |
Merge pull request #2162 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '74d37c880f1309900b45bd9f4813dca225d2d3c4':
Add missing note
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9362da7..e8e9bdd 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -62,6 +62,18 @@ New Features (ADB - 2019/11/18, HDFFV-10962) + - Update CMake options to match new autotools options + + Add configure options (autotools - CMake): + enable-asserts HDF5_ENABLE_ASSERTS + enable-symbols HDF5_ENABLE_SYMBOLS + enable-profiling HDF5_ENABLE_PROFILING + enable-optimization HDF5_ENABLE_OPTIMIZATION + In addition NDEBUG is no longer forced defined and relies on the CMake + process. + + (ADB - 2019/10/07, HDFFV-100901, HDFFV-10637, TRILAB-97) + - Update CMake tests to use FIXTURES CMake test fixtures allow setup/cleanup tests and other dependency |