From ff35b6979091d15c92fafcd350314acc33ba4942 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 26 Mar 2002 14:56:25 -0500 Subject: [PATCH] [svn-r5085] Purpose: Update release notes. --- release_docs/RELEASE.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 79ba31d1fe..e07443adfe 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -109,6 +109,9 @@ Library * Fixed bug where non-zero fill-value was not being read correctly from certain chunked datasets when using an "all" or contiguous hyperslab selection. QAK - 2/14/02 + * Fixed data corruption bug in hyperslab routines when contiguous + hyperslab that spans entire dimension and is larger than type + conversion buffer is attempted to be read. QAK - 3/26/02 Configuration -------------