diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-05-16 17:15:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-05-16 17:15:02 (GMT) |
commit | 84f1bf6eb16f204671c1561f1bef3e3ebf600aef (patch) | |
tree | 85a1606ecd03feec7244106f4cc0a290e138aa7c /release_docs | |
parent | b18990526e6c6130837b9ebe20583fd100008656 (diff) | |
download | hdf5-84f1bf6eb16f204671c1561f1bef3e3ebf600aef.zip hdf5-84f1bf6eb16f204671c1561f1bef3e3ebf600aef.tar.gz hdf5-84f1bf6eb16f204671c1561f1bef3e3ebf600aef.tar.bz2 |
HDFFV-9739 Add release note
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 43d631b..c3852f7 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -121,6 +121,16 @@ Bug Fixes since HDF5-1.10.2 release Configuration ------------- + 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. + Running each file set of tests individually, allows individual failures + to be diagnosed easier. A side benifit is that tests for optional components + of the library can be disabled if not configured. + + (ADB 2018/05/16, HDFFV-9739) + - Converted CMake global commands ADD_DEFINITIONS and INCLUDE_DIRECTORIES to use target_* type commands. This change modernizes the CMake usage in the HDF5 library. |