You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2013/10/31 13:56:52 UTC

svn commit: r1537473 - /commons/proper/math/trunk/src/changes/changes.xml

Author: erans
Date: Thu Oct 31 12:56:51 2013
New Revision: 1537473

URL: http://svn.apache.org/r1537473
Log:
Update "changes.xml".

Modified:
    commons/proper/math/trunk/src/changes/changes.xml

Modified: commons/proper/math/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1537473&r1=1537472&r2=1537473&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Thu Oct 31 12:56:51 2013
@@ -51,6 +51,9 @@ If the output is not quite correct, chec
   </properties>
   <body>
     <release version="x.y" date="TBD" description="TBD">
+      <action dev="erans" type="fix" issue="MATH-1047">
+        Check for overflow in methods "pow" (class "o.a.c.m.util.ArithmeticUtils").
+      </action>
       <action dev="erans" type="fix" issue="MATH-1045" due-to="Sean Owen">
         "EigenDecomposition": Using tolerance for detecting whether a matrix is singular.
       </action>