From ec8049fcf5f1d0a84d2b1d0d338faa2cbcff8cd4 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Sat, 28 Feb 2015 01:52:48 +0100 Subject: [PATCH] Added patch to implement JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE. --- debian/changelog | 1 + patches/patchinstall.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 73b3c7d0..6801db1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low * Added patch in order to allow to override number of quality levels for D3DMULTISAMPLE_NONMASKABLE. * Added patch for job object completion support. * Added patch to properly track handle count of wineserver objects. + * Added patch to implement JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE. * Removed patch to properly call DriverUnload when unloading device drivers (accepted upstream). * Removed patch to allow Accept-Encoding for HTTP/1.0 in wininet (accepted upstream). * Removed patch to declare pDirectInputCreateEx in a MSVC compatible way (accepted upstream). diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 88d4f8bf..044ae458 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -3358,6 +3358,7 @@ if test "$enable_server_JobObjects" -eq 1; then patch_apply server-JobObjects/0010-server-Basic-implementation-of-job-objects.patch patch_apply server-JobObjects/0011-server-Implement-completion-messages-for-job-objects.patch patch_apply server-JobObjects/0012-server-Properly-track-handle-count-of-objects.patch + patch_apply server-JobObjects/0014-server-Implement-JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE.patch ( echo '+ { "Sebastian Lackner", "kernel32/tests: Allow multiple subprocess commands in process tests.", 1 },'; echo '+ { "Andrew Cook", "kernel32/tests: Add tests for IsProcessInJob.", 1 },'; @@ -3371,6 +3372,7 @@ if test "$enable_server_JobObjects" -eq 1; then echo '+ { "Andrew Cook", "server: Basic implementation of job objects.", 1 },'; echo '+ { "Andrew Cook", "server: Implement completion messages for job objects.", 1 },'; echo '+ { "Andrew Cook", "server: Properly track handle count of objects.", 1 },'; + echo '+ { "Andrew Cook", "server: Implement JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE.", 1 },'; ) >> "$patchlist" fi