Repository: logging-log4j2 Updated Branches: refs/heads/master 83b930dcf -> fa9096070
LOG4J2-1417 updated change log Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/fa909607 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/fa909607 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fa909607 Branch: refs/heads/master Commit: fa90960708bb25183971a392d9e10a78301ae775 Parents: 83b930d Author: rpopma <[email protected]> Authored: Sat Jun 11 17:29:28 2016 +0900 Committer: rpopma <[email protected]> Committed: Sat Jun 11 17:29:28 2016 +0900 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fa909607/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index aa7a644..c5ea71e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,6 +24,9 @@ </properties> <body> <release version="2.6.2" date="2016-MM-DD" description="GA Release 2.6.2"> + <action issue="LOG4J2-1417" dev="rpopma" type="fix"> + Fixed issue where Unbox utility ignored the value Constants.ENABLE_THREADLOCALS and always stored non-JDK classes in ThreadLocals. + </action> <action issue="LOG4J2-1422" dev="rpopma" type="fix"> Fixed issue where AsyncAppenderQueueFullPolicyTest sometimes hangs. </action>
