[svn-r9209] Snapshot version 1.7 release 36

This commit is contained in:
HDF Admin
2004-09-05 04:07:33 -05:00
parent 922e8a4a8b
commit cfd312161f
6 changed files with 24 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
HDF5 version 1.7.35 released on Sun Aug 22 04:04:42 CDT 2004
HDF5 version 1.7.36 released on Sun Sep 5 04:05:56 CDT 2004
================================================================================
@@ -50,6 +50,12 @@ New Features
Library:
--------
- Put back 6 old error API functions to be backward compatible with
version 1.6. They are H5Epush, H5Eprint, H5Ewalk, H5Eclear,
H5Eset_auto, H5Eget_auto. Their new equivalent functions are
called H5Epush_stack, H5Eprint_stack, H5Ewalk_stack,
H5Eclear_stack, H5Eset_auto_stack, H5Eget_auto_stack. SLU -
2004/9/2
- 4 new API functions, H5Tencode, H5Tdecode, H5Sencode, H5Sdecode were
added to the library. Given object ID, these functions encode and
decode HDF5 objects(data type and space) information into and from
@@ -174,6 +180,9 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
- Changed H5Dread() to not overwrite data in an application's buffer
with garbage when accessing a chunked dataset with an undefined
fill value and an unwritten chunk is uncountered. QAK - 2004/08/25
- Fixed error which could cause a core dump when a type conversion
routine was registered after a compound datatype had been
converted and then an equivalment compound datatype was converted