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 55b8976187a864cc784fd55685b2ece1a2af85cf Author: Ralph Goers <[email protected]> AuthorDate: Thu Aug 1 08:51:47 2019 -0700 LOG4J2-1946 - allow file renames to work even if files are missing --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9ae1fad..7274296 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-1946" dev="rgoers" type="fix" due-to="Igor Perelyotov"> + Allow file renames to work when files are missing from the sequence. + </action> <action issue="LOG4J2-2650" dev="rgoers" type="fix" due-to="Mattia Bertorello"> Support emulating a MAC address when using ipv6. </action>
