summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2019-05-13 16:34:51 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2019-05-13 16:34:51 (GMT)
commit1d87374f68a28a215878a47e1203711dc95ac716 (patch)
tree55ae663f4f1a49b786d13c91cca9330584b42335 /release_docs/RELEASE.txt
parent1f934ae2c6e13ca020e489efa0447bc8cc74db09 (diff)
parent4dfcc225ba98a5ad1bc4283b8eacde0bb6f7484c (diff)
downloadhdf5-1d87374f68a28a215878a47e1203711dc95ac716.zip
hdf5-1d87374f68a28a215878a47e1203711dc95ac716.tar.gz
hdf5-1d87374f68a28a215878a47e1203711dc95ac716.tar.bz2
Merge pull request #4 in ~VCHOI/my_third_fork from hdf5_1_10 to bugfix/v110_HDFFV-10365-h5sencode-decode-bug-when-num
* commit '4dfcc225ba98a5ad1bc4283b8eacde0bb6f7484c': Fix Java JUnit-TestH5P failure on 32-bit arch Added new C++ wrappers - HDFFV-10622 Make the corresponding fix for HDFFV-10579 H5Arename fails when creation order of attributes is tracked.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index ce8b8a5..a3f2232 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -247,6 +247,12 @@ New Features
C++ Library:
------------
+ - Added new wrappers for H5Pset/get_create_intermediate_group()
+ LinkCreatPropList::setCreateIntermediateGroup()
+ LinkCreatPropList::getCreateIntermediateGroup()
+
+ (BMR - 2019/04/22, HDFFV-10622)
+
- Added new function to the C++ interface
Added wrapper for H5Ovisit2:
@@ -257,6 +263,10 @@ New Features
Java Library:
----------------
+ - Fix a failure in JUnit-TestH5P on 32-bit architectures
+
+ (JTH - 2019/04/30)
+
- Rewrote the JNI error handling to be much cleaner
(JTH - 2019/02/12)