Author: ggregory
Date: Mon May 26 15:13:31 2014
New Revision: 1597601
URL: http://svn.apache.org/r1597601
Log:
<action issue="LOG4J2-651" dev="ggregory" type="fix">
Log4j 2 throws ArrayIndexOutOfBoundsException.
</action>
Modified:
logging/log4j/log4j2/trunk/src/changes/changes.xml
Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1597601&r1=1597600&r2=1597601&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Mon May 26 15:13:31 2014
@@ -21,7 +21,10 @@
<title>Changes</title>
</properties>
<body>
- <release version="2.0-rc2" date="2014-MM-DD" description="Bug fixes and
enhancements">
+ <release version="2.0-rc2" date="2014-MM-DD" description="Bug fixes and
enhancements">
+ <action issue="LOG4J2-651" dev="ggregory" type="fix">
+ Log4j 2 throws ArrayIndexOutOfBoundsException.
+ </action>
<action issue="LOG4J2-654" dev="rpopma" type="add">
Add log4j-perf module to provide a home for all log4j performance
tests.
Add support for JMH microbenchmark performance tests.