summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2011-10-14 16:24:51 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2011-10-14 16:24:51 (GMT)
commit3feb0d880d960f0da89047914cd4358f16b92144 (patch)
treea91e83d04e17b2a247f3c62e98dda843937246f3
parent41052158c7620fdcd168488f8d57b35e7faeee55 (diff)
downloadhdf5-3feb0d880d960f0da89047914cd4358f16b92144.zip
hdf5-3feb0d880d960f0da89047914cd4358f16b92144.tar.gz
hdf5-3feb0d880d960f0da89047914cd4358f16b92144.tar.bz2
[svn-r21565] Update RELEASE.txt for the fix checked in yesterday for HDFFV-7640.
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 129f612..3275668 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -115,6 +115,10 @@ Bug Fixes since HDF5-1.8.7
Library
-------
+ - The first part fix for HDFFV-7640: does not need to do
+ H5O_move_msgs_forward() when writing attributes.
+ Tests are checked into the performance suite.
+ (VC - 2011/10/13)
- Fixed a bug that occurred when using H5Ocopy on a committed datatype
containing an attribute using that committed datatype.
(NAF - 2011/10/13 - Issue 5854)