wine-mono-8.0.0
madewokherd
released this
16 May 19:31
·
236 commits
to develop
since this release
Changes since 7.4.1:
- A few fixes for WPF TextFormatting implementation.
- Changed [Try]ThreadApartmentState error checking to behave more like .NET Framework. This fixes a crash in a program that calls this method on startup, which fails silently on Windows.
- Build the PresentationFramework.Aero2 theme.
- Modified the PresentationFramework.Classic theme to always draw checkmarks as black (for winehq bug 54410).
- Updated FNA, Mono, and SDL from upstream.
- Added an interface to allow Wine to control how libraries are loaded from the Mono GAC. Combined with a change to be sent to Wine, this will enable builtin libraries to override those shipped with applications, which matches .NET Framework behavior (for #138).
- As part of this, various libraries that were in Wine Mono but not .NET Framework have been either removed or renamed to start with
WineMono.
, to prevent conflicts with application libraries. The one exception isMono.Cecil
, for which the builtin version is likely to work better.
- As part of this, various libraries that were in Wine Mono but not .NET Framework have been either removed or renamed to start with