summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-02-19 18:54:40 (GMT)
committerGitHub <noreply@github.com>2021-02-19 18:54:40 (GMT)
commit9dc3ddaad57625ee7f15eab912b48bee7ed0f325 (patch)
tree27104dc9dfdeef86e78e8abcc5956e1ab73dc575
parent9fced482f2079c5379bc2d8302bc65e1a4358012 (diff)
downloadhdf5-9dc3ddaad57625ee7f15eab912b48bee7ed0f325.zip
hdf5-9dc3ddaad57625ee7f15eab912b48bee7ed0f325.tar.gz
hdf5-9dc3ddaad57625ee7f15eab912b48bee7ed0f325.tar.bz2
1 12 Minor non-space formatting changes (#354)
* OESS-98 fix tools test for plugins * sync fork * Merge of changes from dev * Move problem option to bottom of the list until fixed * HDFFV-11106 - fix parsing optional args * HDFFV-11106 add note * grammer fix * Whitespace after clang formatting * Undo format version 11 changes * Update check to working version * Merge workflow and minor changes from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge serval small changes from dev * fix typo * Minor non-space formatting changes
-rw-r--r--release_docs/RELEASE.txt25
1 files changed, 17 insertions, 8 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 2f5cd86..313d564 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -3,6 +3,7 @@ HDF5 version 1.12.1-4 currently under development
INTRODUCTION
+============
This document describes the new features introduced in the HDF5 1.12.0 release.
It contains information on the platforms tested and known problems in this
@@ -276,7 +277,7 @@ New Features
(QAK - 2020/03/25)
Java Library:
- ----------------
+ -------------
- Added new H5S functions.
H5Sselect_copy, H5Sselect_shape_same, H5Sselect_adjust,
@@ -309,12 +310,12 @@ New Features
(ADB - 2020/08/05, HDFFV-9984)
-Support for new platforms, languages and compilers.
-=======================================
+Support for new platforms, languages and compilers
+==================================================
-
Bug Fixes since HDF5-1.12.0 release
-==================================
+===================================
Library
-------
- Fixed problems with vlens and refs inside compound using
@@ -408,8 +409,16 @@ Bug Fixes since HDF5-1.12.0 release
(QAK - 2020/05/07)
- Java Library:
- ----------------
+ Java Library
+ ------------
+ - JNI utility function does not handle new references.
+
+ The JNI utility function for converting reference data to string did
+ not use the new APIs. In addition to fixing that function, added new
+ java tests for using the new APIs.
+
+ (ADB - 2021/02/16, HDFFV-11212)
+
- The H5FArray.java class, in which virtually the entire execution time
is spent using the HDFNativeData method that converts from an array
of bytes to an array of the destination Java type.
@@ -477,8 +486,8 @@ Bug Fixes since HDF5-1.12.0 release
(QAK - 2020/06/05)
- Fortran High-Level APIs:
- ------
+ Fortran High-Level APIs
+ -----------------------
-