This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new bde8e23  LOG4J2-2542 - CronTriggeringPolicy was not rolling properly, 
especially when used with the SizeBasedTriggeringPolicy
bde8e23 is described below

commit bde8e23f8adfa114de676b84576e67d9f22f09b5
Author: Ralph Goers <rgo...@apache.org>
AuthorDate: Fri Feb 1 23:51:33 2019 -0700

    LOG4J2-2542 - CronTriggeringPolicy was not rolling properly, especially 
when used with the SizeBasedTriggeringPolicy
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 071b1df..ee56be5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,9 @@
          - "remove" - Removed
     -->
     <release version="2.11.2" date="2018-MM-DD" description="GA Release 
2.11.2">
+      <action issue="LOG4J2-2542" dev="rgoers" type="fix">
+        CronTriggeringPolicy was not rolling properly, especially when used 
with the SizeBasedTriggeringPolicy.
+      </action>
       <action issue="LOG4J2-2266" dev="rgoers" type="fix">
         Load PropertySources from any accessible ClassLoader. Hide any 
exceptions that may occur accessing a PropertySource.
       </action>

Reply via email to