diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2003-09-14 10:50:14 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2003-09-14 10:50:14 (GMT) |
commit | fb44f88bc6f718151ce0ee4ba50568ccc2a66fc4 (patch) | |
tree | db4f302fbb1e59d30c5dd3a6bb5fb0dbe35be3dc /doc/html/ADGuide | |
parent | 543c958928c02caccbc823d6f849b27e91405b73 (diff) | |
download | hdf5-fb44f88bc6f718151ce0ee4ba50568ccc2a66fc4.zip hdf5-fb44f88bc6f718151ce0ee4ba50568ccc2a66fc4.tar.gz hdf5-fb44f88bc6f718151ce0ee4ba50568ccc2a66fc4.tar.bz2 |
[svn-r7472] Snapshot version 1.7 release 3
Diffstat (limited to 'doc/html/ADGuide')
-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 821679a..cfd08e9 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.7.2 released on Sun Aug 31 03:30:53 CDT 2003 +HDF5 version 1.7.3 released on Sun Sep 14 05:47:50 CDT 2003 ================================================================================ @@ -74,6 +74,15 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Allow compound datatypes to grow in size. SLU - 2003/09/10 + - Detect if a type is already packed before attempting to pack it + again or check if it is locked. SLU - 2003/09/10 + - Corrected bug when opening a file twice with read-only permission + for one open and then closing the read-only access file ID would + generate an error. QAK - 2003/09/10 + - Corrected bug in repeated calls to H5Pget_access_plist() which would + incorrectly manage reference counts of internal information and + eventually blow up. QAK - 2003/09/02 - Return rank of the array datatype on successful call to H5Tget_array_dims(). QAK - 2003/08/30 - Corrected bug in H5Tdetect_class which was not correctly detecting |