diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2003-10-07 11:15:05 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2003-10-07 11:15:05 (GMT) |
commit | 259247fc328fa17b705fc16ab8e004d8c5814ea8 (patch) | |
tree | 9bf6894b57cf4cbb07067542b11859c9e49d5df3 /doc/html/ADGuide | |
parent | c708028588d0d79e8ffc9dc96cbdb4dc0f63025a (diff) | |
download | hdf5-259247fc328fa17b705fc16ab8e004d8c5814ea8.zip hdf5-259247fc328fa17b705fc16ab8e004d8c5814ea8.tar.gz hdf5-259247fc328fa17b705fc16ab8e004d8c5814ea8.tar.bz2 |
[svn-r7558] Snapshot version 1.7 release 5
Diffstat (limited to 'doc/html/ADGuide')
-rw-r--r-- | doc/html/ADGuide/RELEASE.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index 0c4bb77..9093e8d 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.7.4 released on Sun Sep 21 06:11:04 CDT 2003 +HDF5 version 1.7.5 released on Tue Oct 7 06:13:37 CDT 2003 ================================================================================ @@ -41,6 +41,8 @@ New Features Library: -------- + - Added backward compatbility with v1.6 for new Error API. SLU - + 2003/09/24 - Changed 'objno' field in H5G_stat_t structure from 'unsigned long[2]' to 'haddr_t'. QAK - 2003/08/08 - Changed 'fileno' field in H5G_stat_t structure from 'unsigned long[2]' @@ -74,6 +76,12 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Changed implementation of internal ID searching algorithm to avoid + O(n) behavior for many common cases. QAK 2003/10/06 + - Allow partial parallel writing to compact datasets. QAK - 2003/10/06 + - Correctly create reference to shared datatype in attribute, instead + of making a copy of the shared datatype in the attribute. + QAK - 2003/10/01 - Revert changes which caused files >2GB to fail when created with MPI-I/O file driver on certain platforms. QAK - 2003/09/16 - Allow compound datatypes to grow in size. SLU - 2003/09/10 |