geirm       01/04/19 22:18:50

  Modified:    xdocs    changes.xml
               docs     changes.html
  Log:
  noted changes to 1.1 (head).
  
  This will cleanup tomorrow or sat when I roll the 1.0.1-rc1 to 1.0.1 release
  
  Revision  Changes    Path
  1.34      +41 -0     jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- changes.xml       2001/04/10 12:27:30     1.33
  +++ changes.xml       2001/04/20 05:18:49     1.34
  @@ -15,6 +15,47 @@
      This document tracks the changes in Velocity between releases.
   </p>
   
  +<subsection name="1.1-dev : ongoing development">
  +<p>
  +Codebase for 1.0.1 was branched.  This section and above applies to the HEAD CVS 
branch.
  +</p>
  +
  +<ul>
  +  <li> 
  +    Added Kent's, others and my changes to VelocityServlet. Fundamental change is 
changing
  +    handleRequest() to take a req, resp and ctx args, as well as making returning 
  +    <code>null</code> permissible to indicate that request is taken care of. (gmj)
  +  </li>
  +  <li>
  +    Added support for alternate encoding for templates (input sources). It is now
  +    controllable by two properties (input and output), and tested with UTF-8. 
  +    UTF-8 rocks.  Why are there others?  :)  Also added testcase. (gmj)
  +  </li>
  +  <li>
  +    Fixed problem where MethodInvocationExceptions were not correctly generated for
  +    method exceptions in a few places.  All seems to work now. (gmj)
  +  </li>
  +  <li>
  +    Added fix from Charles Bennet for build.xml to include all necessary parts in 
classpath
  +    for building examples. (gmj)
  +  </li>
  +  <li>
  +    Performance improvment additions for the AST, the majority from Kent Johnson, 
plus
  +    his suggestions for Configuration and ResourceManager (gmj)
  +  </li>
  + <li>
  +    More MethodInvocationExceptions fun : the LHS of a #set() could throw
  +    an Exception, and we wouldn't propogate it. (gmj)
  +  </li>
  +  <li>
  +    EventCartridge support.  See docs :) (gmj)
  +  </li>
  +  <li>
  +    Documentation : basic EventCartridge description. (gmj)
  +  </li>
  +</ul>
  +</subsection>
  +
   <subsection name="1.0.2-dev">
   <p>
   Changes to v1.0.1-rc1
  
  
  
  1.33      +48 -0     jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- changes.html      2001/04/10 12:27:30     1.32
  +++ changes.html      2001/04/20 05:18:49     1.33
  @@ -114,6 +114,54 @@
                                                       <table border="0" 
cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#828DA6">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <a name="1.1-dev : ongoing development"><strong>1.1-dev : ongoing 
development</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>
  +Codebase for 1.0.1 was branched.  This section and above applies to the HEAD CVS 
branch.
  +</p>
  +                                                <ul>
  +  <li> 
  +    Added Kent's, others and my changes to VelocityServlet. Fundamental change is 
changing
  +    handleRequest() to take a req, resp and ctx args, as well as making returning 
  +    <code>null</code> permissible to indicate that request is taken care of. (gmj)
  +  </li>
  +  <li>
  +    Added support for alternate encoding for templates (input sources). It is now
  +    controllable by two properties (input and output), and tested with UTF-8. 
  +    UTF-8 rocks.  Why are there others?  :)  Also added testcase. (gmj)
  +  </li>
  +  <li>
  +    Fixed problem where MethodInvocationExceptions were not correctly generated for
  +    method exceptions in a few places.  All seems to work now. (gmj)
  +  </li>
  +  <li>
  +    Added fix from Charles Bennet for build.xml to include all necessary parts in 
classpath
  +    for building examples. (gmj)
  +  </li>
  +  <li>
  +    Performance improvment additions for the AST, the majority from Kent Johnson, 
plus
  +    his suggestions for Configuration and ResourceManager (gmj)
  +  </li>
  + <li>
  +    More MethodInvocationExceptions fun : the LHS of a #set() could throw
  +    an Exception, and we wouldn't propogate it. (gmj)
  +  </li>
  +  <li>
  +    EventCartridge support.  See docs :) (gmj)
  +  </li>
  +  <li>
  +    Documentation : basic EventCartridge description. (gmj)
  +  </li>
  +</ul>
  +                            </blockquote>
  +      </td></tr>
  +    </table>
  +                                                    <table border="0" 
cellspacing="0" cellpadding="2" width="100%">
  +      <tr><td bgcolor="#828DA6">
  +        <font color="#ffffff" face="arial,helvetica,sanserif">
             <a name="1.0.2-dev"><strong>1.0.2-dev</strong></a>
           </font>
         </td></tr>
  
  
  

Reply via email to