Changed version to RC2, added pointer to build instructions.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@628428 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2008-02-17 05:19:41 +00:00
parent 7b7f9388eb
commit f1257e2c36
2 changed files with 25 additions and 9 deletions

View File

@ -1,5 +1,5 @@
Apache Commons Math Version 1.2-RC1
Apache Commons Math Version 1.2-RC2
RELEASE NOTES
@ -146,8 +146,16 @@ DEPRECATIONS SUMMARY
* Most methods from the ComplexUtils class have been deprecated, with
implementations moved to the Complex class.
See "clirr-report.html" included in the binary distribution for a detailed list
of API changes. The "errors" reported at the top of the report are due to
protected fields being moved to superclasses. These fields are still available,
so there is no backward compatibility issue.
See "clirr-report.html" included in the docs directory of the binary
distribution for a detailed list of API changes. The "errors" reported at the
top of the report are due to protected fields being moved to superclasses.
These fields are still available, so there is no backward compatibility issue.
BUILDING COMMONS MATH
Commons math can be built from the source distribution using Maven 1, Maven 2,
or Ant, launching any one of these from the top-level directory of the unpacked
zip or tarball. For detailed build instructions and information about how to
contribute to Commons Math, see "developers.html" in the docs directory of the
binary distribution.

View File

@ -121,10 +121,18 @@ DEPRECATIONS SUMMARY
* Most methods from the ComplexUtils class have been deprecated, with
implementations moved to the Complex class.
See "clirr-report.html" included in the binary distribution for a detailed list
of API changes. The "errors" reported at the top of the report are due to
protected fields being moved to superclasses. These fields are still available,
so there is no backward compatibility issue.
See "clirr-report.html" included in the docs directory of the binary
distribution for a detailed list of API changes. The "errors" reported at the
top of the report are due to protected fields being moved to superclasses.
These fields are still available, so there is no backward compatibility issue.
BUILDING COMMONS MATH
Commons math can be built from the source distribution using Maven 1, Maven 2,
or Ant, launching any one of these from the top-level directory of the unpacked
zip or tarball. For detailed build instructions and information about how to
contribute to Commons Math, see "developers.html" in the docs directory of the
binary distribution.
</j:whitespace>
</j:if>