Added patch for support of 8bpp grayscale TIFF images with 8bpp alpha channel (replaces previous stub).

This commit is contained in:
Sebastian Lackner
2015-04-01 03:14:19 +02:00
parent 168c9879a0
commit 7995c78fbf
6 changed files with 253 additions and 44 deletions

1
debian/changelog vendored
View File

@@ -13,6 +13,7 @@ wine-staging (1.7.40) UNRELEASED; urgency=low
* Added patch to return correct device type for cd devices without medium.
* Added patch to fix device paths in HKLM\SYSTEM\MountedDevices.
* Added patch to show unmounted devices in winecfg and allow changing the unix path.
* Added patch for support of 8bpp grayscale TIFF images with 8bpp alpha channel (replaces previous stub).
* Removed patch to fix regression causing black screen on startup (accepted upstream).
* Removed patch to fix edge cases in TOOLTIPS_GetTipText (fixed upstream).
* Removed patch for IConnectionPoint/INetworkListManagerEvents stub interface (accepted upstream).