comparison ChangeLog @ 309:b51401bc4c37

- changelog about dynload UTF-8 support on windows
author Tassilo Philipp
date Thu, 24 Oct 2019 23:39:57 +0200
parents d2c8ea3ef2ed
children b2e4e23d9953
comparison
equal deleted inserted replaced
308:7c6f19d42b31 309:b51401bc4c37
3 Version 1.1 (upcoming) 3 Version 1.1 (upcoming)
4 dyncall: 4 dyncall:
5 o support for soft-float MIPS o32 & n64 (big- and little-endian, each) 5 o support for soft-float MIPS o32 & n64 (big- and little-endian, each)
6 dyncallback: 6 dyncallback:
7 o support for soft-float MIPS o32 & n64 (big- and little-endian, each) 7 o support for soft-float MIPS o32 & n64 (big- and little-endian, each)
8 dynload:
9 o added UTF-8 support for pathnames on windows
8 doc: 10 doc:
9 o more detail in support matrix for bi-endian platforms 11 o more detail in support matrix for bi-endian platforms
12 tests:
13 o dynload_plain test extended to test UTF-8 library paths
10 buildsys: 14 buildsys:
11 o default ./configure: FreeBSD/mips*hf needed -mhard-float compiler flag set explicitly 15 o default ./configure: FreeBSD/mips*hf needed -mhard-float compiler flag set explicitly
12 o better MacOS Mojave support in ./configure (Mojave dropped i386 builds) 16 o better MacOS Mojave support in ./configure (Mojave dropped i386 builds)
13 17
14 Version 1.0 (2018/04/23) 18 Version 1.0 (2018/04/23)