diff ChangeLog @ 353:2f28f26c72a7 r1.1

- prep/cleanup for 1.1 release
author Tassilo Philipp
date Fri, 10 Jan 2020 15:29:13 +0100
parents 4f9f49fb82ce
children 5ac53b2d5f1e
line wrap: on
line diff
--- a/ChangeLog	Fri Jan 10 14:07:57 2020 +0100
+++ b/ChangeLog	Fri Jan 10 15:29:13 2020 +0100
@@ -1,6 +1,6 @@
 This file lists bigger/noteworthy changes, only...
 
-Version 1.1 (upcoming)
+Version 1.1 (2020/01/11)
 dyncall:
   o support for soft-float MIPS o32 & n64 (big- and little-endian, each)
   o x64 System V syscall support
@@ -14,6 +14,8 @@
     paths to random libraries under some circumstances, instead of returning an error)
   o support for dlGetLibraryPath() on glibc platforms with glibc vesions <= 2.3.3
   o dlGetLibraryPath() now accepts NULL as argument to return path to executable
+  o dlLoadLibrary() on windows: no more auto-suffixing of the .dll file ext anymore, to be
+    more in line with other platforms (not affecting OS specific library search behaviour)
 doc:
   o more detail in support matrix for bi-endian platforms
   o improvements/corrections to calling convention appendix