Author: luc
Date: Mon Feb 21 21:31:05 2011
New Revision: 1073151
URL: http://svn.apache.org/viewvc?rev=1073151&view=rev
Log:
fixed release notes
Modified:
commons/proper/math/branches/MATH_2_X/RELEASE-NOTES.txt
commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml
Modified: commons/proper/math/branches/MATH_2_X/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/RELEASE-NOTES.txt?rev=1073151&r1=1073150&r2=1073151&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/RELEASE-NOTES.txt (original)
+++ commons/proper/math/branches/MATH_2_X/RELEASE-NOTES.txt Mon Feb 21 21:31:05
2011
@@ -9,7 +9,10 @@ Users of version 2.1 are encouraged to u
See the detailed list of changes below for full description of all bug fixes
and enhancements.
This release contains some minor compatibility breaks with version 2.1 in some
internal classes but none
- of them are in APIs likely to be accessed by user code.
+ of them are in APIs likely to be accessed by user code:
+ the MessagesResources_fr class has been removed (replaced by a properties
file);
+ the arguments of the EventState.reinitializeBegin method have changed;
+ some protected fields which already had public accessors in
AbstractStepInterpolator have been replaced.
The major new features are:
a new FastMath class, both faster, more accurate and with a few additional
functions than StrictMath and Math;
Modified: commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml?rev=1073151&r1=1073150&r2=1073151&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml Mon Feb 21
21:31:05 2011
@@ -59,7 +59,10 @@ This is primarily a maintenance release,
See the detailed list of changes below for full description of all bug fixes
and enhancements.
This release contains some minor compatibility breaks with version 2.1 in
some internal classes but none
- of them are in APIs likely to be accessed by user code.
+ of them are in APIs likely to be accessed by user code:
+ the MessagesResources_fr class has been removed (replaced by a properties
file);
+ the arguments of the EventState.reinitializeBegin method have changed;
+ some protected fields which already had public accessors in
AbstractStepInterpolator have been replaced.
The major new features are:
a new FastMath class, both faster, more accurate and with a few additional
functions than StrictMath and Math;