You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2021/01/09 16:18:57 UTC

[logging-log4j2] branch release-2.x updated (db3e85c -> 1af3f31)

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

vy pushed a change to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


 discard db3e85c  Update change log.
     new 1af3f31  Update change log.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (db3e85c)
            \
             N -- N -- N   refs/heads/release-2.x (1af3f31)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml | 7 -------
 1 file changed, 7 deletions(-)


[logging-log4j2] 01/01: Update change log.

Posted by vy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 1af3f31a913fa451954aa85b311831974734cc1a
Author: Volkan Yazici <vo...@gmail.com>
AuthorDate: Sat Jan 9 17:14:29 2021 +0100

    Update change log.
---
 src/changes/changes.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7fad886..566bd4f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,7 +29,13 @@
          - "update" - Change
          - "remove" - Removed
     -->
-    <release version="2.14.1" date="2020-MM-DD" description="GA Release 2.14.1">
+    <release version="2.14.1" date="2021-MM-DD" description="GA Release 2.14.1">
+      <action issue="LOG4J2-2972" dev="vy" type="fix">
+        Refactor AsyncAppender and AppenderControl for handling of Throwables.
+      </action>
+      <action issue="LOG4J2-2985" dev="vy" type="fix">
+        Add eventTemplateRootObjectKey parameter to JsonTemplateLayout.
+      </action>
       <action dev="rgoers" type="update">
         Update Spring dependencies to 5.3.2, Spring Boot to 2.3.6, and Spring Cloud to Hoxton.SR9
       </action>