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 2022/02/18 17:18:44 UTC

[logging-log4j2] branch release-2.x updated: LOG4J2-3404 changelog

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


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 77f0450  LOG4J2-3404 changelog
77f0450 is described below

commit 77f04501f73b5255e9993b1da8c57db54372a4aa
Author: Carter Kozak <ck...@apache.org>
AuthorDate: Fri Feb 18 12:18:20 2022 -0500

    LOG4J2-3404 changelog
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 87af121..3212c4b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,9 @@
     -->
     <release version="2.17.2" date="20YY-MM-DD" description="GA Release 2.17.2">
       <!-- FIXES -->
+      <action issue="LOG4J2-3404" dev="ckozak" type="fix" due-to="Piotr Karwasz">
+        Fix DefaultConfiguration leak in PatternLayout
+      </action>
       <action issue="LOG4J2-3405" dev="rgoers" type="fix">
         Document that the Spring Boot Lookup requires the log4j-spring-boot dependency.
       </action>