You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2013/03/28 17:31:01 UTC

svn commit: r1462206 - in /commons/proper/math/trunk: pom.xml src/changes/changes.xml

Author: psteitz
Date: Thu Mar 28 16:31:00 2013
New Revision: 1462206

URL: http://svn.apache.org/r1462206
Log:
Give Evan credit for recent patch and add him to contributors.

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

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1462206&r1=1462205&r2=1462206&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Thu Mar 28 16:31:00 2013
@@ -283,6 +283,9 @@
       <name>Kim van der Linde</name>
     </contributor>
     <contributor>
+      <name>Evan Ward</name>
+    </contributor>
+    <contributor>
       <name>Andrew Waterman</name>
     </contributor>
     <contributor>

Modified: commons/proper/math/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1462206&r1=1462205&r2=1462206&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Thu Mar 28 16:31:00 2013
@@ -55,7 +55,7 @@ This is a minor release: It combines bug
   Changes to existing features were made in a backwards-compatible
   way such as to allow drop-in replacement of the v3.1[.1] JAR file.
 ">
-      <action dev="luc" type="fix" issue="MATH-957" due-to="Dennis Hendriks">
+      <action dev="luc" type="fix" issue="MATH-957" due-to="Evan Ward">
         Fixed inverse cumulative probability for uniform distribution.
       </action>
       <action dev="tn" type="change" issue="MATH-917,MATH-918,MATH-919,MATH-920" due-to="Reid Hochstedler">