Added patch to implement proper handling of CLI .NET images in Wine library loader.

This commit is contained in:
Sebastian Lackner
2015-04-02 04:39:40 +02:00
parent 7a76ebf786
commit 9b05154f9e
5 changed files with 251 additions and 15 deletions

1
debian/changelog vendored
View File

@@ -16,6 +16,7 @@ wine-staging (1.7.40) UNRELEASED; urgency=low
* Added patch for support of 8bpp grayscale TIFF images with 8bpp alpha channel (replaces previous stub).
* Added patch to implement support for linux priority levels (by Joakim Hernberg, various modifications by Sebastian Lackner).
* Added patch to implement mscoree._CorValidateImage for mono runtime.
* Added patch to implement proper handling of CLI .NET images in Wine library loader.
* 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).