summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2013-03-07 20:58:41 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2013-03-07 20:58:41 (GMT)
commit1e057e17d2941900fa9459f23eb3e80cef866e40 (patch)
tree967bf9f346eb9b5cb9fb42dcf0348b0b7be8834d /release_docs
parentdd0a7fa13bbf70160ca881ccc4f8d380d19a5606 (diff)
downloadhdf5-1e057e17d2941900fa9459f23eb3e80cef866e40.zip
hdf5-1e057e17d2941900fa9459f23eb3e80cef866e40.tar.gz
hdf5-1e057e17d2941900fa9459f23eb3e80cef866e40.tar.bz2
[svn-r23338] 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 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