You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2014/09/14 15:26:17 UTC

[4/4] git commit: LOG4J2-819 update change log

LOG4J2-819 update 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/73a29ed0
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/73a29ed0
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/73a29ed0

Branch: refs/heads/master
Commit: 73a29ed0e7905f472a6b25a3f2b71271e1f04220
Parents: 63595be
Author: rpopma <rp...@apache.org>
Authored: Sun Sep 14 22:25:22 2014 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Sep 14 22:25:22 2014 +0900

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/73a29ed0/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 85fc681..b40dfc4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,10 @@
   </properties>
   <body>
     <release version="2.1" date="2014-??-??" description="Bug fixes and enhancements">
+      <action issue="LOG4J2-819" dev="mattsicker" type="fix" due-to="Gary Gregory">
+        Fixed memory leak in Tomcat 6 caused by clock background threads unintentionally
+        started by Tomcat after web application stop.
+      </action>
       <action issue="LOG4J2-428" dev="ggregory" type="add" due-to="Mark Paluch">
         Implement a GELF layout.
       </action>