diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2002-04-26 20:34:46 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2002-04-26 20:34:46 (GMT) |
commit | 94f11385a6ad93d66df9458bb9dfeec05c7c2a45 (patch) | |
tree | 8389590bcde56d8ccc2a8e0364af0e88cdf9f7cf /release_docs/RELEASE.txt | |
parent | 124979bfc261386070516a81f26e7a28417c56d3 (diff) | |
download | hdf5-94f11385a6ad93d66df9458bb9dfeec05c7c2a45.zip hdf5-94f11385a6ad93d66df9458bb9dfeec05c7c2a45.tar.gz hdf5-94f11385a6ad93d66df9458bb9dfeec05c7c2a45.tar.bz2 |
[svn-r5273]
Purpose:
New feature
Description:
Allow H5Glink and H5Gmove to handle links across different locations.
Solution:
Added H5Glink2 and H5Gmove2 functions with new parameter of destination
location.
Platforms tested:
Linux 2.2(eirene)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 87ccd8f..ea44517 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -159,6 +159,9 @@ Documentation New Features ============ + * New functions H5Glink2 and H5Gmove2 were added to allow link and move to + be in different locations in the same file. The old functions H5Glink + and H5Gmove remain valid. SLU - 2002/04/26 * Fill-value's behaviors for contiguous dataset have been redefined. Basicly, dataset won't allocate space until it's necessary. Full details are available at http://hdf.ncsa.uiuc.edu/RFC/Fill_Value, at this moment. |