This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new e50c485 LOG4J2-2650 - Support emulating a MAC address when using ipv6
e50c485 is described below
commit e50c485380f23fb4c84173757c1808952b257d8b
Author: Ralph Goers <[email protected]>
AuthorDate: Sun Jul 28 19:28:57 2019 -0700
LOG4J2-2650 - Support emulating a MAC address when using ipv6
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2df88f7..bf31501 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -142,6 +142,9 @@
</action>
</release>
<release version="2.12.1" date="2019-MM-DD" description="GA Release
2.12.1">
+ <action issue="LOG4J2-2650" dev="rgoers" type="fix" due-to="Mattia
Bertorello">
+ Support emulating a MAC address when using ipv6.
+ </action>
<action issue="LOG4J2-2366" dev="rgoers" type="fix">
Remove references to LoggerContext when it is shutdown.
</action>