8000 Release wine-mono-10.0.0 Β· wine-mono/wine-mono Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wine-mono-10.0.0

Latest
Compare
Choose a tag to compare
@madewokherd madewokherd released this 29 Mar 16:12
· 30 commits to main since this release

Changes since 9.4.0:

  • All PE dll's in Wine Mono are now marked as Wine builtins. This allows distributions shipping their own build of Wine Mono to link to system dll's. (for wine bug 57543)
    • The -static-libgcc switch is no longer used. With llvm-mingw it has no effect, and for distributions building with mingw-w64 it should no longer be needed.
  • Implemented more of Microsoft.DirectX.Vector2 (for wine bug 57406).
  • Added System.Windows.Forms.ApplicationConfigurationSection (for wine bug 57010).
  • Fixed handling of assemblies where the top-level module class isn't named <Module>.
  • WPF now uses GPU for more rendering (made possible by improvements in Wine's shader compiler).
  • Development process:
    • Mono configure now correctly accounts for missing gettext, and prints an error message explaining how to correct it.
    • Official release assets are now built by GitLab jobs instead of the maintainer's computer.
  • Upstream updates:
    • llvm-mingw updated to 20250305
    • SDL2 updated to 2.32.0
    • FNA updated to 25.02
0