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/03/18 18:24:07 UTC

[2/2] logging-log4j2 git commit: Closes #160

Closes #160


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

Branch: refs/heads/release-2.x
Commit: 5d01d299d17fe34d6ac6bc27119fdfb54c2d649a
Parents: 34e0568
Author: Ralph Goers <rg...@apache.org>
Authored: Sun Mar 18 11:23:54 2018 -0700
Committer: Ralph Goers <rg...@apache.org>
Committed: Sun Mar 18 11:23:54 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5d01d299/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 682e00e..38a071b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,11 @@
          - "update" - Change
          - "remove" - Removed
     -->
+    <release version="2.11.1" date="2018-MM-DD" description="GA Release 2.11.1">
+      <action issue="LOG4J2-2268" dev="rgoers" type="fix" due-to="Tilman Hausherr">
+        Improve plugin error message when elements are missing.
+      </action>
+    </release>
     <release version="2.11.0" date="2018-03-11" description="GA Release 2.11.0">
       <action issue="LOG4J2-2104" dev="rgoers" type="fix">
         LoaderUtil was not looping properly over classloaders.