summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-11-21 15:39:16 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-11-21 15:39:16 (GMT)
commit4d08b756b2eab945921ddef689b7564d07e6a37f (patch)
tree81cab53cc6fb24681803070de506d1fc89ec1bc0 /release_docs
parent036e799cf9efb1a8da3bf9ce7287177888ca9556 (diff)
downloadhdf5-4d08b756b2eab945921ddef689b7564d07e6a37f.zip
hdf5-4d08b756b2eab945921ddef689b7564d07e6a37f.tar.gz
hdf5-4d08b756b2eab945921ddef689b7564d07e6a37f.tar.bz2
[svn-r12956] Description:
Add tests for H5Oopen_by_idx() (in a rare fit of superlative coding I apparently got the implementation complete correct in my earlier checkin :-) Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 971a675..193dd97 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -160,6 +160,12 @@ New Features
Library:
--------
+ - Added new H5Oopen_by_idx() routine to open an object in a group
+ according to the order within an index.
+ - QAK - 2006/11/20
+ - Added new H5Literate() routine to iterate over links in a group
+ according to the order within an index.
+ - QAK - 2006/11/20
- Added new H5Ldelete_by_idx() routine to delete a link according to
the order within an index.
- QAK - 2006/11/13