summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-06-12 16:59:32 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-06-12 16:59:32 (GMT)
commit336bb776ea5a63517c11a70333da6102992bc301 (patch)
tree64914d83bd58573aab720f695f2b7de73b17a4ae /release_docs
parent7eab93838bfee512ee929328251ac8fc30576808 (diff)
downloadhdf5-336bb776ea5a63517c11a70333da6102992bc301.zip
hdf5-336bb776ea5a63517c11a70333da6102992bc301.tar.gz
hdf5-336bb776ea5a63517c11a70333da6102992bc301.tar.bz2
[svn-r5602] Purpose:
Bug fix Description: I/O on "Regular" hyperslab selections could fail to transfer correctly if the number of elements in the selection's row did now fit "evenly" into the buffer being used for the transfer. Solution: Correct the calculation of the block & count offsets within the optimized "regular" hyperslab routines. Platforms tested: FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 4b614bd..ec0b32c 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -60,11 +60,11 @@ New Features
o APIs
------
- * F90 subroutines h5dwrite_f, h5dread_f, h5awrite_f and h5aread_f were overloaded
- with "dims" argument to be assumed size array of type INTEGER(HSIZE_T). We
- recommend to use the subroutines with the new type. Module subroutines that
- accept "dims" as INTEGER array of size 7 will be depricated in 1.6 release.
- EIP - 2002/05/06
+ * F90 subroutines h5dwrite_f, h5dread_f, h5awrite_f and h5aread_f were
+ overloaded with "dims" argument to be assumed size array of type
+ INTEGER(HSIZE_T). We recommend to use the subroutines with the new type.
+ Module subroutines that accept "dims" as INTEGER array of size 7 will
+ be deprecated in 1.6 release. EIP - 2002/05/06
o Performance
-------------
@@ -95,6 +95,9 @@ New Features
Bug Fixes since HDF5-1.4.3 Release
==================================
+ * Fixed bug where regular hyperslab selection could get incorrectly
+ transferred when the number of elements in a row did not fit evenly
+ into the buffer provided. QAK 2002/06/12
* Fixed bug (#499) which allowed an "empty" compound or enumerated datatype
(one with no members) to be used to create a dataset or committed to a
file. QAK - 2002/06/11