Added patch to avoid failure because of missing ptrace support for Exagear.

This commit is contained in:
Sebastian Lackner
2014-11-23 22:35:30 +01:00
parent 0301a239d6
commit 3b946491da
2 changed files with 4 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -6,6 +6,7 @@ wine-compholio (1.7.32) UNRELEASED; urgency=low
* Added patch to ensure ShowWindow avoids interthread no-op messages.
* Added patch to avoid race-conditions of async WSARecv() operations with write watches.
* Added patch to fix issues with write watches when using Exagear.
* Added patch to avoid failure because of missing ptrace support for Exagear.
* Removed patch to close server fd is there is no space in thread inflight fd list (accepted upstream).
* Removed patch to fix bugs in StrStr functions (accepted upstream).
* Removed patches to avoid sending messages in FindWindowExW (accepted upstream).