summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2008-09-21 18:36:09 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2008-09-21 18:36:09 (GMT)
commit13f5dbc05db6d5a4c3bc6057ebb0a1c44a1a2410 (patch)
treef1dfd9dd5b850d15184728b9437bcec608d4f9b8 /release_docs
parent50f38c5e597a6234f95e757a7d61d227bcf0fe0d (diff)
downloadhdf5-13f5dbc05db6d5a4c3bc6057ebb0a1c44a1a2410.zip
hdf5-13f5dbc05db6d5a4c3bc6057ebb0a1c44a1a2410.tar.gz
hdf5-13f5dbc05db6d5a4c3bc6057ebb0a1c44a1a2410.tar.bz2
[svn-r15669] Purpose: Add feature requested in bug #1282
Description: Adds capability to h5ls to traverse external links when the -r (recursive) option is given. Changes to the way absolute path names are patched in h5trav.c. Changes to the way recursive traversal starting from a non-root group is handled (which also fixes some preexisting issues). Tests added for these cases. Tested: kagiso, smirom, linew (h5committest)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 47de13d..70c75c5 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -73,6 +73,8 @@ New Features
-----
- h5repack: add a userblock to an HDF5 file during the repack. (PVN - 2008/08/26)
- h5repack: add 2 options that call H5Pset_alignment in the repacked file. (PVN - 2008/08/29)
+ - h5ls: added capability to traverse through external links when the -r
+ (recursive) flag is given. (NAF - 2008/09/16)