Changelog: LOG4J2-1159 Fixed a ThreadLocal memory leak in Tomcat8 that
mentions AsyncLoggers when Async Loggers are not used.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0eb6ddfb
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0eb6ddfb
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/0eb6ddfb

Branch: refs/heads/LOG4J2-1161
Commit: 0eb6ddfbf8d29577c41af5873046d5849a7688d1
Parents: d7b1a02
Author: rpopma <rpo...@apache.org>
Authored: Thu Oct 22 00:16:21 2015 +0900
Committer: rpopma <rpo...@apache.org>
Committed: Thu Oct 22 00:16:21 2015 +0900

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0eb6ddfb/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9a8b7a9..3f37ffb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,9 @@
   </properties>
   <body>
     <release version="2.5" date="2015-MM-DD" description="GA Release 2.5">
+      <action issue="LOG4J2-1159" dev="rpopma" type="fix">
+        Fixed a ThreadLocal memory leak in Tomcat8 that mentions AsyncLoggers 
when Async Loggers are not used.
+      </action>
       <action issue="LOG4J2-1136" dev="rgoers" type="add">
         Add support for JSR 223 scripts in filters and the PatternSelector.
       </action>

Reply via email to