Repository: logging-log4j2
Updated Branches:
  refs/heads/master 22775f6a9 -> d90840072


LOG4J2-2035 Fix documentation to clarify disruptor-3.3.4 is now required for 
async loggers: disruptor-3.3.3 was never released.


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

Branch: refs/heads/master
Commit: d90840072c33dc07ba68583e07abde47416aa62f
Parents: 22775f6
Author: rpopma <[email protected]>
Authored: Thu Sep 14 07:51:43 2017 +0900
Committer: rpopma <[email protected]>
Committed: Thu Sep 14 07:51:43 2017 +0900

----------------------------------------------------------------------
 src/changes/changes.xml        | 3 +++
 src/site/xdoc/manual/async.xml | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d9084007/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bca7660..ca4d73f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,9 @@
          - "remove" - Removed
     -->
     <release version="2.9.1" date="2017-MM-DD" description="GA Release 2.9.1">
+      <action issue="LOG4J2-2035" dev="rpopma" type="fix">
+        Fix documentation to clarify disruptor-3.3.4 is now required for async 
loggers: disruptor-3.3.3 was never released.
+      </action>
       <action issue="LOG4J2-2030" dev="rgoers" type="fix">
         Inspect all known ClassLoaders to locate the service provider.
       </action>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d9084007/src/site/xdoc/manual/async.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/async.xml b/src/site/xdoc/manual/async.xml
index c7a000a..61ced2e 100644
--- a/src/site/xdoc/manual/async.xml
+++ b/src/site/xdoc/manual/async.xml
@@ -126,7 +126,7 @@
       <a name="AllAsync" />
       <subsection name="Making All Loggers Asynchronous">
         <p>
-          <i>Log4j-2.9 and higher require disruptor-3.3.3.jar or higher on the 
classpath.
+          <i>Log4j-2.9 and higher require disruptor-3.3.4.jar or higher on the 
classpath.
           Prior to Log4j-2.9, disruptor-3.0.0.jar or higher was required.
           </i>
         </p>
@@ -304,7 +304,7 @@
       <a name="MixedSync-Async" />
       <subsection name="Mixing Synchronous and Asynchronous Loggers">
         <p>
-          <i>Log4j-2.9 and higher require disruptor-3.3.3.jar or higher on the 
classpath.
+          <i>Log4j-2.9 and higher require disruptor-3.3.4.jar or higher on the 
classpath.
             Prior to Log4j-2.9, disruptor-3.0.0.jar or higher was required.
           There is no need to set system property "Log4jContextSelector" to 
any value.</i></p>
         <p>

Reply via email to