diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-06 20:10:56 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-06 20:10:56 (GMT) |
commit | 0d74deba5d1d98cacf8b8aa90cc24c709de94daa (patch) | |
tree | a881ceca6db9d746b7ed38fd06f5cb0893067f6a /release_docs/RELEASE.txt | |
parent | fce2a31dc5f44f821dd4587f530ef18ce9e424de (diff) | |
download | hdf5-0d74deba5d1d98cacf8b8aa90cc24c709de94daa.zip hdf5-0d74deba5d1d98cacf8b8aa90cc24c709de94daa.tar.gz hdf5-0d74deba5d1d98cacf8b8aa90cc24c709de94daa.tar.bz2 |
HDFFV-10876 add note
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index f668207..227438b 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. |