You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2011/02/20 15:49:03 UTC

svn commit: r1072605 - in /commons/proper/math/branches/MATH_2_X: RELEASE-NOTES.txt src/site/xdoc/changes.xml

Author: luc
Date: Sun Feb 20 14:49:03 2011
New Revision: 1072605

URL: http://svn.apache.org/viewvc?rev=1072605&view=rev
Log:
edited release notes about the incompatible changes introduced in 2.2.

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=1072605&r1=1072604&r2=1072605&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/RELEASE-NOTES.txt (original)
+++ commons/proper/math/branches/MATH_2_X/RELEASE-NOTES.txt Sun Feb 20 14:49:03 2011
@@ -9,10 +9,7 @@ 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 the public API:
- the MessagesResources_fr class has been removed (replaced by a properties file);
- the arguments of the EventState.reinitializeBegin method have changed;
- some private fields in AbstractStepInterpolator have been replaced.
+ of them are in APIs likely to be accessed by user code.
 
 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=1072605&r1=1072604&r2=1072605&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 Sun Feb 20 14:49:03 2011
@@ -59,10 +59,7 @@ 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 the public API:
-  the MessagesResources_fr class has been removed (replaced by a properties file);
-  the arguments of the EventState.reinitializeBegin method have changed;
-  some private fields in AbstractStepInterpolator have been replaced.
+  of them are in APIs likely to be accessed by user code.
 
   The major new features are:
   a new FastMath class, both faster, more accurate and with a few additional functions than StrictMath and Math;