·
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.
- The
- 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