You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2005/09/04 01:32:51 UTC

svn commit: r267516 - /jakarta/commons/proper/math/branches/MATH_1_1/xdocs/changes.xml

Author: psteitz
Date: Sat Sep  3 16:32:48 2005
New Revision: 267516

URL: http://svn.apache.org/viewcvs?rev=267516&view=rev
Log:
Fixed bin index overflow problem.
PR # BZ 36450
Submitted by: Keith McDonald

Modified:
    jakarta/commons/proper/math/branches/MATH_1_1/xdocs/changes.xml

Modified: jakarta/commons/proper/math/branches/MATH_1_1/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/math/branches/MATH_1_1/xdocs/changes.xml?rev=267516&r1=267515&r2=267516&view=diff
==============================================================================
--- jakarta/commons/proper/math/branches/MATH_1_1/xdocs/changes.xml (original)
+++ jakarta/commons/proper/math/branches/MATH_1_1/xdocs/changes.xml Sat Sep  3 16:32:48 2005
@@ -45,6 +45,9 @@
        and numerical utilities, and a PRNG pluggability framework making it
        possible to replace the JDK-supplied random number generator in
        commons-math (and elsewhere) with alternative PRNG implementations.">
+          <action dev="psteitz" type="fix" issue="36450" due-to="Keith McDonald">
+		Fixed bin index overflow problem in EmpiricalDistributionImpl.
+	  </action>
 	  <action dev="brentworden" type="fix" issue="36232" due-to="Xiaogang Zhang">
 		Added protection against numerical overflow and underflow in the isBracketing method.
 	  </action>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org