summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-01-04 08:14:40 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-01-04 08:14:40 (GMT)
commite076771380e248497a7dd8eac37319a030c99db6 (patch)
tree422e56810f17909d70bd54ede1e8df3e9c5b88d6 /doc
parentf65948d933ac5bc70ec5bd3ab43387b310722d97 (diff)
downloadhdf5-e076771380e248497a7dd8eac37319a030c99db6.zip
hdf5-e076771380e248497a7dd8eac37319a030c99db6.tar.gz
hdf5-e076771380e248497a7dd8eac37319a030c99db6.tar.bz2
[svn-r8015] Snapshot version 1.7 release 14
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index d819191..396ed09 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.7.13 released on Sun Dec 28 03:18:31 CST 2003
+HDF5 version 1.7.14 released on Sun Jan 4 03:13:02 CST 2004
================================================================================
@@ -93,6 +93,18 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - 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
+ - Fixed bug with flattened hyperslab selections that would generate
+ incorrect hyperslab information with certain high-dimensionality
+ combinations of start/stride/count/block information.
+ QAK - 2003/12/31
+ - Fixed bug with variable-length datatypes used in compound datatypes.
+ SLU - 2003/12/29
+ - Fixed bug in parallel I/O routines that would cause reads from
+ "short datasets" (datasets which were only partially written out)
+ to return invalid data. QAK & AKC - 2003/12/19
- Fixed bug where scalar dataspaces for attributes were reporting as
simple dataspaces. QAK - 2003/12/13
- Fixed problem with selection offsets of hyperslab selections in