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:07 UTC

svn commit: r1062362 - /commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml

Author: luc
Date: Sun Jan 23 10:24:07 2011
New Revision: 1062362

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

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=1062362&r1=1062361&r2=1062362&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 Sun Jan 23 10:24:07 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="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="sebb" type="fix" issue="MATH-494">
           FastMath atan2 does not agree with StrictMath for special cases
       </action>