server-JobObjects: Add reference to upstream bugreport.

This commit is contained in:
Sebastian Lackner
2015-05-31 14:48:17 +02:00
parent b54341886b
commit bb8f219272
5 changed files with 16 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ usage()
# Show version information
version()
{
echo "Wine Staging 1.7.44"
echo "Wine Staging 1.7.45 (unreleased)"
echo "Copyright (C) 2014-2015 the Wine Staging project authors."
echo ""
echo "Patchset to be applied on upstream Wine:"
@@ -4291,6 +4291,9 @@ fi
# Patchset server-JobObjects
# |
# | This patchset fixes the following Wine bugs:
# | * [#38658] Multiple applications needs better NtQueryInformationJobObject stub
# |
# | Modified files:
# | * dlls/kernel32/tests/process.c, dlls/ntdll/sync.c, server/process.c
# |

View File

@@ -1,3 +1,3 @@
Fixes: Python PIP needs better NtQueryInformationJobObject stub
Fixes: [38658] Multiple applications needs better NtQueryInformationJobObject stub
Depends: server-OpenProcess
Depends: server-Misc_ACL

View File

@@ -1,2 +0,0 @@
Fixes: [37667] Set last error when GetRawInputDeviceList fails
Category: stable