summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-01-27 13:56:28 (GMT)
committerGitHub <noreply@github.com>2021-01-27 13:56:28 (GMT)
commit799ec0fde45a883e3652f29a1f66dd2fdb4c56f9 (patch)
treed6e9bfbfbc6f8364a38d83d44f62dbe753d13e24 /release_docs
parentd7bce33123c9c3eea9e7399de68b2e74a55f3809 (diff)
downloadhdf5-799ec0fde45a883e3652f29a1f66dd2fdb4c56f9.zip
hdf5-799ec0fde45a883e3652f29a1f66dd2fdb4c56f9.tar.gz
hdf5-799ec0fde45a883e3652f29a1f66dd2fdb4c56f9.tar.bz2
Small fixes (#285)
* OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Keep doxygen comments under 100 chars long - format hint * Whitespace * HDFFV-11144 - Reclassify CMake messages * HDFFV-11099/11100 added help text * Reworked switch statement to compare string instead * Fix typo * Update CDash mode * Correct name of threadsafe * Correct option name * Undo accidental commit * Small changes plus merge of tools arg parse from 1.12
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt38
1 files changed, 26 insertions, 12 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 404c944..d248fdc 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -31,6 +31,7 @@ If you have any questions or comments, please send them to the HDF Help Desk:
CONTENTS
+========
- New Features
- Support for new platforms and languages
@@ -812,20 +813,17 @@ Bug Fixes since HDF5-1.12.0 release
(DER - 2021/01/07, HDFFV-11201)
- Performance
- -------------
- -
-
-
- Fortran
- --------
- - Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size in h5fget_file_image_f.
+ Tools
+ -----
+ - Fixed tools argument parsing.
- (MSB - 2020/02/18, HDFFV-11029)
+ Tools parsing used the length of the option from the long array to match
+ the option from the command line. This incorrectly matched a shorter long
+ name option that was happened to be a subset of another long option.
+ Changed to match whole names.
+ (ADB - 2021/01/19, HDFFV-11106)
- Tools
- -----
- The tools library was updated by standardizing the error stack process.
General sequence is:
@@ -892,7 +890,19 @@ Bug Fixes since HDF5-1.12.0 release
(ADB - 2019/12/06, HDFFV-10876 and HDFFV-10877)
- High-Level APIs:
+ Performance
+ -------------
+ -
+
+
+ Fortran API
+ --------
+ - Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size in h5fget_file_image_f.
+
+ (MSB - 2020/02/18, HDFFV-11029)
+
+
+ High-Level Library
------
-
@@ -901,18 +911,22 @@ Bug Fixes since HDF5-1.12.0 release
------
-
+
Documentation
-------------
-
+
F90 APIs
--------
-
+
C++ APIs
--------
-
+
Testing
-------
- Stopped java/test/junit.sh.in installing libs for testing under ${prefix}