You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by se...@apache.org on 2006/03/28 16:06:08 UTC

svn commit: r389505 - /db/torque/site/trunk/xdocs/changes.xml

Author: seade
Date: Tue Mar 28 06:06:07 2006
New Revision: 389505

URL: http://svn.apache.org/viewcvs?rev=389505&view=rev
Log:
Use BigDecimal(double) constructor so as to help code compiled under JDK 1.5 execute correctly under earlier JDKs.
Related Eclipse bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=121325

Modified:
    db/torque/site/trunk/xdocs/changes.xml

Modified: db/torque/site/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/db/torque/site/trunk/xdocs/changes.xml?rev=389505&r1=389504&r2=389505&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/changes.xml (original)
+++ db/torque/site/trunk/xdocs/changes.xml Tue Mar 28 06:06:07 2006
@@ -29,6 +29,12 @@
 
   <release version="3.2.1-dev" date="in SVN">
   
+    <action type="fix" dev="seade">
+      Use BigDecimal(double) constructor so as to help code compiled under
+      JDK 1.5 execute correctly under earlier JDKs
+      (<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=121325">
+      Related Eclipse bug</a>).
+    </action>
     <action type="update" dev="tv">
       Update to the Avalon components of Torque. The component now understands
       Merlin- and YAAFI-type context entries and provides again all methods from



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org