summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-12-07 13:44:24 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2002-12-07 13:44:24 (GMT)
commitf7d295517e6b746534e474f0ecfd66940080485e (patch)
tree29735e4521f18cc115af5e486bef384415365658 /doc
parent5760cd2c9a6376e9af9d0bcefbe5520f928589bb (diff)
downloadhdf5-f7d295517e6b746534e474f0ecfd66940080485e.zip
hdf5-f7d295517e6b746534e474f0ecfd66940080485e.tar.gz
hdf5-f7d295517e6b746534e474f0ecfd66940080485e.tar.bz2
[svn-r6193] Snapshot version 1.5 release 43
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index 81e1634..fdc0072 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.5.42 released on Sat Nov 23 05:38:16 CST 2002
+HDF5 version 1.5.43 released on Sat Dec 7 08:36:19 CST 2002
================================================================================
@@ -239,6 +239,8 @@ Documentation
New Features
============
+ * New functions H5Gget_num_objs, H5Gget_objname_by_idx and H5Gget_objtype_by_idx
+ are added to the library. SLU - 2002/11/25
* H5Dget_offset is added to return the offset of a dataset's data relative
to the beginning of the file. SLU - 2002/11/7
* Functions H5Tget_native_type and H5Tis_variable_str are added. The first