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 2014/09/21 19:27:21 UTC

[2/2] git commit: Fix changelog entry for LOG4J2-815.

Fix changelog entry for LOG4J2-815.


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

Branch: refs/heads/master
Commit: fd32b63f44989b9d6fcc60f981253eb8493e3233
Parents: 433151b
Author: Matt Sicker <ma...@apache.org>
Authored: Sun Sep 21 12:26:57 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sun Sep 21 12:26:57 2014 -0500

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fd32b63f/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b6a3227..2f4896b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -108,7 +108,7 @@
         Update Spring Framework to 3.2.11.RELEASE from 3.2.8.RELEASE.
       </action>
       <action issue="LOG4J2-815" dev="mattsicker" type="update">
-        Unify the two JMS appenders into a single appender. Note that the JMS appender is now in the log4j-jms module.
+        Unify the two JMS appenders into a single appender. Configurations written for 2.0 will still work in 2.1+.
       </action>
       <action issue="LOG4J2-608" dev="mattsicker" type="add">
         Add java.util.logging implementation based on log4j-api. See log4j-jul documentation for more details.