summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-09 16:43:05 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-09 16:43:05 (GMT)
commit162497a3f96431c4942562379e57dde131d3a693 (patch)
tree172525cb72b3f5a1877d66c3b1e3e4badbe0d9ec /release_docs
parent9c3900d0bf05a65e59cce6dc613b38b240599d93 (diff)
parentc087ef41b637686ae5e783bfb0a48e91dbe3f58e (diff)
downloadhdf5-162497a3f96431c4942562379e57dde131d3a693.zip
hdf5-162497a3f96431c4942562379e57dde131d3a693.tar.gz
hdf5-162497a3f96431c4942562379e57dde131d3a693.tar.bz2
Merge pull request #2031 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'c087ef41b637686ae5e783bfb0a48e91dbe3f58e': (28 commits) Add H5Rdestroy calls to cleanup Remove problem tests for now Add new test reference HDFFV-10876 fix compare reference HDFFV-10876 ignore old reference API tests Add missing quotes Fix windows 10 compile error Correct indentation Revert declaration used in macro. Revert declaration deletion. HDFFV-10876 add note Address compile warnings Fix compile errors - mostly in jni HDFFV-10876 Update dump to match DDL spec Add extra line Adjust whitespace Update h5ls help and rework dump_mem routines for attrs Update create calls Add debug compile option as comment Update reference calls ...
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 0a4b3b3..51f6773 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -373,6 +373,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.