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/08 00:53:30 UTC

[1/2] git commit: Add changelog entry for log4j-jms.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 144c33fbb -> 0d4783c5a


Add changelog entry for log4j-jms.


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

Branch: refs/heads/master
Commit: fa19480dfeeca00b764c8e49c5a8c8f5193de7a6
Parents: 144c33f
Author: Matt Sicker <ma...@apache.org>
Authored: Sun Sep 7 17:50:22 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sun Sep 7 17:50:22 2014 -0500

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fa19480d/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c9f9bad..dbf1e8e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,9 @@
   </properties>
   <body>
     <release version="2.?.?" date="2014-??-??" description="Bug fixes and enhancements">
+      <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.
+      </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.
       </action>


[2/2] git commit: Update Spring to 3.2.11.

Posted by ma...@apache.org.
Update Spring to 3.2.11.

  - Fixes LOG4J2-780.


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

Branch: refs/heads/master
Commit: 0d4783c5aa31d2ce240897f6464ab2595535fec6
Parents: fa19480
Author: Matt Sicker <ma...@apache.org>
Authored: Sun Sep 7 17:53:25 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sun Sep 7 17:53:25 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0d4783c5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6be1a39..2855d99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
     <logback.version>1.0.13</logback.version>
     <jackson1.version>1.9.13</jackson1.version>
     <jackson2.version>2.4.2</jackson2.version>
-    <spring.version>3.2.8.RELEASE</spring.version>
+    <spring.version>3.2.11.RELEASE</spring.version>
     <flumeVersion>1.5.0.1</flumeVersion>
     <disruptor.version>3.3.0</disruptor.version>
     <pmd.plugin.version>3.2</pmd.plugin.version>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0d4783c5/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dbf1e8e..31bb63a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,9 @@
   </properties>
   <body>
     <release version="2.?.?" date="2014-??-??" description="Bug fixes and enhancements">
+      <action issue="LOG4J2-780" dev="mattsicker" type="update">
+        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.
       </action>