summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-06-10 15:18:11 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-06-10 15:18:11 (GMT)
commit2c09cb2de4f63469564fe0ef15460837bcda7efe (patch)
treefd1997373b52cdd6db9cdaf74086c7345b155e41 /release_docs
parente7d0d3138bffdfc3f932f922b2688a341a9c76c7 (diff)
downloadhdf5-2c09cb2de4f63469564fe0ef15460837bcda7efe.zip
hdf5-2c09cb2de4f63469564fe0ef15460837bcda7efe.tar.gz
hdf5-2c09cb2de4f63469564fe0ef15460837bcda7efe.tar.bz2
[svn-r5559] Purpose:
Bug Fix for bug #789 Description: Creating a 1-D dataset region reference caused the library to hang (go into an infinite loop). Solution: Corrected algorithm for serializing hyperslab regions. Platforms tested: FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8f4fd7e..0ed42d8 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -93,6 +93,8 @@ New Features
Bug Fixes since HDF5-1.4.3 Release
==================================
+ * Fixed bug (#789) where creating 1-D dataset region reference caused the
+ library to go into infinite loop. QAK - 2002/06/10
* Fixed bug (#699, fix provided by a user) where a scalar dataspace was
written to the file and then subsequently queried with the
H5Sget_simple_extent_type function, type was reported H5S_SIMPLE instead