You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2017/02/02 15:44:02 UTC

logging-log4j2 git commit: LOG4J2-1803 changelog

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 7164e8b02 -> 8ce7dbcdf


LOG4J2-1803 changelog


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

Branch: refs/heads/master
Commit: 8ce7dbcdf1d8a92bba3f0c8c9429cd4c8c491306
Parents: 7164e8b
Author: rpopma <rp...@apache.org>
Authored: Fri Feb 3 00:42:00 2017 +0900
Committer: rpopma <rp...@apache.org>
Committed: Fri Feb 3 00:42:00 2017 +0900

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8ce7dbcd/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 10aeb6b..a0acffb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -25,6 +25,9 @@
   <body>
     <!-- NOTE: the text node in an action element is interpreted as Markdown in the release notes! -->
     <release version="2.8.1" date="2017-MM-DD" description="GA Release 2.8.1">
+      <action issue="LOG4J2-1803" dev="rgoers" type="fix">
+        Fix Maven POM to ensure JMH generated classes in log4j-perf are included in benchmarks jar.
+      </action>
       <action issue="LOG4J2-1800" dev="mikes" type="fix" due-to="Vincent Tieleman">
         Report errors when sending to Kafka when using syncSend=false.
       </action>