diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-16 04:29:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-16 04:29:18 (GMT) |
commit | fb4f4a22f7053619349b30821b7f06266e54598b (patch) | |
tree | 6b1cae17789aedb051fd1858c7a10fb0e16d8cef /release_docs | |
parent | ab9425d057dd0a61154dc78e158707fabf45dfe2 (diff) | |
download | hdf5-fb4f4a22f7053619349b30821b7f06266e54598b.zip hdf5-fb4f4a22f7053619349b30821b7f06266e54598b.tar.gz hdf5-fb4f4a22f7053619349b30821b7f06266e54598b.tar.bz2 |
[svn-r12922] Description:
Add support for "delete by index" to "old-style" groups, finishing
implmentation of H5Ldelete_by_idx() routine.
Tested on:
FreeBSD/32 4.11 (sleipnir)
Linux/32 2.4 (heping)
Linux/64 2.4 (mir)
Aix/32 5.? (copper)
Diffstat (limited to 'release_docs')
-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 b16d100..971a675 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -160,6 +160,9 @@ New Features Library: -------- + - Added new H5Ldelete_by_idx() routine to delete a link according to + the order within an index. + - QAK - 2006/11/13 - Added new H5Lget_val_by_idx() routine to query the value of a soft link according to the order within an index. - QAK - 2006/11/13 |