Added patch to avoid sending unexpected wakeup with uninitialized cookie value.

This commit is contained in:
Sebastian Lackner
2014-11-25 20:20:55 +01:00
parent c2bceff255
commit e4caae5b65
3 changed files with 81 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -8,6 +8,7 @@ wine-compholio (1.7.32) UNRELEASED; urgency=low
* Added patch to fix issues with write watches when using Exagear.
* Added patch to avoid failure because of missing ptrace support for Exagear.
* Added patch to automatically detect if tests are running under Wine.
* Added patch to avoid sending unexpected wakeup with uninitialized cookie value.
* 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).