summaryrefslogtreecommitdiffstats
path: root/doc/html
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-01-05 01:50:00 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-01-05 01:50:00 (GMT)
commit31dc73ffcc4d8d5f5f91c0087b13eaed85afd732 (patch)
tree1efe4a1fc9d5b0428dc36634740a04e3c42cff7b /doc/html
parent32a213632cfab8463e2bdf6966777f126cc8f988 (diff)
downloadhdf5-31dc73ffcc4d8d5f5f91c0087b13eaed85afd732.zip
hdf5-31dc73ffcc4d8d5f5f91c0087b13eaed85afd732.tar.gz
hdf5-31dc73ffcc4d8d5f5f91c0087b13eaed85afd732.tar.bz2
[svn-r8016] Snapshot version 1.6 release 1 (post12)
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/ADGuide/RELEASE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index b2a1064..352d18c 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.6.1-post11 released on Wed Dec 31 14:21:01 CST 2003
+HDF5 version 1.6.1-post12 released on Sun Jan 4 20:48:07 CST 2004
================================================================================
@@ -71,6 +71,9 @@ Bug Fixes since HDF5-1.6.1 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.