summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-05-22 16:02:43 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-05-22 16:02:43 (GMT)
commit11689d9873fbf013001d0b3bb4bda97420d3cf70 (patch)
tree6ddadffbbe8014ae91c53acef2fce3198fea401c /release_docs
parent715ae9c86529d2db78eeaa82097e95cf65f6512a (diff)
downloadhdf5-11689d9873fbf013001d0b3bb4bda97420d3cf70.zip
hdf5-11689d9873fbf013001d0b3bb4bda97420d3cf70.tar.gz
hdf5-11689d9873fbf013001d0b3bb4bda97420d3cf70.tar.bz2
Add release note
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1c5ca46..8a9828f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -121,7 +121,16 @@ Bug Fixes since HDF5-1.10.2 release
Configuration
-------------
- Reworked java test suite into individual JUnit tests.
+ - Moved the location of gcc attribute.
+
+ The gcc attribute(no_sanitize), named as the macro HDF_NO_UBSAN,
+ was located after the function name. Builds with GCC 7 did not
+ indicate any problem, but GCC 8 issied errors. Moved the
+ attribute before the function name, as required.
+
+ (ADB 2018/05/22, HDFFV-10473)
+
+ - Reworked java test suite into individual JUnit tests.
Testing the whole suite of java unit tests in a single JUnit run
made it difficult to determine actual failures when tests would fail.