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/26 18:26:14 UTC

git commit: Use "Documentation" prefix for all user manual/site changes.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master f12ef1580 -> ccbcc53e9


Use "Documentation" prefix for all user manual/site changes.

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

Branch: refs/heads/master
Commit: ccbcc53e9bdc21f478c78344d4f5c462217e46ef
Parents: f12ef15
Author: rpopma <rp...@apache.org>
Authored: Sat Sep 27 01:26:16 2014 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sat Sep 27 01:26:16 2014 +0900

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ccbcc53e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f7d951e..55002fd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,7 +56,7 @@
         Documentation: added section on XInclude to user manual Configuration page.
       </action>
       <action issue="LOG4J2-678" dev="rpopma" type="fix" due-to="Matt Sicker">
-        Fixed minor issues with Log4j2 web site/documentation.
+        Documentation: fixed minor issues with Log4j2 web site/documentation.
       </action>
       <action issue="LOG4J2-844" dev="rpopma" type="update">
         Update JMH to 1.1 from 0.7.2.
@@ -80,7 +80,7 @@
         MarkerManager Log4jMarker.hasParents() returns opposite of correct result.
       </action>
       <action issue="LOG4J2-785" dev="rpopma" type="fix">
-        Fixed capitalization inconsistency in user manual example config.
+        Documentation: fixed capitalization inconsistency in user manual example config.
       </action>
       <action issue="LOG4J2-829" dev="rpopma" type="fix">
         Fixed issue in RollingFile filePattern: backslashes are path separators, not escape characters.
@@ -95,7 +95,7 @@
         ThrowableProxy fails if a class in logged stack trace throws java.lang.Error from initializer
       </action>
       <action issue="LOG4J2-831" dev="rpopma" type="update">
-        Update FAQ "which jars" diagrams for JUL bridge and 2.1 version.
+        Documentation: updated FAQ "which jars" diagrams for JUL bridge and 2.1 version.
       </action>
       <action issue="LOG4J2-827" dev="mattsicker" type="add">
         Support use of TypeConverter classes through the standard Plugin system.