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 2008/04/24 15:31:23 UTC

svn commit: r651262 - /commons/proper/math/branches/MATH_2_0/src/site/xdoc/changes.xml

Author: luc
Date: Thu Apr 24 06:31:19 2008
New Revision: 651262

URL: http://svn.apache.org/viewvc?rev=651262&view=rev
Log:
announced a whole bunch of deprecation removals

Modified:
    commons/proper/math/branches/MATH_2_0/src/site/xdoc/changes.xml

Modified: commons/proper/math/branches/MATH_2_0/src/site/xdoc/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/site/xdoc/changes.xml?rev=651262&r1=651261&r2=651262&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_0/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/branches/MATH_2_0/src/site/xdoc/changes.xml Thu Apr 24 06:31:19 2008
@@ -39,8 +39,17 @@
 Commons Math Release Notes</title>
   </properties>
   <body>
-    <release version="1.3-SNAPSHOT" date="TBD"
-    description="TBD">
+    <release version="2.0" date="TBD" description="TBD">
+      <action dev="luc" type="update" >
+        Removed deprecated features. This includes the following changes. Factory-based
+        instantiation replaced by setter injection in 1.2 in several classes have been
+        removed. Protected fields in matrices implementations have been declared final
+        and private. Identity factory methods moved to MatrixUtils class have been
+        removed. Complex utilities methods that have been superseded by Complex instance
+        methods have been removed.
+      </action>
+    </release>
+    <release version="1.3-SNAPSHOT" date="TBD" description="TBD">
       <action dev="brentworden" type="fix" issue="MATH-193" due-to="Michael Heuer and Sebb">
         Javadoc and style fixes.
       </action>