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
The following commit(s) were added to refs/heads/release-2.x by this push:
new 67f9d13 LOG4J2-63 - Add to changes.xml
67f9d13 is described below
commit 67f9d1385d83c2cc16b692813605521f43384fc8
Author: Ralph Goers <[email protected]>
AuthorDate: Sat Nov 30 23:53:43 2019 -0700
LOG4J2-63 - Add to changes.xml
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 57bede2..61c6031 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,9 @@
- "remove" - Removed
-->
<release version="2.13.0" date="2019-MM-DD" description="GA Release
2.13.0">
+ <action issue="LOG4J2-63" dev="rgoers" type="add">
+ Add experimental support for Log4j 1 configuration files.
+ </action>
<action issue="LOG4J2-2712" dev="rgoers" type="fix">
The rolling file appenders would fail to compress the file after
rollover if the file name matched the
file pattern.