You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2019/08/14 03:18:35 UTC

[logging-log4j2] 02/02: LOG4J2-2672 - Add automatic module names

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

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

commit 463bafc9203ee211b9c5828c8e705fa436ecd1df
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Tue Aug 13 20:08:49 2019 -0700

    LOG4J2-2672 - Add automatic module names
---
 src/changes/changes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a9ec160..763c832 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,10 +30,13 @@
          - "remove" - Removed
     -->
     <release version="2.13.0" date="2019-MM-DD" description="GA Release 2.13.0">
+      <action issue="LOG4J-2672" dev="rgoers" type="fix" due-to="Stephen Colebourne">
+        Add automatic module names where missing.
+      </action>
       <action issue="LOG4J2-2639" dev="rgoers" type="add">
         Add builder pattern to Logger interface.
       </action>
-      <action issue="LOG4J2-2673" dev="ggregory" type="fix" due-to="Yuichi Sugimura, Gary Gregory">
+      <action issue="LOG4J2-2673" dev="ggregory" type="fix" due-to="Yuichi Sugimura">
         OutputStreamAppender.Builder ignores setFilter().
       </action>
     </release>