[svn-r6193] Snapshot version 1.5 release 43

This commit is contained in:
HDF Admin
2002-12-07 08:44:24 -05:00
parent 5760cd2c9a
commit f7d295517e
10 changed files with 37 additions and 35 deletions

View File

@@ -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