This is an automated email from the ASF dual-hosted git repository. ckozak pushed a commit to branch release-2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit f01862e85de9af65f9665fb0d258200819e746c9 Author: Carter Kozak <[email protected]> AuthorDate: Mon Dec 23 17:15:39 2019 -0500 LOG4J2-2415 changelog --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2c701e2..c9b207c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -29,6 +29,11 @@ - "update" - Change - "remove" - Removed --> + <release version="2.13.1" date="2019-MM-DD" description="GA Release 2.13.1"> + <action issue="LOG4J2-2415" dev="ckozak" type="fix" due-to="Andrey Turbanov"> + Fix lock contention in the classloader using new versions of slf4j without EventData on slf4j logger creation. + </action> + </release> <release version="2.13.0" date="2019-12-11" description="GA Release 2.13.0"> <action issue="LOG4J2-2058" dev="rgoers" type="fix"> Prevent recursive calls to java.util.LogManager.getLogger().
