Skip to content

wine-mono-5.1.1

Compare
Choose a tag to compare
@madewokherd madewokherd released this 27 Sep 16:08

Changes since 5.1.0:

  • Enough of the WPF TextFormatting API has been implemented in managed code (without needing PresentationNative) for TextBlock and TextBox controls to load. This makes applications using WPF much more likely to start.
  • Most debug output now goes through Wine's debug functions, which sends it to stderr and prevents it from getting lost when win32 pipes aren't passed along to child processes.
  • COM improvements for applications using the _AppDomain interface: mono/mono#19768
  • Imported the NetworkChange class from corefx.
  • Improvements to array marshaling: mono/mono#19683
  • Fixed a race condition that can cause a crash in winforms when using timers.
  • Cherry-picked some regression fixes for winforms from upstream.