Author: psteitz Date: Tue Dec 20 10:26:02 2005 New Revision: 358062 URL: http://svn.apache.org/viewcvs?rev=358062&view=rev Log: Updated to reflect Math 1.1 release.
Modified: jakarta/site/news.xml jakarta/site/xdocs/downloads/downloads.xml Modified: jakarta/site/news.xml URL: http://svn.apache.org/viewcvs/jakarta/site/news.xml?rev=358062&r1=358061&r2=358062&view=diff ============================================================================== --- jakarta/site/news.xml (original) +++ jakarta/site/news.xml Tue Dec 20 10:26:02 2005 @@ -36,6 +36,34 @@ It is also used for sorting. --> <group id="2005-q4" title="2005 Oct-Dec"> + <release id="20051220.2" product="Commons Math 1.1"> + <p> The Jakarta Commons Math team is pleased to announce the release + of Commons Math 1.1.</p> + <p> <a href="http://jakarta.apache.org/commons/math/">Commons Math</a> is a library of lightweight, + self-contained mathematics and statistics components.</p> + <p> The new release contains 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.</p> + <p> Commons Math is available in either binary or source form from the + <a href="http://jakarta.apache.org/site/downloads/downloads_commons-math.cgi"> + Commons Math downloads page</a> on the Apache mirrors. The commons-math 1.1 release jar has also + been deployed to the Apache Maven repository at http://www.apache.org/dist/java-repository/ and + the Maven main repository at http://www.ibiblio.org/maven/. Please remember to verify the + signatures of the files you download using the keys available on the download page.</p> + <p> Jakarta Commons welcomes community participation and contributions from all interested parties. + User feedback or questions related to Commons Math should be directed to the commons-user mailing list. + Development-related topics are discussed on the commons-dev list. See the + <a href="http://jakarta.apache.org/commons/math/mail-lists.html">Commons mailing list page</a> for + instructions on how to subscribe to or view the archives of these lists. Please start the subject line + of math-related posts to either of these lists with [math].</p> + <p> To submit patches or bug reports, follow the directions on the Commons Math + <a href="http://jakarta.apache.org/commons/math/issue-tracking.html"> + Issue Tracking Page</a>. Thanks in advance for your feedback!</p> + </release> + <release id="20051220.1" product="Commons HttpClient 3.0"> <p> The Jakarta Commons HttpClient project is pleased to announce the release of HttpClient 3.0. Modified: jakarta/site/xdocs/downloads/downloads.xml URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/downloads/downloads.xml?rev=358062&r1=358061&r2=358062&view=diff ============================================================================== --- jakarta/site/xdocs/downloads/downloads.xml (original) +++ jakarta/site/xdocs/downloads/downloads.xml Tue Dec 20 10:26:02 2005 @@ -451,12 +451,12 @@ <link name="Nightly builds" href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-math/"/> <link name="Changes Report" href="http://jakarta.apache.org/commons/math/changes-report.html"/> <group label="Binary"> - <download name="1.0.tar.gz" href="jakarta/commons/math/binaries/commons-math-1.0.tar.gz"/> - <download name="1.0.zip" href="jakarta/commons/math/binaries/commons-math-1.0.zip"/> + <download name="1.1.tar.gz" href="jakarta/commons/math/binaries/commons-math-1.1.tar.gz"/> + <download name="1.1.zip" href="jakarta/commons/math/binaries/commons-math-1.1.zip"/> </group> <group label="Source"> - <download name="1.0.tar.gz" href="jakarta/commons/math/source/commons-math-1.0-src.tar.gz"/> - <download name="1.0.zip" href="jakarta/commons/math/source/commons-math-1.0-src.zip"/> + <download name="1.1.tar.gz" href="jakarta/commons/math/source/commons-math-1.1-src.tar.gz"/> + <download name="1.1.zip" href="jakarta/commons/math/source/commons-math-1.1-src.zip"/> </group> <download name="browse download area" href="jakarta/commons/math/" directory="true"/> </downloads> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]