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 2016/05/15 13:26:32 UTC

logging-log4j2 git commit: LOG4J2-1297 removed duplicate entry in changes.xml

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 7c102f610 -> 606e224f9


LOG4J2-1297 removed duplicate entry in changes.xml


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

Branch: refs/heads/master
Commit: 606e224f9366c169bff5ac1b76d75cca6e86bc5a
Parents: 7c102f6
Author: rpopma <rp...@apache.org>
Authored: Sun May 15 22:27:03 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun May 15 22:27:03 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/606e224f/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f002afc..5fde9dc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,9 +33,6 @@
       <action issue="LOG4J2-1297" dev="rpopma" type="add">
         (GC) Added manual page on garbage-free logging.
       </action>
-      <action issue="LOG4J2-1297" dev="rpopma" type="add">
-        (GC) Added manual page on garbage-free logging.
-      </action>
       <action issue="LOG4J2-1382" dev="rpopma" type="fix">
         Copying a MutableLogEvent using Log4jLogEvent.Builder should not unnecessarily obtain caller location information.
       </action>