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 2018/10/16 23:43:26 UTC

[2/2] logging-log4j2 git commit: Changelog for LOG4J2-2478

Changelog for LOG4J2-2478


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

Branch: refs/heads/master
Commit: de8b8fbf4687d6fb7e6fba46d69825ced7b862e5
Parents: 2f224d3
Author: Carter Kozak <ck...@apache.org>
Authored: Tue Oct 16 19:43:06 2018 -0400
Committer: Carter Kozak <ck...@apache.org>
Committed: Tue Oct 16 19:43:06 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/de8b8fbf/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c2a8f95..9d2d399 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -278,6 +278,9 @@
       <action issue="LOG4J2-2466" dev="ggregory" type="fix" due-to="Paolo Bonanomi, Gary Gregory">
         ColumnMapping literal not working.
       </action>
+      <action issue="LOG4J2-2478" dev="ckozak" type="fix" due-to="Diego Elias Costa">
+        AbstractStringLayoutStringEncodingBenchmark returns the computed variables on each benchmark to avoid DCE.
+      </action>
     </release>
     <release version="2.11.2" date="2018-MM-DD" description="GA Release 2.11.2">
       <action issue="LOG4J2-2391" dev="ckozak" type="update">
@@ -337,6 +340,9 @@
       <action issue="LOG4J2-2466" dev="ggregory" type="fix" due-to="Paolo Bonanomi, Gary Gregory">
         ColumnMapping literal not working.
       </action>
+      <action issue="LOG4J2-2478" dev="ckozak" type="fix" due-to="Diego Elias Costa">
+        AbstractStringLayoutStringEncodingBenchmark returns the computed variables on each benchmark to avoid DCE.
+      </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">