Added patch to fix init of LONGLONG variable with a negative value in TGA decoder.

This commit is contained in:
Sebastian Lackner
2015-01-15 18:18:50 +01:00
parent 603ba80d41
commit 3e7445275a
5 changed files with 48 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -7,6 +7,7 @@ wine-staging (1.7.35) UNRELEASED; urgency=low
* Added patch to implement support for DDS file format in D3DXSaveTextureToFileInMemory.
* Added patch to avoid appending duplicate NULL character when importing keys with regedit.
* Added patch for IConnectionPoint/INetworkListManagerEvents stub interface.
* Added patch to fix init of LONGLONG variable with a negative value in TGA decoder.
* Removed patch to set last error on success in WSARecv (accepted upstream).
* Removed patch to fix handling of subdirectory in FtpFindFirstFile (accepted upstream).
-- Sebastian Lackner <sebastian@fds-team.de> Mon, 12 Jan 2015 13:06:22 +0100