summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2010-03-05 17:53:23 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2010-03-05 17:53:23 (GMT)
commitaf527abf6c2d0586fef45e9525b8718c36e1c0a7 (patch)
tree0e0e2661d3e7c56c428ba00b8ae5a7022b96b41e /release_docs
parent3b921a4b4f651ec07b69502b3d42ab5799e0038a (diff)
downloadhdf5-af527abf6c2d0586fef45e9525b8718c36e1c0a7.zip
hdf5-af527abf6c2d0586fef45e9525b8718c36e1c0a7.tar.gz
hdf5-af527abf6c2d0586fef45e9525b8718c36e1c0a7.tar.bz2
[svn-r18377] Purpose: Fix bug 1733
Description: Support for expanding external links was not implemented in H5Ocopy, even though a flag existed for H5Pset_copy_object to enable this. This patch implements this feature. Tested: jam, amani, linew (h5committest); Fedora
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index c728283..15a7c1c 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -115,6 +115,9 @@ Bug Fixes since HDF5-1.8.4
Library
-------
+ - Added support for H5O_COPY_EXPAND_EXT_LINK_FLAG to H5Ocopy. External
+ links will now be expanded if this flag is set.
+ (NAF - 2010/03/05 - 1733)
- Fixed a bug where the library, when traversing an external link, would
reopen the source file if nothing else worked. (NAF - 2010/03/05)
- Fixed an intermittent bug in the b-tree code which could be triggered