[svn-r8016] Snapshot version 1.6 release 1 (post12)

This commit is contained in:
HDF Admin
2004-01-04 20:50:00 -05:00
parent 32a213632c
commit 31dc73ffcc
10 changed files with 38 additions and 35 deletions

View File

@@ -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.