summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2021-06-23 21:08:21 (GMT)
committerGitHub <noreply@github.com>2021-06-23 21:08:21 (GMT)
commitdc7d6a15ddf49a209d1fce2635ee814d711b0e42 (patch)
tree4fe2af4327a64e6922e305ff83cf8459f56634ec /release_docs
parent2637c2550e0a43da1a6c9bfc2c37fb373799914c (diff)
downloadhdf5-dc7d6a15ddf49a209d1fce2635ee814d711b0e42.zip
hdf5-dc7d6a15ddf49a209d1fce2635ee814d711b0e42.tar.gz
hdf5-dc7d6a15ddf49a209d1fce2635ee814d711b0e42.tar.bz2
Add RELEASE.txt entry for h5repack bug fix (#792)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e2cd08d..78aa419 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -793,6 +793,20 @@ Bug Fixes since HDF5-1.12.0 release
(ADB - 2020/07/20, HDFFV-1005)
+ - Fixed a bug with h5repack ignoring the "-q" and "-z" command-line options
+
+ h5repack uses the -q and -z command-line options to specify the indexing
+ options for objects in the file when repacking. Previously, h5repack
+ would simply ignore any setting from these options. This has been fixed
+ so that h5repack will correctly interpret the following settings:
+
+ -q "name" : Sort objects by name order
+ -q "creation_order" : Sort objects by link creation order
+ -z "ascending" : Sort objects by ascending name/link creation order
+ -z "descending" : Sort objects by descending name/link creation order
+
+ (JTH - 2020/04/16, HDFFV-11030)
+
Fortran API
-----------