LOG4J2-1748 fix changelog
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/80879c7d Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/80879c7d Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/80879c7d Branch: refs/heads/LOG4J2-1748and1780-remove-ExecutorService-from-LoggerContext Commit: 80879c7dd6c76700a575c4dfe4e42bfde205faef Parents: bd649ed Author: Mikael Ståldal <[email protected]> Authored: Sun Jan 15 15:56:42 2017 +0100 Committer: Mikael Ståldal <[email protected]> Committed: Sun Jan 15 15:56:42 2017 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/80879c7d/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 10d15f0..9405a93 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -52,7 +52,7 @@ CronTriggeringPolicy would use the wrong date/time when rolling over and create multiple triggering policies on reconfiguration. </action> <action issue="LOG4J2-1748" dev="mikes" type="fix"> - Do not use non-daemon pool for rollover tasks. + Do not use non-daemon thread pool for rollover tasks. </action> <action issue="LOG4J2-1628" dev="rpopma" type="fix"> Fixed file locking regression in FileAppender introduced in 2.6.
