summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2010-07-28 19:45:07 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2010-07-28 19:45:07 (GMT)
commit489e95c9b933733b4b5846138b95ee73ad4e3a50 (patch)
tree7fe20b240dbc09179459b61a2aa6e1d03814cc43 /release_docs/RELEASE.txt
parent1c5e4816943ed709503eb53230ea21bcf3bbe140 (diff)
downloadhdf5-489e95c9b933733b4b5846138b95ee73ad4e3a50.zip
hdf5-489e95c9b933733b4b5846138b95ee73ad4e3a50.tar.gz
hdf5-489e95c9b933733b4b5846138b95ee73ad4e3a50.tar.bz2
[svn-r19143] Update for the bug fix of #1956.
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 6d2f45d..47c50bf 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -114,6 +114,9 @@ Bug Fixes since HDF5-1.8.5
Library
-------
+ - valgrind reported an error of copying data to itself when a new attribute
+ is written (Bug #1956). I fixed it by taking out the memcpy step in the
+ attribute code. (SLU - 2010/07/28)
- Corrected various issues in the MPI datatype creation code which could
cause resource leaks or incorrect behavior (and may improve the
performance as well). (QAK - 2010/07/19)