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 2016/01/24 07:49:44 UTC

logging-log4j2 git commit: LOG4J2-1221, LOG4J2-1080 Change log: modified change type from "add" to "update"

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 82872f7e6 -> 83deb4fde


LOG4J2-1221, LOG4J2-1080 Change log: modified change type from "add" to "update"


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

Branch: refs/heads/master
Commit: 83deb4fde5364a8b35302101c5df959d37cbe618
Parents: 82872f7
Author: rpopma <rp...@apache.org>
Authored: Sun Jan 24 15:49:46 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Jan 24 15:49:46 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/83deb4fd/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 645bed9..b94520f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,11 +24,11 @@
   </properties>
   <body>
     <release version="2.5.1" date="201Y-MM-DD" description="GA Release 2.5.1">
-      <action issue="LOG4J2-1221" dev="rpopma" type="add" due-to="Michael Barker">
+      <action issue="LOG4J2-1221" dev="rpopma" type="update" due-to="Michael Barker">
         Added async logger Timeout wait strategy and made this the default wait strategy for async loggers.
         This prevents a rare deadlock that may occur on Solaris.
       </action>
-      <action issue="LOG4J2-1080" dev="rpopma" type="add">
+      <action issue="LOG4J2-1080" dev="rpopma" type="update">
         Added option to discard events below a certain log level if the async logger ring buffer
         or async appender queue remaining capacity falls below a certain ratio.
       </action>