diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-06-15 17:37:07 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-06-15 17:37:07 (GMT) |
commit | c82ec4d734a1d7c3a684f823db78eaf4c1d21c6c (patch) | |
tree | e1e82fb0326611121c3b38556eb7bac6b39a874d | |
parent | 811bb5eeda1b0c4f07611f295545fa764c48e454 (diff) | |
download | hdf5-c82ec4d734a1d7c3a684f823db78eaf4c1d21c6c.zip hdf5-c82ec4d734a1d7c3a684f823db78eaf4c1d21c6c.tar.gz hdf5-c82ec4d734a1d7c3a684f823db78eaf4c1d21c6c.tar.bz2 |
Update release note
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 35cf372..20d58b3 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -123,8 +123,11 @@ Bug Fixes since HDF5-1.10.1 release 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/12, HDFFV-102191) + (ADB - 2017/06/15, HDFFV-102191) - h5repack |