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 a77eb9a LOG4J2-2415 changelog
a77eb9a is described below
commit a77eb9a4d7a36a54147cdbd6a12792d1ed1db4ff
Author: Carter Kozak <[email protected]>
AuthorDate: Mon Dec 23 17:15:39 2019 -0500
LOG4J2-2415 changelog
---
src/changes/changes.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2f6fdbb..f4ad3a5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -165,7 +165,12 @@
Update Apache Flume from 1.8.0 to 1.9.0.
</action>
</release>
- <release version="2.13.0" date="2019-MM-DD" description="GA Release
2.13.0">
+ <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().
</action>