Repository: logging-log4j2 Updated Branches: refs/heads/master 1f06ca46b -> bca0aa601
LOG4J2-1786 ConfigurationScheduler should preserve interrupt flag during stop. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/bca0aa60 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/bca0aa60 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/bca0aa60 Branch: refs/heads/master Commit: bca0aa601cba7219ea4d8ed768e0a072a6622e3e Parents: 1f06ca4 Author: rpopma <[email protected]> Authored: Sun Jan 15 11:28:17 2017 +0900 Committer: rpopma <[email protected]> Committed: Sun Jan 15 11:28:17 2017 +0900 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/bca0aa60/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d69cec5..a9d16c1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -25,7 +25,7 @@ <body> <release version="2.8" date="2017-MM-DD" description="GA Release 2.8"> <action issue="LOG4J2-1786" dev="rpopma" type="fix"> - ConfigurationScheduler should preserve interrupt flag during stop. + ConfigurationScheduler now preserves interrupt flag during stop. </action> <action issue="LOG4J2-1243" dev="rgoers" type="add"> Allow default value in property to be a Lookup.
