# HG changeset patch # User Tassilo Philipp # Date 1639666959 -3600 # Node ID 4f6c9d3962a5485abadb40bce6c53424ea83fcfe # Parent 49b669422ad83526044c6bf081555246de34b77e - changelog update diff -r 49b669422ad8 -r 4f6c9d3962a5 ChangeLog --- a/ChangeLog Thu Dec 16 15:58:03 2021 +0100 +++ b/ChangeLog Thu Dec 16 16:02:39 2021 +0100 @@ -3,14 +3,15 @@ Version 1.3 (upcoming) -dynload: - o Haiku/x86 build fix - o dynload fix for PE files that do not contain a symbol export directory (thanks Ashok!) + o introduced version macro (see dyncall/dyncall_version.h) dyncall: o fixed broken return values w/ arm32/thumb mode (only affected some platforms) o build fix when using clang's integrated assembler on arm32 hard-float platforms dyncallback: o build fix when using clang's integrated assembler on arm32 hard-float platforms +dynload: + o Haiku/x86 build fix + o dynload fix for PE files that do not contain a symbol export directory (thanks Ashok!) buildsys: o windows/nmake based builds: output library name changes to follow conventions of the native platform and be in line with cmake based builds