diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-10-21 21:09:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-21 21:09:09 (GMT) |
commit | 25ef191f433f0b90cd691d6481e6259ef7f5bc65 (patch) | |
tree | 7d848a023f120fa1ba81caddf998df2c12af2fb8 /release_docs | |
parent | 9ad1d9073c2750d7675ef7296e6ad80d50fbdc0f (diff) | |
download | hdf5-25ef191f433f0b90cd691d6481e6259ef7f5bc65.zip hdf5-25ef191f433f0b90cd691d6481e6259ef7f5bc65.tar.gz hdf5-25ef191f433f0b90cd691d6481e6259ef7f5bc65.tar.bz2 |
1.12 Merge Move test utilities to utils/test folder #1109 (#1110)
* Merge Move test utilities to utils/test folder #1109
* Merge Correct shell tests and c++ flag warning
* Fix typo
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index aa0e63b..6381eb8 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -47,10 +47,18 @@ New Features Configuration: ------------- + - Refactored the utils folder. + + Added subfolder test and moved the 'swmr_check_compat_vfd.c file' + from test into utils/test. Deleted the duplicate swmr_check_compat_vfd.c + file in hl/tools/h5watch folder. Also fixed vfd check options. + + (ADB - 2021/10/18) + - Changed autotools and CMake configurations to derive both compilation warnings-as-errors and warnings-only-warn configurations - from the same files, `config/*/*error*`. Removed redundant files - `config/*/*noerror*`. + from the same files, 'config/*/*error*'. Removed redundant files + 'config/*/*noerror*'. (DCY - 2021/09/29) @@ -173,7 +181,7 @@ New Features Java Library: ------------- - - + - Tools: |