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

[1/2] git commit: LOG4J2-431 Rephrased docs, removed "Beta" label.

Repository: logging-log4j2
Updated Branches:
  refs/heads/LOG4J2-431 eb34813e8 -> 7ebb74d8b


LOG4J2-431 Rephrased docs, removed "Beta" label.

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

Branch: refs/heads/LOG4J2-431
Commit: d50b9ad8761a0b57e17ade97a42aa0fc6886b693
Parents: eb34813
Author: rpopma <rp...@apache.org>
Authored: Thu Sep 18 08:03:42 2014 +0900
Committer: rpopma <rp...@apache.org>
Committed: Thu Sep 18 08:03:42 2014 +0900

----------------------------------------------------------------------
 src/site/xdoc/manual/appenders.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d50b9ad8/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml
index 10e811b..9512561 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -1322,8 +1322,8 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity {
         </subsection>
       <a name="MemoryMappedFileAppender" />
       <subsection name="MemoryMappedFileAppender">
-        <p><i>Beta. This has been tested on several platforms, but this is
-          a new component (since 2.1-beta) and does not yet have much track record.</i></p>
+        <p><i>New since 2.1-beta. Be aware that this is a new addition, and although it has been
+          tested on several platforms, it does not have as much track record as the other file appenders.</i></p>
         <p>
           The MemoryMappedFileAppender maps a part of the specified file into memory
           and writes log events to this memory, relying on the operating system's


[2/2] git commit: LOG4J2-431 added change log entry for release notes

Posted by rp...@apache.org.
LOG4J2-431 added change log entry for release notes

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

Branch: refs/heads/LOG4J2-431
Commit: 7ebb74d8b70d1b0128f66c4b20753a15c1b73121
Parents: d50b9ad
Author: rpopma <rp...@apache.org>
Authored: Thu Sep 18 08:04:11 2014 +0900
Committer: rpopma <rp...@apache.org>
Committed: Thu Sep 18 08:04:11 2014 +0900

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7ebb74d8/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1102908..2faca5c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,9 @@
   </properties>
   <body>
     <release version="2.1" date="2014-??-??" description="Bug fixes and enhancements">
+      <action issue="LOG4J2-431" dev="rpopma" type="add" dure-to="Claude Mamo">
+        Added Memory-Mapped File Appender.
+      </action>
       <action issue="LOG4J2-827" dev="mattsicker" type="add">
         Support use of TypeConverter classes through the standard Plugin system.
       </action>