summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2013-03-07 20:58:54 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2013-03-07 20:58:54 (GMT)
commit355a46919251bb9db767a7c3fefb5950cc5e6ea7 (patch)
tree593b288b362a1bfdc46229ba2f0d1fbde2124311 /release_docs
parentebc8fa918ddb71a068754c168d338f70efa5c883 (diff)
downloadhdf5-355a46919251bb9db767a7c3fefb5950cc5e6ea7.zip
hdf5-355a46919251bb9db767a7c3fefb5950cc5e6ea7.tar.gz
hdf5-355a46919251bb9db767a7c3fefb5950cc5e6ea7.tar.bz2
[svn-r23339] Updated with HDFFV-8305 fix.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index de94420..b047198 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -162,8 +162,17 @@ Bug Fixes since HDF5-1.8.10
Testing
-------
+ - In some Mac system, testlibinfo.sh failed with this error:
+ Check file ../src/.libs/libhdf5.7.dylib
+ strings: object: ../src/.libs/libhdf5.7.dylib malformed object \
+ (unknown load command 15)
+ The strings command of Mac inspects library files and older
+ versions of strings may not know newer library format, resulting
+ in errors. Fixed by sending the library file as stdin to the strings
+ coommand to avoid this problem. (AKC - 2013/03/08 HDFFV-8305)
+
- Fixed a typo in the ERROR macro in test/testhdf5.h. It segmentation
- faulted when used before. (AKC - 2013/02/12 HDFFV-8267)
+ faulted when used before. (AKC - 2013/02/12 HDFFV-8267)
Supported Platforms
===================