summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-10-11 20:14:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-10-11 20:14:44 (GMT)
commit03fb151cad8b28734450c2fdb3005ce596ab31c5 (patch)
treeeb9ad60cd9582542592e8e607d83e1648258194a
parentfbc86cfb3d503d7e7091c4cc58bd72aa9a97aac7 (diff)
downloadhdf5-03fb151cad8b28734450c2fdb3005ce596ab31c5.zip
hdf5-03fb151cad8b28734450c2fdb3005ce596ab31c5.tar.gz
hdf5-03fb151cad8b28734450c2fdb3005ce596ab31c5.tar.bz2
Added older tool change that was in last merge
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 386e0a3..b17f364 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -213,6 +213,18 @@ Bug Fixes since HDF5-1.8.19
(ADB - 2017/07/25, HDFFV-10246)
+ - h5import
+
+ h5import crashed trying to import data from a subset of a dataset.
+
+ Improved h5import by adding the SUBSET keyword. h5import understands
+ to use the Count times the Block as the size of the dimensions.
+ Added INPUT_B_ORDER keyword to old-style configuration files.
+ The import from h5dump function expects the binary files to use native
+ types (FILE '-b' option) in the binary file.
+
+ (ADB - 2017/06/15, HDFFV-10219)
+
Fortran API
-----------