You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2017/04/23 17:25:12 UTC

[6/6] logging-log4j2 git commit: Add changelog entry for LOG4J2-1855

Add changelog entry for LOG4J2-1855


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

Branch: refs/heads/master
Commit: b1b95d80aa8759a6149638764e24c5ca60b7fc35
Parents: 76c68b2
Author: Matt Sicker <bo...@gmail.com>
Authored: Sun Apr 23 12:24:54 2017 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sun Apr 23 12:24:54 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b1b95d80/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 252c91e..7cc818f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,6 +37,9 @@
       <action issue="LOG4J2-1880" dev="mikes" type="add">
         Warn when a configuration file for an inactive ConfigurationFactory is found.
       </action>
+      <action issue="LOG4J2-1855" dev="mattsicker" type="add" due-to="Anthony Maire">
+        Add an optional random delay in TimeBasedTriggeringPolicy
+      </action>
       <action issue="LOG4J2-1876" dev="mikes" type="fix">
         More reliable checking for runtime dependencies.
       </action>