diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2009-01-29 21:02:07 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2009-01-29 21:02:07 (GMT) |
commit | af7ced00f61794ca59f5bbdf49ea562353e6564b (patch) | |
tree | 5421bb9bc9c1c208df5d073f5c953b8157e5439c /release_docs | |
parent | f7464a512916d18cd7f3d04393ce8ddb1f16c5aa (diff) | |
download | hdf5-af7ced00f61794ca59f5bbdf49ea562353e6564b.zip hdf5-af7ced00f61794ca59f5bbdf49ea562353e6564b.tar.gz hdf5-af7ced00f61794ca59f5bbdf49ea562353e6564b.tar.bz2 |
[svn-r16380] Purpose: Enable copying of dense attributes
Description:
Attribute object copy routines have been moved from H5Oattr.c to H5Aint.c.
These routines are now shared between compact and densely stored attributes.
New routines written to support the copying of dense attributes. This patch wasmostly written by Peter Cao.
Tested: jam, smirom (h5committest)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b225ae5..7ca6ecf 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -51,6 +51,7 @@ New Features Library: -------- + - Added support for dense attributes to H5Ocopy. (XCao/NAF - 2009/01/29) - Added H5Pset_elink_cb and H5Pget_elink_cb functions to support a user-defined callback function for external link traversal. (NAF - 2009/01/08) |