Added patch to avoid race-conditions of async WSARecv() operations with write watches.

This commit is contained in:
Sebastian Lackner
2014-11-22 01:52:41 +01:00
parent cc1292a1ac
commit 50b6b69053
5 changed files with 84 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -4,6 +4,7 @@ wine-compholio (1.7.32) UNRELEASED; urgency=low
* Added patch for pulseaudio exclusive mode support.
* 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.
* 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).