Added patch to implement support for linux priority levels (by Joakim Hernberg, various modifications by Sebastian Lackner).

This commit is contained in:
Sebastian Lackner
2015-04-02 02:34:39 +02:00
parent 655ba010d9
commit 3b9b44454b
5 changed files with 285 additions and 16 deletions

1
debian/changelog vendored
View File

@@ -14,6 +14,7 @@ wine-staging (1.7.40) UNRELEASED; urgency=low
* 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).
* Added patch to implement support for linux priority levels (by Joakim Hernberg, various modifications by Sebastian Lackner).
* 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).