Author: luc
Date: Sun Mar 27 15:15:12 2011
New Revision: 1085961
URL: http://svn.apache.org/viewvc?rev=1085961&view=rev
Log:
announced resolution of MATH-423
Jira: MATH-423
Modified:
commons/proper/math/trunk/src/site/xdoc/changes.xml
Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=1085961&r1=1085960&r2=1085961&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Sun Mar 27 15:15:12 2011
@@ -52,6 +52,10 @@ The <action> type attribute can be add,u
If the output is not quite correct, check for invisible trailing spaces!
-->
<release version="3.0" date="TBD" description="TBD">
+ <action dev="luc" type="fix" issue="MATH-423" due-to="Gilles Sadowski" >
+ All unit tests have been converted to Junit 4. They need at least
Junit 4.5 to run
+ (the ant and maven build systems are currently set to use Junit 4.8.2)
+ </action>
<action dev="luc" type="fix" issue="MATH-500" due-to="Gilles Sadowski" >
Removed the ConvergingAlgorithm interface and ConvergingAlgorithmImpl
class
</action>