diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-10-20 19:31:41 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-10-20 19:31:41 (GMT) |
commit | ee449fbd4048b574b573cf7b63d986e9e2716ec6 (patch) | |
tree | 5ee652efada53efacf47ad5004d7e82185b87adf | |
parent | fc0bc212bb6e12d4623f270bee3cf87e4dacc876 (diff) | |
download | hdf5-ee449fbd4048b574b573cf7b63d986e9e2716ec6.zip hdf5-ee449fbd4048b574b573cf7b63d986e9e2716ec6.tar.gz hdf5-ee449fbd4048b574b573cf7b63d986e9e2716ec6.tar.bz2 |
[svn-r4562] Purpose:
Document bug fixes.
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index fb157ca..1f96970 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -81,6 +81,11 @@ Library pieces internally. * Fixed a bug where reading or writing chunked data which needed datatype conversion could result in data values getting corrupted. + * Fixed a bug where appending a point selection to the current selection + would not actually append the point when there were no points defined + currently. + * Fixed a bug where 'or'ing a hyperslab with a 'none' selection would + fail. Now adds that hyperslab as the first hyperlab in the selection. Configuration ------------- |