You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by mp...@apache.org on 2001/08/18 18:38:49 UTC

cvs commit: jakarta-turbine-2/xdocs changes_2_1.xml

mpoeschl    01/08/18 09:38:49

  Modified:    xdocs    changes_2_1.xml
  Log:
  adding more changes ... i'll try to complete the list and release 2.2b1 tomorrow
  
  Revision  Changes    Path
  1.2       +115 -6    jakarta-turbine-2/xdocs/changes_2_1.xml
  
  Index: changes_2_1.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/xdocs/changes_2_1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes_2_1.xml	2001/08/16 05:10:07	1.1
  +++ changes_2_1.xml	2001/08/18 16:38:49	1.2
  @@ -6,34 +6,143 @@
     <title>2.1 Branch Changes</title>
     <author email="jvanzyl@apache.org">Jason van Zyl</author>
     <author email="jmcnally@apache.org">John D. McNally</author>
  +  <author email="mpoeschl@marmot.at">Martin Poeschl</author>
   </properties>
   
   <body>
   
  -<section name="Changes">
  +<section name="Turbine 2.2b1">
   
   <p>
  -This document describes what has changed in Turbine on the 2.1 branch
  -between releases.
  +This document describes what has changed in Turbine on the 2.x branch
  +since 2.1.
   </p>
   
  +<subsection name="Changes that could break older environments">
  +
   <p>
     <ul>
  -
       <li>
  -        Fixed error in Mssql unique.vm template (removed a blank line)
  +       The Service interface was extended: Service.getName()
  +       since most Service implementations extend BaseService 
  +       (which implements a public getName method), this should not be an issue.
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +    <li>
       </li>
       <li>
  -        ECS, Frremarker ans Webmacro services/modules are marked deprecated. 
  +    </li>
  +
  +  </ul>
  +</p>
  +
  +</subsection>
  +
  +<subsection name="Other changes">
  +
  +<p>
  +  <ul>
  +    <li>
  +        ECS, Freemarker ans Webmacro services/modules are marked deprecated. 
           You should use Velocity instead.
       </li>
       <li>
           Castor service is marked as deprecated. You should use om/peer 
           classes instead!
       </li>
  +    <li>
  +        The XSLT Service is updated to use Xalan 2.0
  +    </li>
  +    <li>
  +        Improved datatype mappings for mysql, oracle, postgresql, sapdb
  +    </li>
  +    <li>
  +        adding support for secure connections in the xmlrpc service.
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +        Javadocs improvements.
  +    </li>
  +    <li>
  +        Documentation improvements.
  +    </li>
  +  </ul>
  +</p>
   
  +</subsection>
  +
  +<subsection name="Fixed bugs">
  +
  +<p>
  +  <ul>
  +
  +    <li>
  +        Fixed error in Mssql unique.vm template (removed a blank line)
  +    </li>
  +    <li>
  +        [2301] Embedding message parts in HtmlEmail throws NullPointerException.
  +    </li>
  +    <li>
  +        bugfix for BigDecimal attributes with default value
  +    </li>
  +    <li>
  +        fixed handling of sequences for db2, postgresql, sapdb
  +    </li>
  +    <li>
  +        fixed syntax for create index (postgresql)
  +    </li>
  +    <li>
  +        fixes problem for postgres with blob style column in TurbineUser table.  
  +        (Patch by Jerome Veryleyen)
  +    </li>
  +    <li>
  +        BaseUnicastRemoteService.java: Corrected method name (setName -> getName).
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +    <li>
  +    </li>
  +
     </ul>
   </p>
  +
  +</subsection>
  +
  +
   </section>
   
   </body>
  
  
  

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