Added patch to ignore garbage after decoding gif lines.

This commit is contained in:
Sebastian Lackner
2015-04-27 03:59:48 +02:00
parent 157d49eb57
commit 90eb3105b8
5 changed files with 49 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -2,6 +2,7 @@ wine-staging (1.7.42) UNRELEASED; urgency=low
* Added patch to implement FileFsFullSizeInformation information class.
* Added patch to update timezone information in wine.inf.
* Added patch to fix check for texture levels in wined3d_device_update_texture.
* Added patch to ignore garbage after decoding gif lines.
* Removed patch to avoid crash when trying to bind mshtml event scripts to window (fixed upstream).
* Removed patch for stub of ntdll.WinSqmIsOptedIn (fixed upstream).
* Removed patch to fix issues with invalid console handles for new processes (accepted upstream).