You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2017/08/26 20:53:48 UTC

[30/50] logging-log4j2 git commit: [LOG4J2-2012] No compression when using a separate drive in Linux. Already fixed by [LOG4J-2016].

[LOG4J2-2012] No compression when using a separate drive in Linux.
Already fixed by [LOG4J-2016].

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4aa719a5
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4aa719a5
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4aa719a5

Branch: refs/heads/LOG4J2-1431
Commit: 4aa719a5e689bb7ec83b53133d04f195e28d9bec
Parents: 25c18ce
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Aug 23 23:53:44 2017 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Aug 23 23:53:44 2017 -0600

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4aa719a5/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9aa8d87..79e9177 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -85,6 +85,9 @@
       <action issue="LOG4J2-2016" dev="ggregory" type="fix" due-to="Benjamin Jaton">
         Mark FileRenameAction as successful when using alternative ways to move files.
       </action>
+      <action issue="LOG4J2-2012" dev="ggregory" type="fix" due-to="Benjamin Jaton">
+        No compression when using a separate drive in Linux.
+      </action>
       <action issue="LOG4J2-1888" dev="ggregory" type="fix" due-to="Misagh Moayyed">
         Log4j throws a java.nio.charset.UnsupportedCharsetException: cp65001.
       </action>