From 1e057e17d2941900fa9459f23eb3e80cef866e40 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 7 Mar 2013 15:58:41 -0500 Subject: [svn-r23338] 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 a1ff0d1..6b42b6d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1073,8 +1073,17 @@ Bug Fixes since HDF5-1.8.0 release 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