From 355a46919251bb9db767a7c3fefb5950cc5e6ea7 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 7 Mar 2013 15:58:54 -0500 Subject: [svn-r23339] Updated with HDFFV-8305 fix. --- release_docs/RELEASE.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 =================== -- cgit v0.12