You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/01/04 22:14:03 UTC

[logging-log4j2] branch release-2.x updated: Move entry.

This is an automated email from the ASF dual-hosted git repository.

ggregory 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 d37b24f  Move entry.
d37b24f is described below

commit d37b24fa336f2dbe44fa519ff9f184d295da6923
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 4 17:14:00 2022 -0500

    Move entry.
---
 src/changes/changes.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ec0e5e1..0749e01 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,11 +30,10 @@
          - "remove" - Removed
     -->
     <release version="2.17.2" date="20YY-MM-DD" description="GA Release 2.17.2">
-
+      <!-- FIXES -->
       <action issue="LOG4J2-3267" dev="rpopma" type="update">
         Change modifier of method org.apache.logging.log4j.core.tools.Generate#generate to public (was package private) to facilitate automated code generation.
       </action>
-      <!-- FIXES -->
       <action issue="LOG4J2-3306" dev="rgoers" type="fix">
         OptionConverter could cause a StackOverflowError.
       </action>
@@ -80,6 +79,8 @@
       <action dev="ggregory" type="fix" issue="LOG4J2-3281">
        PropertiesConfiguration.buildAppender not adding filters to custom appender.
       </action>
+      <!-- ADD -->
+      <!-- UPDATES -->
 	</release>
     <release version="2.17.1" date="2021-12-27" description="GA Release 2.17.1">
       <!-- FIXES -->