summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2021-02-20 14:11:24 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2021-02-20 14:11:24 (GMT)
commita544ef1441cc91f5d55d47deb13a0e90058825e5 (patch)
treed8ef3918808427bd4c0610d7047fc0301c6a9075 /release_docs
parent8d4a9d589b816276f729ef2091cb7efb7e31f034 (diff)
parent9dc3ddaad57625ee7f15eab912b48bee7ed0f325 (diff)
downloadhdf5-a544ef1441cc91f5d55d47deb13a0e90058825e5.zip
hdf5-a544ef1441cc91f5d55d47deb13a0e90058825e5.tar.gz
hdf5-a544ef1441cc91f5d55d47deb13a0e90058825e5.tar.bz2
Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5 into hdf5_1_12
Diffstat (limited to 'release_docs')
-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
+ -----------------------
-