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/09/30 16:51:12 UTC

[9/9] logging-log4j-audit git commit: LOG4J2-2443 - Fix inconsistencies in validation exceptions.

LOG4J2-2443 -  Fix inconsistencies in validation exceptions.


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

Branch: refs/heads/master
Commit: d9663a73b0db8861dd557f52bf587fe2135333fa
Parents: b9492fa
Author: Ralph Goers <rg...@apache.org>
Authored: Sun Sep 30 09:50:55 2018 -0700
Committer: Ralph Goers <rg...@apache.org>
Committed: Sun Sep 30 09:50:55 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j-audit/blob/d9663a73/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7b7256f..6cf078b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,9 @@
          - "remove" - Removed
     -->
     <release version="1.0.1" date="YYYY-MM-DD" description="Release 1.0.1">
+      <action issue="LOG4J2-2443" dev="rgoers" type="fix" due-to="Andrei Ivanov">
+        Fix inconsistencies in validation exceptions.
+      </action>
       <action issue="LOG4J2-2440" dev="rgoers" type="fix" due-to="Andrei Ivanov">
         AuditEvents should provide some basic toString().
       </action>