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 06:44:29 UTC

[logging-log4j2] 02/03: LOG4J2-2817 - 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 master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit ef64ac4e3f5aceeb62f35aebf5169dced80b2fea
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Apr 11 22:30:52 2020 -0700

    LOG4J2-2817 -  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 bce3a39..5bbf0d2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -169,6 +169,9 @@
       </action>
     </release>
     <release version="2.13.2" date="2020-MM-DD" description="GA Release 2.13.2">
+      <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>
       <action issue="LOG4J2-2815" dev="rgoers" type="update">
         Allow Spring Boot applications to use composite configuratons.
       </action>