summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-04-29 20:23:42 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-04-29 20:23:42 (GMT)
commitdf8830ed1a2750861bad8c81242fc62e2a17b53e (patch)
tree58e61d06890aa2952a8648945f9a162d14e6e822 /release_docs
parent9a6037949d77ba2b233bb38fa2927226f7154a1d (diff)
downloadhdf5-df8830ed1a2750861bad8c81242fc62e2a17b53e.zip
hdf5-df8830ed1a2750861bad8c81242fc62e2a17b53e.tar.gz
hdf5-df8830ed1a2750861bad8c81242fc62e2a17b53e.tar.bz2
[svn-r5285] Purpose:
Bug Fix Description: Selection offsets were not being used when iterating through regular and point selections with H5Diterate. Solution: Use the selection offset appropriately. Platforms tested: FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f8d85c7..e10f4f9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -70,6 +70,9 @@ New Features
Bug Fixes since HDF5-1.4.3 Release
==================================
+ * Fixed bug where selection offsets were not being used when iterating
+ through point and hyperslab selections with
+ H5Diterate(). QAK - 2002/04/29
* Fixed bug where the data for several level deep nested compound &
variable-length datatypes used for datasets were getting corrupted when
written to the file. QAK - 2002/04/17