Author: sebb
Date: Tue Feb 1 18:57:41 2011
New Revision: 1066134
URL: http://svn.apache.org/viewvc?rev=1066134&view=rev
Log:
MATH-505 TestUtils is thread-hostile - deprecate the offending methods
Modified:
commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml
Modified: commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml?rev=1066134&r1=1066133&r2=1066134&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml Tue Feb 1
18:57:41 2011
@@ -52,6 +52,9 @@ The <action> type attribute can be add,u
If the output is not quite correct, check for invisible trailing spaces!
-->
<release version="2.2" date="TBD" description="TBD">
+ <action dev="sebb" type="fix" issue="MATH-505">
+ TestUtils is thread-hostile. Deprecate the getters and setters.
+ </action>
<action dev="luc" type="fix" issue="MATH-498">
FastMath is not an exact replacement for StrictMath
(partially fixed) added scalb(double, int), scalb(float, int)