You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/04/12 17:41:03 UTC

[logging-log4j2] 02/03: LOG4J2-2791 - Allow the file size action to parse the value without being sensitive to the current locale.

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 593349407bb063042fe256ddebbd5b78358b2c36
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sun Apr 12 10:40:11 2020 -0700

    LOG4J2-2791 - Allow the file size action to parse the value without being sensitive to the current locale.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6a85f57..c4b18af 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,9 @@
          - "remove" - Removed
     -->
     <release version="2.13.2" date="2020-MM-DD" description="GA Release 2.13.2">
+      <action issue="LOG4J2-2791" dev="rgoers" type="fix" due-to="Johan Karlberg">
+        Correct JsonLayout timestamp sorting issue.
+      </action>
       <action issue="LOG4J2-2817" dev="rgoers" type="fix" due-to="Trejkaz">
         Allow the file size action to parse the value without being sensitive to the current locale.
       </action>