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 55bbf91127 LOG4J2-3550 - SystemPropertyAribiter was assigning the
value as the name
55bbf91127 is described below
commit 55bbf911270f1ba6a13f6d3b85f1f83e9818a53d
Author: Ralph Goers <[email protected]>
AuthorDate: Tue Jul 12 09:14:13 2022 -0700
LOG4J2-3550 - SystemPropertyAribiter was assigning the value as the name
---
src/changes/changes.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9ab5cb83a9..d42f88b1d8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,6 +29,11 @@
- "update" - Change
- "remove" - Removed
-->
+ <release version="2.18.1" date="2022-MM-DD" description="GA Release
2.18.1">
+ <action issue="LOG4J2-3550" dev="rgoers" type="fix"
due-to="DongjianPeng">
+ SystemPropertyAribiter was assigning the value as the name.
+ </action>
+ </release>
<release version="2.18.0" date="2022-06-28" description="GA Release
2.18.0">
<action issue="LOG4J2-3339" dev="rgoers" type="fix">
DirectWriteRolloverStrategy should use the current time when creating
files.