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 2016/10/02 17:52:41 UTC

logging-log4j2 git commit: Prepare for release

Repository: logging-log4j2
Updated Branches:
  refs/heads/master d5269df3a -> d7f1919f2


Prepare for release


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

Branch: refs/heads/master
Commit: d7f1919f239422dcc494c70a542e3f19c60c00b4
Parents: d5269df
Author: rgoers <ra...@dslextreme.com>
Authored: Sun Oct 2 10:52:35 2016 -0700
Committer: rgoers <ra...@dslextreme.com>
Committed: Sun Oct 2 10:52:35 2016 -0700

----------------------------------------------------------------------
 RELEASE-NOTES.txt       | 3 +++
 src/changes/changes.xml | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d7f1919f/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index a668cf4..13d7fda 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -69,6 +69,8 @@ o LOG4J2-1540:  The Core AbstractManager now tracks its LoggerContext.
 o LOG4J2-1577:  Add a Builder to the RoutingAppender and deprecate factory method. 
 
 Fixed Bugs:
+o LOG4J2-1618:  Fixed ClassCastException when using JUL logging during shutdown. Thanks to Raman Gupta. 
+o LOG4J2-1620:  2.7-rc1: RollingFileAppender immediateFlush default value should be true, not false. Thanks to Sascha Scholz. 
 o LOG4J2-1611:  Improved performance of context data injector for web applications to be on par with standalone applications. 
 o LOG4J2-1591:  Introduced new interface LifeCycle2 with stop(long,TimeUnit) method to avoid breaking backwards compatibility with new Configurator.shutdown(LoggerContext, long, TimeUnit) API. 
 o LOG4J2-1590:  Fixed issue with filters extending AbstractFilter that did not override methods with unrolled varargs. 
@@ -121,6 +123,7 @@ o LOG4J2-1601:  Prevent potential NPE due to org.apache.logging.log4j.core.layou
 o LOG4J2-1602:  Prevent potential NPE in org.apache.logging.log4j.core.util.datetime.FormatCache.MultipartKey.equals(Object) when object is null. 
 o LOG4J2-1603:  Redo hashCode() and equals() methods in org.apache.logging.log4j.core.net.ssl classes. 
 o LOG4J2-1610:  Add targetNamespace to log4j-config.xsd. GitHub #43. Thanks to Shubhankar. 
+o LOG4J2-1619:  new Log4jLogEvent().toString() throws an NPE. 
 
 Changes:
 o LOG4J2-1604:  Log4j2 TcpSocketServer in background. Thanks to Colin Hillman. 

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d7f1919f/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a304ac7..cd2f379 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,7 +23,7 @@
     <title>Changes</title>
   </properties>
   <body>
-    <release version="2.7" date="2016-09-25" description="GA Release 2.7">
+    <release version="2.7" date="2016-10-02" description="GA Release 2.7">
       <action issue="LOG4J2-1618" dev="rpopma" type="fix" due-to="Raman Gupta">
         Fixed ClassCastException when using JUL logging during shutdown.
       </action>