You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/07/28 06:39:05 UTC

[logging-log4j2] branch release-2.x updated: LOG4J2-2832 - update changes.xml

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 0572275  LOG4J2-2832 - update changes.xml
0572275 is described below

commit 0572275c704ff14b8b63ed466cc6ea59becc73d9
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Mon Jul 27 23:38:44 2020 -0700

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f77a280..a6da7b7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,9 @@
          - "remove" - Removed
     -->
     <release version="2.14.0" date="2020-MM-DD" description="GA Release 2.14.0">
+      <action issue="LOG4J2-2832" dev="rgoers" type="fix" due-to="Benjamin Asbach">
+        Correct class name printed in error message in RollingFileAppender.
+      </action>
       <action issue="LOG4J2-2882" dev="rgoers" type="fix" due-to="Emmanuel Bourg">
         Support java.util.logging filters when using that API.
       </action>