Added patch to ensure wintrust resets data->pWintrustData->u.pFile->hFile after closing handle.

This commit is contained in:
Sebastian Lackner
2014-11-25 21:29:26 +01:00
parent bb565dbad1
commit 3a7d42fd2c
5 changed files with 49 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -10,6 +10,7 @@ wine-compholio (1.7.32) UNRELEASED; urgency=low
* Added patch to automatically detect if tests are running under Wine.
* Added patch to avoid sending unexpected wakeup with uninitialized cookie value.
* Added patch to fix issues with dragging layers between images in Adobe Photoshop 7.0.
* Added patch to ensure wintrust resets data->pWintrustData->u.pFile->hFile after closing handle.
* 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).