summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-06 20:10:56 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:19 (GMT)
commit64af1dab2cdd900626d4365f080072b7358d31ba (patch)
tree6890127aaeaa49e367971f55ebc93ad5ef56fd45 /release_docs
parent56249af938ae5ceda4de17ca428cc67526c6dc4b (diff)
downloadhdf5-64af1dab2cdd900626d4365f080072b7358d31ba.zip
hdf5-64af1dab2cdd900626d4365f080072b7358d31ba.tar.gz
hdf5-64af1dab2cdd900626d4365f080072b7358d31ba.tar.bz2
HDFFV-10876 add note
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index c559ebf..538c867 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -348,6 +348,15 @@ New Features
Tools:
------
+ - h5dump and h5ls were updated to use the new reference APIs.
+
+ The tools library now use the new reference APIs to inspect a
+ file. Also the DDL spec was updated to reflect the format
+ changes produced with the new APIs. The export API and support
+ functions in the JNI were updated to match.
+
+ (ADB - 2019/12/06, HDFFV-10876 and HDFFV-10877)
+
- h5repack was fixed to repack datasets with external storage
to other types of storage.