Repository: logging-log4j2 Updated Branches: refs/heads/master d0597f6d1 -> d6391e98f
Changes.xml: [LOG4J2-1128] Reuse StringBuilder to improve performance for String-based layouts: CSV, GELF, HTML, RFC524, Syslog. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d6391e98 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d6391e98 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d6391e98 Branch: refs/heads/master Commit: d6391e98f111172e3909eb337dbd644fd6f0ac27 Parents: d0597f6 Author: ggregory <[email protected]> Authored: Tue Sep 22 12:17:01 2015 -0700 Committer: ggregory <[email protected]> Committed: Tue Sep 22 12:17:01 2015 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d6391e98/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f15c8f5..93ba5f1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,7 +24,11 @@ </properties> <body> <release version="2.4.1" date="2015-MM-DD" description="GA Release 2.4.1"> - <action issue="LOG4J2-1127" dev="ggregory" type="fix">log4j2.xml cannot be parsed on Oracle Weblogic 12c</action> + <action issue="LOG4J2-1127" dev="ggregory" type="fix"> + log4j2.xml cannot be parsed on Oracle Weblogic 12c</action> + <action issue="LOG4J2-1128" dev="ggregory" type="update"> + Reuse StringBuilder to improve performance for String-based layouts: CSV, GELF, HTML, RFC524, Syslog. + </action> </release> <release version="2.4" date="2015-09-20" description="GA Release 2.4"> <action issue="LOG4J2-635" dev="rgoers" type="add">
