You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2011/01/23 11:24:34 UTC

svn commit: r1062363 - /commons/proper/math/trunk/src/site/xdoc/changes.xml

Author: luc
Date: Sun Jan 23 10:24:34 2011
New Revision: 1062363

URL: http://svn.apache.org/viewvc?rev=1062363&view=rev
Log:
announced bugs fixed by sebb

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=1062363&r1=1062362&r2=1062363&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Sun Jan 23 10:24:34 2011
@@ -183,6 +183,10 @@ The <action> type attribute can be add,u
       </action>
     </release>
     <release version="2.2" date="TBD" description="TBD">
+      <action dev="sebb" type="fix" issue="MATH-496">
+          FastMath is not an exact replacement for StrictMath
+          (partially fixed) Add copySign(float), copySign(float)
+      </action>
       <action dev="luc" type="fix" issue="MATH-484">
           separate discrete event detection from adaptive step size handling in ODE solvers,
           thus improving robustness, maintainability and speed