summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-02-11 19:56:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-02-11 19:56:19 (GMT)
commitec4da2d649726e8d0d2671201b1bb4c1f11f3e96 (patch)
tree0f509a32cb61d3aee712821e7fa69af8ad78403b /release_docs
parentea93dac697401f72c16964a04ddb0fc3b83674e4 (diff)
downloadhdf5-ec4da2d649726e8d0d2671201b1bb4c1f11f3e96.zip
hdf5-ec4da2d649726e8d0d2671201b1bb4c1f11f3e96.tar.gz
hdf5-ec4da2d649726e8d0d2671201b1bb4c1f11f3e96.tar.bz2
Update release note
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt15
1 files changed, 12 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 20e7fb5..effbf37 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -76,9 +76,18 @@ New Features
(ADB - 2020/01/15, HDFFV-11001)
- - Added Clang sanitizers to CMake for analyzer support
-
- Added CMake code and files to execute the Clang sanitizers.
+ - Added Clang sanitizers to CMake for analyzer support if compiler is clang.
+
+ Added CMake code and files to execute the Clang sanitizers if
+ HDF5_ENABLE_SANITIZERS is enabled and the USE_SANITIZER option
+ is set to one of the following:
+ Address
+ Memory
+ MemoryWithOrigins
+ Undefined
+ Thread
+ Leak
+ 'Address;Undefined'
(ADB - 2019/12/12, TRILAB-135)