wine-mono-8.0.1
madewokherd
released this
09 Aug 18:15
·
236 commits
to develop
since this release
Changes since 8.0.0:
- Fixed #164 - Coreutils 9.2 changed the behavior of
cp -n
to fail in a case that succeeded before, which was causing build failures. - Fixed an InvalidProgramException when an object is converted to a byref scalar type. This is used by SlimDX's Direct3D9.Texture.FromFile method, but Mono did the verification step only if SlimDX is loaded from the GAC. Combined with the changes in 8.0.0 which made it possible for Mono to be informed of assemblies loaded from the Windows GAC, this had regressed They Are Billions.
- Added support for DllImport functions with PreserveSig=false. This is used by the Far Cry 5 Arcade Editor.
- Added version mappings from 3.0 to 4.0 for all WPF assemblies. This is used by the Far Cry 5 Arcade Editor.