diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2004-05-06 14:32:52 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2004-05-06 14:32:52 (GMT) |
commit | 5be0fa4ef3a9a0d34cadef7762ba3bdfbd576524 (patch) | |
tree | cfe8725c04dfe74b407e901e416e199455e98f12 /doc/html/ADGuide/RELEASE.txt | |
parent | bf81b5ac235a7126143b7c4828b1574f35f8f414 (diff) | |
download | hdf5-5be0fa4ef3a9a0d34cadef7762ba3bdfbd576524.zip hdf5-5be0fa4ef3a9a0d34cadef7762ba3bdfbd576524.tar.gz hdf5-5be0fa4ef3a9a0d34cadef7762ba3bdfbd576524.tar.bz2 |
[svn-r8485] Snapshot version 1.7 release 24 (fph5_alpha1)
Diffstat (limited to 'doc/html/ADGuide/RELEASE.txt')
-rw-r--r-- | doc/html/ADGuide/RELEASE.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index 92f08d7..af0727c 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.7.23 released on Sun Apr 25 04:09:03 CDT 2004 +HDF5 version 1.7.24-fph5_alpha1 released on Thu May 6 09:30:47 CDT 2004 ================================================================================ @@ -42,6 +42,10 @@ New Features Library: -------- + - New exception handler for datatype conversion is put in to + replace the old overflow callback function. This exception + handler is set through H5Pset_type_conv_cb function. + SLU - 2004/4/27 - Added option that if $HDF5_DISABLE_VERSION_CHECK is set to 2, will suppress all library version mismatch warning messages. AKC - 2004/4/14 |