You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ck...@apache.org on 2019/01/14 23:03:12 UTC

[logging-log4j2] branch master updated: Changelog for LOG4J2-2533

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

ckozak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d5e761  Changelog for LOG4J2-2533
8d5e761 is described below

commit 8d5e7614815a16a406cfb83b79ff2b8f27e5fe0d
Author: Carter Kozak <ck...@apache.org>
AuthorDate: Mon Jan 14 17:59:31 2019 -0500

    Changelog for LOG4J2-2533
---
 src/changes/changes.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9fb7949..93d9d0b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -349,6 +349,9 @@
         Introduce new JAVA_UNQUOTED MapMessage format type based on the JAVA formatting, but without
         quoted values.
       </action>
+      <action issue="LOG4J2-2533" dev="ckozak" type="fix" due-to="Michail Prusakov">
+        Fix a regression introduced by LOG4J2-2301 in 2.11.1 allowing allocation to occur in AsyncLoggerConfig.
+      </action>
     </release>
     <release version="2.11.2" date="2018-MM-DD" description="GA Release 2.11.2">
       <action issue="LOG4J2-1576" dev="rgoers" type="update">
@@ -491,6 +494,9 @@
         Introduce new JAVA_UNQUOTED MapMessage format type based on the JAVA formatting, but without
         quoted values.
       </action>
+      <action issue="LOG4J2-2533" dev="ckozak" type="fix" due-to="Michail Prusakov">
+        Fix a regression introduced by LOG4J2-2301 in 2.11.1 allowing allocation to occur in AsyncLoggerConfig.
+      </action>
     </release>
     <release version="2.11.1" date="2018-07-22" description="GA Release 2.11.1">
       <action issue="LOG4J2-2389" dev="rgoers" type="fix" due-to="Liu Wen">