You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bi...@apache.org on 2009/10/19 02:03:47 UTC

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

Author: billbarker
Date: Mon Oct 19 00:03:46 2009
New Revision: 826560

URL: http://svn.apache.org/viewvc?rev=826560&view=rev
Log:
documenting change

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=826560&r1=826559&r2=826560&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Mon Oct 19 00:03:46 2009
@@ -86,6 +86,9 @@
         Prevent infinite loops in multi-directional direct optimization method when
         the start point is exactly at the optimal point.
       </action>
+      <action dev="billbarker" type="fix" issue="MATH-297" due-to="Axel Kramer">
+         Prevent possible zero divides on eigenvectors of indefinite matrices
+      </action>
     </release>
     <release version="2.0" date="2009-08-03" description="
 This is a major release. It combines bug fixes, new features and