diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-02-14 22:38:25 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-02-14 22:38:25 (GMT) |
commit | d6036ce89fe0a284bd1e6486fc6a50e932dd1e2f (patch) | |
tree | abc1b49d1e64426c5e011305ff5bc961ad40dd7a /release_docs | |
parent | e32b2b08c996c940f16c905eb7a92d5310aa9e88 (diff) | |
parent | f4f8be19125002764715f6cd25372477c729f809 (diff) | |
download | hdf5-d6036ce89fe0a284bd1e6486fc6a50e932dd1e2f.zip hdf5-d6036ce89fe0a284bd1e6486fc6a50e932dd1e2f.tar.gz hdf5-d6036ce89fe0a284bd1e6486fc6a50e932dd1e2f.tar.bz2 |
Merge pull request #1543 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit 'f4f8be19125002764715f6cd25372477c729f809':
Script changes from develop
Added TRILABS-111 note
Add HDFFV-10628 known problem
TRILAB-111 Update MPI CMake
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 c7ed4dd..b8b14ab 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -47,6 +47,13 @@ New Features Configuration: ------------- + - Rework CMake command files to fix MPI testing. + + Added setup fixture to remove any test generated files and added DEPENDS + to test properties to execute tests in order expected. + + (ADB - 2019/02/14, TILABS-111) + - Disable SZIP or ZLIB options if TGZ files are not available. Changed the TGZ option for SZip and ZLib to disable the options @@ -1012,6 +1019,9 @@ Known Problems t_pflush1/fails on exit The first two tests fail attempting collective writes. + CPP ptable test fails on VS2017 with Intel compiler, JIRA issue: HDFFV-10628. + This test will pass with VS2015 with Intel compiler. + Known problems in previous releases can be found in the HISTORY*.txt files in the HDF5 source. Please report any new problems found to help@hdfgroup.org. |