Skip to content

wine-mono-7.4.0

Compare
Choose a tag to compare
@madewokherd madewokherd released this 21 Oct 21:59
· 279 commits to develop since this release

Changes since 7.3.1:

  • Fixed a regression in string formatting in WPF. The bug is in WPF code but was triggered by an implementation change in Wine's dwrite. (Winehq bug 53552)
  • Fixed build on systems that have a "python3" command but no "python".
  • Fixed build error with glibc 2.36.
  • Updated the Vagrant build VM to Ubuntu 22.04.
  • Some work on System.Configuration tests.
    • Nunit tests now use .exe.config files.
    • Stand-alone System.Configuration tests now run as part of the test suite.
    • A default case was added to fix a failing test. It's not known if this helps any real application.
  • IL code storing a 64-bit integer to a "function pointer" type field is now accepted. This fixes an Invalid IL error in Grounded.
  • Imported System.Speech.dll from .NET Core. This does not work yet with Wine's SAPI implementation, but allows for further development.
  • Updated SDL to 2.24.0.
  • Updated FNA to 22.09.01.
  • Updated Mono from upstream.