psteitz     2004/12/05 15:56:50

  Modified:    math/xdocs/userguide overview.xml
  Log:
  Upped advertised JDK compatability level to 1.3.
   - Complex equals uses Double.doubletoRawLongBits (fixing would make
     equals less sensitive).
   - Beta fails compilation (easy to fix)
  
  Revision  Changes    Path
  1.14      +2 -2      jakarta-commons/math/xdocs/userguide/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/math/xdocs/userguide/overview.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- overview.xml      11 Jul 2004 19:19:28 -0000      1.13
  +++ overview.xml      5 Dec 2004 23:56:50 -0000       1.14
  @@ -105,7 +105,7 @@
   
   <subsection name="0.5 Dependencies" href="dependencies">
       <p>
  -    Commons Math requires JDK 1.2+ and has no runtime dependencies.  Commons
  +    Commons Math requires JDK 1.3+ and has no runtime dependencies.  Commons
       Discovery is used to enable pluggable implementations in the 
       <code>distributions, analysis</code> and <code>stat</code> packages; but
       default implementations are used if the commons-discovery and 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to