summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2001-10-20 19:31:41 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2001-10-20 19:31:41 (GMT)
commitee449fbd4048b574b573cf7b63d986e9e2716ec6 (patch)
tree5ee652efada53efacf47ad5004d7e82185b87adf /release_docs
parentfc0bc212bb6e12d4623f270bee3cf87e4dacc876 (diff)
downloadhdf5-ee449fbd4048b574b573cf7b63d986e9e2716ec6.zip
hdf5-ee449fbd4048b574b573cf7b63d986e9e2716ec6.tar.gz
hdf5-ee449fbd4048b574b573cf7b63d986e9e2716ec6.tar.bz2
[svn-r4562] Purpose:
Document bug fixes.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt5
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
-------------