nicolaken    02/04/18 09:50:02

  Modified:    .        changes.xml
  Log:
  Explanations of recent pathes applied on behalf of Andrew C. Oliver for the POI 
stuff.
  
  Revision  Changes    Path
  1.143     +13 -1     xml-cocoon2/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/changes.xml,v
  retrieving revision 1.142
  retrieving revision 1.143
  diff -u -r1.142 -r1.143
  --- changes.xml       18 Apr 2002 13:48:40 -0000      1.142
  +++ changes.xml       18 Apr 2002 16:50:02 -0000      1.143
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: changes.xml,v 1.142 2002/04/18 13:48:40 vgritsenko Exp $
  +  $Id: changes.xml,v 1.143 2002/04/18 16:50:02 nicolaken Exp $
   -->
   
   <changes title="History of Changes">
  @@ -35,6 +35,18 @@
    </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="NKB" type="update" due-to="Andrew C. Oliver" 
due-to-email="[EMAIL PROTECTED]">
  +    New samples for HSSF Serializer.
  +  </action> 
  +  <action dev="NKB" type="update" fixes-bug="8058" due-to="Andrew C. Oliver" 
due-to-email="[EMAIL PROTECTED]">
  +   This adds get-bigdecimal to ESQL (see java.math.BigDecimal for details as to why
  +   you need BigDecimals).
  +  </action> 
  +  <action dev="NKB" type="update" fixes-bug="8056" due-to="Andrew C. Oliver" 
due-to-email="[EMAIL PROTECTED]">
  +   The SQL Transformer does those nastly looking exponents for large values.  By
  +   calling "getBigDecimal()" instead of getObject we can call an overridden
  +   toString and avoid those nasty things.
  +  </action> 
     <action dev="VG" type="add">
       Python language support for the XSP pages.
     </action>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to