diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2004-09-05 09:07:33 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2004-09-05 09:07:33 (GMT) |
commit | cfd312161f2df11295c9fd1d05e87e00045ebfe7 (patch) | |
tree | 53020588b5b9083d7b013f3f6f36a963a7595451 /doc | |
parent | 922e8a4a8b84f4a04548ac2928e37d67c23c81cb (diff) | |
download | hdf5-cfd312161f2df11295c9fd1d05e87e00045ebfe7.zip hdf5-cfd312161f2df11295c9fd1d05e87e00045ebfe7.tar.gz hdf5-cfd312161f2df11295c9fd1d05e87e00045ebfe7.tar.bz2 |
[svn-r9209] Snapshot version 1.7 release 36
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/ADGuide/RELEASE.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index 5efc041..05ddfcd 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -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 |