diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2004-01-18 08:24:00 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2004-01-18 08:24:00 (GMT) |
commit | 43163efc35e32265687b7f0934c5cc62f976f1ce (patch) | |
tree | acbf05e4cd2a72644cadc1d295381634becb6b68 /doc/html | |
parent | 35266165fe6dafc8ffe656204f2c6259c7d271f6 (diff) | |
download | hdf5-43163efc35e32265687b7f0934c5cc62f976f1ce.zip hdf5-43163efc35e32265687b7f0934c5cc62f976f1ce.tar.gz hdf5-43163efc35e32265687b7f0934c5cc62f976f1ce.tar.bz2 |
[svn-r8077] Snapshot version 1.7 release 16
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/ADGuide/RELEASE.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt index 0149f74..f1b87b6 100644 --- a/doc/html/ADGuide/RELEASE.txt +++ b/doc/html/ADGuide/RELEASE.txt @@ -1,4 +1,4 @@ -HDF5 version 1.7.15 released on Sun Jan 11 03:18:04 CST 2004 +HDF5 version 1.7.16 released on Sun Jan 18 03:22:35 CST 2004 ================================================================================ @@ -101,8 +101,11 @@ Bug Fixes since HDF5-1.6.0 release Library ------- - - Fixed small internal memory leak of fill-value information. - QAK - 2004/01/06 + - Fixed small internal memory leaks of fill-value information. + QAK - 2004/01/13 + - Fixed bug that caused variable-length datatypes (strings or sequences) + used for datasets in files with objects that were unlinked to + fail to be read/written to a file. QAK - 2004/01/13 - Detect situation where szip 'pixels per block' is larger than the fastest changing dimension of a dataset's chunk size and disallow this (due to limits in szip library). QAK - 2003/12/31 |