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 0d3ffe2 LOG4J2-1946 - allow file renames to work even if files are
missing
0d3ffe2 is described below
commit 0d3ffe2f44190768d615680c9a3dd57aee2fc868
Author: Ralph Goers <[email protected]>
AuthorDate: Thu Aug 1 08:52:06 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 bf31501..e2823e4 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-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>