This release contains bugfixes for a number of issues:
-
LD_LIBRARY_PATH setup has been tweaked to avoid compiler confusion when trying to link against e.g.
libz
whenlibz
is actually a dependency of the current recipe. (d6c4e08) -
Update RootFS to fix
clang
linkage againstlibc++
on OSX. (4d6211e) -
Fix bug in autodetection of interactivity for Docker runner on OSX. (fc91956)
-
Ignore errors in
realpath()
during an audit pass (e2ebea7)