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/10/14 17:20:25 UTC

[12/15] logging-log4j2 git commit: Add changelog entries

Add changelog entries


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

Branch: refs/heads/master
Commit: d1a9ecfe823056e54aeebee7d6bbda0c0c02d1ae
Parents: 36f7003
Author: Matt Sicker <ma...@spr.com>
Authored: Sat Aug 26 15:56:30 2017 -0500
Committer: Matt Sicker <ma...@spr.com>
Committed: Sat Aug 26 15:56:30 2017 -0500

----------------------------------------------------------------------
 src/changes/changes.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d1a9ecfe/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1c01aa5..b20527f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,9 +30,17 @@
          - "update" - Change
          - "remove" - Removed
     -->
+    <release version="2.9.1" date="2017-??-??" description="GA Release 2.9.1">
+      <action issue="LOG4J2-1431" dev="mattsicker" type="add">
+        Simplify log4j system property naming scheme.
+      </action>
+      <action issue="LOG4J2-1809" dev="mattsicker" type="add">
+        Add global configuration environment SPI.
+      </action>
+    </release>
     <release version="2.9.0" date="2017-08-26" description="GA Release 2.9.0">
       <action issue="LOG4J2-1928" dev="rgoers" type="update">
-        Add support for DirectWriteRolloverStrategy to RollingRandomAcessFileAppender.
+        Add support for DirectWriteRolloverStrategy to RollingRandomAccessFileAppender.
       </action>
       <action issue="LOG4J2-1833" dev="rgoers" type="fix">
         Prevent NullPointerException when a file name is specified with the DirectWriteRolloverStrategy.