Update several patches and include changes from tools/make_specfiles and tools/make_makefiles.

This commit is contained in:
Sebastian Lackner
2014-11-26 18:28:06 +01:00
parent 81ffd32566
commit 7f503dd5f1
6 changed files with 90 additions and 30 deletions

2
debian/changelog vendored
View File

@@ -1,5 +1,6 @@
wine-compholio (1.7.32) UNRELEASED; urgency=low
* Update patch for SO_CONNECT_TIME and adding better tests.
* Update patch for FD Cache and use faster method on x86_64.
* Added patch to ensure dbghelp always checks for debug symbols in BINDIR.
* Added patch for pulseaudio exclusive mode support.
* Added patch to take abs() of vertex z coordinate as FFP fog coordinate.
@@ -11,6 +12,7 @@ wine-compholio (1.7.32) UNRELEASED; urgency=low
* 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.
* Added patch to add additional format conversions for DXT1 and DXT3.
* 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).