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 2018/07/23 02:05:37 UTC

logging-log4j2 git commit: Preparation for a release

Repository: logging-log4j2
Updated Branches:
  refs/heads/release-2.x d74c63ada -> cd23cbd0a


Preparation for a 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/cd23cbd0
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/cd23cbd0
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/cd23cbd0

Branch: refs/heads/release-2.x
Commit: cd23cbd0a2969072127b9b7d31ffe5c5dd08a0ac
Parents: d74c63a
Author: Ralph Goers <rg...@apache.org>
Authored: Sun Jul 22 19:05:30 2018 -0700
Committer: Ralph Goers <rg...@apache.org>
Committed: Sun Jul 22 19:05:30 2018 -0700

----------------------------------------------------------------------
 pom.xml                            |   2 +-
 src/changes/announcement.vm        |   4 ++++
 src/site/resources/images/logo.png | Bin 38475 -> 35964 bytes
 3 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/cd23cbd0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2c5e771..861aa66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@
   <properties>
     <!-- make sure to update these for each release! -->
     <log4jParentDir>${basedir}</log4jParentDir>
-    <Log4jReleaseVersion>2.11.0</Log4jReleaseVersion>
+    <Log4jReleaseVersion>2.11.1</Log4jReleaseVersion>
     <Log4jReleaseManager>Ralph Goers</Log4jReleaseManager>
     <Log4jReleaseKey>B3D8E1BA</Log4jReleaseKey>
     <!--<Log4jReleaseManager>Matt Sicker</Log4jReleaseManager> -->

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/cd23cbd0/src/changes/announcement.vm
----------------------------------------------------------------------
diff --git a/src/changes/announcement.vm b/src/changes/announcement.vm
index 8a5365d..66c6030 100644
--- a/src/changes/announcement.vm
+++ b/src/changes/announcement.vm
@@ -65,6 +65,10 @@ temporary objects) while logging. In addition, Log4j 2 will not lose events whil
 
 This release contains new features, bugfixes and minor enhancements.
 
+Due to a break in compatibility in the SLF4J binding, Log4j now ships with two versions of the SLF4J to Log4j adapters.
+log4j-slf4j-impl should be used with SLF4J 1.7.x and earlier and log4j-slf4j18-impl should be used with SLF4J 1.8.x and
+later.
+
 As of Log4j 2.9.0, the Log4j API was modified to use java.util.ServiceLoader to locate Log4j implementations,
 although the former binding mechanism is still supported. The Log4j API jar is now a multi-release jar
 to provide implementations of Java 9 specific classes. Multi-release jars are not supported by

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/cd23cbd0/src/site/resources/images/logo.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/logo.png b/src/site/resources/images/logo.png
index 970c522..d84126b 100644
Binary files a/src/site/resources/images/logo.png and b/src/site/resources/images/logo.png differ