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 03:37:53 UTC

svn commit: r267541 - in /jakarta/commons/proper/math/branches/MATH_1_1: project.xml xdocs/changes.xml

Author: psteitz
Date: Sat Sep  3 18:37:51 2005
New Revision: 267541

URL: http://svn.apache.org/viewcvs?rev=267541&view=rev
Log:
Prepare for RC3.

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

Modified: jakarta/commons/proper/math/branches/MATH_1_1/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/math/branches/MATH_1_1/project.xml?rev=267541&r1=267540&r2=267541&view=diff
==============================================================================
--- jakarta/commons/proper/math/branches/MATH_1_1/project.xml (original)
+++ jakarta/commons/proper/math/branches/MATH_1_1/project.xml Sat Sep  3 18:37:51 2005
@@ -21,7 +21,7 @@
   <pomVersion>3</pomVersion>
   <name>Math</name>
   <id>commons-math</id>
-  <currentVersion>1.1-RC2</currentVersion>
+  <currentVersion>1.1-RC3</currentVersion>
   <inceptionYear>2003</inceptionYear>
   <shortDescription>Jakarta Commons Math</shortDescription>
   <description>The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description>
@@ -88,6 +88,11 @@
       <id>1.1-RC2</id>
       <name>1.1</name>
       <tag>MATH_1_1_RC2</tag>
+    </version>
+    <version>
+      <id>1.1-RC3</id>
+      <name>1.1</name>
+      <tag>MATH_1_1_RC3</tag>
     </version>
   </versions>
   <developers>

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=267541&r1=267540&r2=267541&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 18:37:51 2005
@@ -38,14 +38,14 @@
 Commons Math Release Notes</title>
   </properties>
   <body>
-    <release version="1.1-RC2" date="TBD"  
+    <release version="1.1-RC3" date="TBD"  
  description="This is a maintenance release containing bug fixes and enhancements.
        All API changes are binary compatible with version 1.0. The enhancements 
        include some new probability distributions, a Fraction class, new matrix
        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">
+      <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">



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