Added patch to fix issues with write watches when using Exagear.

This commit is contained in:
Sebastian Lackner
2014-11-22 05:51:42 +01:00
parent 50b6b69053
commit 7c3d480e56
4 changed files with 57 additions and 2 deletions

1
debian/changelog vendored
View File

@@ -5,6 +5,7 @@ wine-compholio (1.7.32) UNRELEASED; urgency=low
* Added patch to take abs() of vertex z coordinate as FFP fog coordinate.
* 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.
* 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).