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:47:42 UTC

git commit: Add changelog entry for log4j-jul.

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


Add changelog entry for log4j-jul.


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

Branch: refs/heads/master
Commit: 144c33fbb3cc8b135fbe0247db1f4d26dd328f82
Parents: b5b5b8a
Author: Matt Sicker <ma...@apache.org>
Authored: Sun Sep 7 17:47:37 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sun Sep 7 17:47:37 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/144c33fb/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 935fa28..c9f9bad 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-608" dev="mattsicker" type="add">
+        Add java.util.logging implementation based on log4j-api. See log4j-jul documentation for more details.
+      </action>
       <action issue="LOG4J2-796" dev="rpopma" type="fix">
         Fixed issue where log4j-to-slf4j did not work correctly with SLF4J Simple Logger.
       </action>