Repository: logging-log4j2
Updated Branches:
  refs/heads/master c81c118a2 -> cf163a995


LOG4J2-2031 Update change log

Until this change, messages appeared out of order in log file any time when the 
async logging queue was full. With this change, messages are only logged out of 
order to prevent deadlock when Log4j2 detects recursive logging while the queue 
is full.


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

Branch: refs/heads/master
Commit: cf163a995a1ceea805ff162dc20debf933094ea8
Parents: c81c118
Author: rpopma <[email protected]>
Authored: Wed Sep 20 22:59:57 2017 +0900
Committer: rpopma <[email protected]>
Committed: Wed Sep 20 22:59:57 2017 +0900

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/cf163a99/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9914edc..6a63210 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,11 @@
          - "update" - Change
          - "remove" - Removed
     -->
+    <release version="2.9.2" date="2017-XX-XX" description="GA Release 2.9.2">
+      <action issue="LOG4J2-2031" dev="rpopma" type="fix">
+        Until this change, messages appeared out of order in log file any time 
when the async logging queue was full. With this change, messages are only 
logged out of order to prevent deadlock when Log4j2 detects recursive logging 
while the queue is full.
+      </action>
+    </release>
     <release version="2.9.1" date="2017-09-17" description="GA Release 2.9.1">
       <action issue="LOG4J2-1988" dev="rpopma" type="fix">
         Prevent ConcurrentModificationException with AsyncLoggerConfig.

Reply via email to