Added patch to add winecfg Staging tab.

This commit is contained in:
Sebastian Lackner
2014-12-14 21:55:51 +01:00
parent 2971d1f90b
commit 0f0f8d3d6f
4 changed files with 253 additions and 0 deletions

3
debian/changelog vendored
View File

@@ -1,4 +1,6 @@
wine-compholio (1.7.33) UNRELEASED; urgency=low
* Various improvements of patchupdate.py.
* Added patches for wined3d CSMT (command stream) support.
* Added additional tests for VerifyVersionInfoA.
* Added patch to fix condition handling in RtlVerifyVersionInfo.
* Added patch to set last error when GetRawInputDeviceList fails.
@@ -14,6 +16,7 @@ wine-compholio (1.7.33) UNRELEASED; urgency=low
* Added patch to provide named entry point shell32.SHILCreateFromPath for vista apps.
* Added patch to reallocate buffer when adding records to AVI files.
* Added patch to implement support for loader dll redirections.
* Added patch to add winecfg Staging tab.
* Removed patch to fix copy and paste errors in ws2_32 tests (accepted upstream).
* Removed patch to fix ordering of IP addresses by metric if two addresses have the same metric (accepted upstream).
* Removed patch to reset data->pWintrustData->u.pFile->hFile after closing handle (accepted upstream).