Added patches to improve crosscompiling Wine for other platforms.

This commit is contained in:
Sebastian Lackner
2015-06-21 20:21:23 +02:00
parent 6b5229ca83
commit 5f9893a79d
4 changed files with 117 additions and 17 deletions

1
debian/changelog vendored
View File

@@ -5,6 +5,7 @@ wine-staging (1.7.46) UNRELEASED; urgency=low
* Added patch to fix possible use-after-free in wineserver device IPR code.
* Added patch to fix wineserver crash when pipe server object is destroyed
before client (fixes Wine Staging Bug #393).
* Added patches to improve crosscompiling Wine for other platforms.
* Updated kernel32-GetVolumePathName to fix several test failures.
* Updated ntoskrnl-Emulator patchset to implement emulation of MOVZX
instruction on x86_64.