diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2013-02-18 16:28:57 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2013-02-18 16:28:57 (GMT) |
commit | 79bc86c220bfc7de65f1fe5e5c49088d9cfbd659 (patch) | |
tree | 3cac375e2e9274d42d143f45980d6f16eb1727c4 | |
parent | 52281ac2cb0ee830f236344fcb32452ed9804268 (diff) | |
download | hdf5-79bc86c220bfc7de65f1fe5e5c49088d9cfbd659.zip hdf5-79bc86c220bfc7de65f1fe5e5c49088d9cfbd659.tar.gz hdf5-79bc86c220bfc7de65f1fe5e5c49088d9cfbd659.tar.bz2 |
[svn-r23299] Updated with bug fix entry of HDFFV-8267.
Since this is a testing code error that does not affect the function of the
library or tools, I started a new "Testing" section for this sort of changes.
-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 a8caa19..75df93e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -157,6 +157,11 @@ Bug Fixes since HDF5-1.8.10 ------ - None + Testing + ------- + - Fixed a typo in the ERROR macro in test/testhdf5.h. It segmentation + faulted when used before. (AKC - 2013/02/12 HDFFV-8267) + Supported Platforms =================== AIX 5.3 xlc 10.1.0.5 |