# HG changeset patch # User Tassilo Philipp # Date 1611322939 -3600 # Node ID f155bda02e10b5523d7bad1bfa538eece0c91563 # Parent 51c93cdb5e2118772c633b73704fc9aa38a76490 changelog update diff -r 51c93cdb5e21 -r f155bda02e10 ChangeLog --- a/ChangeLog Fri Jan 22 12:10:32 2021 +0100 +++ b/ChangeLog Fri Jan 22 14:42:19 2021 +0100 @@ -18,6 +18,7 @@ o fix to build with musl libc o support for loading macos >= 11.0.1 (Big Sur) dylibs provided by system's "built-in dynamic linker cache of all system-provided libraries" (those dylibs are no longer present on the fs) + o fix to work on recent Haiku versions (r1 beta versions) doc: o manual now specifying calling convention signature chars o dynload(3) note about macos >= 11.0.1 cached dylib support (see above)