Added patch to stub ntoskrnl.PsRemoveLoadImageNotifyRoutine.

This commit is contained in:
Michael Müller
2015-04-03 17:13:12 +02:00
parent 031d8707e6
commit a6bdf0d803
5 changed files with 52 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -17,6 +17,7 @@ wine-staging (1.7.40) UNRELEASED; urgency=low
* 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.
* Added patch to stub ntoskrnl.PsRemoveLoadImageNotifyRoutine
* 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).