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 6d02d668a306872d7cc6d1d0bd01bab3c8413ea6 Author: Ralph Goers <[email protected]> AuthorDate: Sun Jul 28 19:28:29 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 cff70e8..9ae1fad 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -30,6 +30,9 @@ - "remove" - Removed --> <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>
