summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
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
-----------