You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2016/09/23 07:28:46 UTC

logging-log4j2 git commit: Closes #43.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 383135357 -> b0ac23b35


Closes #43.

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

Branch: refs/heads/master
Commit: b0ac23b35f2d430e8c4ac7c3e10ddb2115044157
Parents: 3831353
Author: Gary Gregory <gg...@apache.org>
Authored: Fri Sep 23 00:28:39 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Fri Sep 23 00:28:39 2016 -0700

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b0ac23b3/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8a727c0..c855ec7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -175,7 +175,7 @@
         Redo hashCode() and equals() methods in org.apache.logging.log4j.core.net.ssl classes.
       </action>
       <action issue="LOG4J2-1610" dev="ggregory" type="fix" due-to="Shubhankar">
-        Add targetNamespace to log4j-config.xsd.
+        Add targetNamespace to log4j-config.xsd. GitHub #43.
       </action>
       <action issue="LOG4J2-1578" dev="ggregory" type="add">
         RoutingAppender can be configured with scripts. Add Script in a Routes element.