Rebase against 1e8759805e3c5dfe00a31bb5f13f1c1da28d2826.

This commit is contained in:
Sebastian Lackner
2015-05-21 06:24:11 +02:00
parent f09433417e
commit b2297b41c3
24 changed files with 255 additions and 908 deletions

8
debian/changelog vendored
View File

@@ -9,6 +9,14 @@ wine-staging (1.7.44) UNRELEASED; urgency=low
(accepted upstream).
* Removed patch to fix memory leak in wininet cookie handling (accepted
upstream).
* Removed patch to allocate fake hWnd for wineconsole curses backend (accepted
upstream).
* Removed patch to dirtify vertex shader on transformed update (accepted
upstream).
* Removed patch to avoid appending duplicate NULL characters when importing
keys with regedit (accepted upstream).
* Removed patch to implement kernel32.GetSystemTimePreciseAsFileTime (accepted
upstream).
* Removed various patches containing tests (accepted upstream).
* Partially removed patches for ITextFont/ITextPara implementation (fixed
upstream).