summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2015-04-02 19:17:42 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2015-04-02 19:17:42 (GMT)
commit3e0eae188b28136ca7981ffcabeb41bae97c1bea (patch)
tree8c685916f350bb49df8d42c9efbc23dd82048280 /release_docs/RELEASE.txt
parentbe81aef60fc799b47aec3258d5d6caea8ee510ad (diff)
downloadhdf5-3e0eae188b28136ca7981ffcabeb41bae97c1bea.zip
hdf5-3e0eae188b28136ca7981ffcabeb41bae97c1bea.tar.gz
hdf5-3e0eae188b28136ca7981ffcabeb41bae97c1bea.tar.bz2
[svn-r26709] Port r26690 from trunk to 1.8 branch.
Tested: jam, koala, ostrich (h5committest) Log from r26690: Fix error in H5Sextent_copy When the selection is set to all, H5Sextent_copy did not update the number of elements in the selection in the destination space. Fixed H5Sextent_copy to do this. Added tests for this functionality. Tested: jam, koala, ostrich (h5committest)
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 19d3db9..3038807 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -333,6 +333,11 @@ Bug Fixes since HDF5-1.8.14
if the references are HADDR_UNDEF or uninitialized.
(MSB - 2015/3/10, HDFFV-7959)
+
+ - Fixed bugs in H5Sextent_copy that resulted in leaked memory and incorrect
+ number of elements selected.
+
+ (NAF - 2015/04/02)
Parallel Library