You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@apache.org on 2003/10/09 21:07:33 UTC

cvs commit: jakarta-velocity/docs changes.html

geirm       2003/10/09 12:07:33

  Modified:    xdocs    changes.xml
               docs     changes.html
  Log:
  update for 1.4 rc1
  
  Revision  Changes    Path
  1.91      +3 -2      jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.90
  retrieving revision 1.91
  diff -u -r1.90 -r1.91
  --- changes.xml	31 Aug 2003 18:09:59 -0000	1.90
  +++ changes.xml	9 Oct 2003 19:07:33 -0000	1.91
  @@ -15,10 +15,11 @@
      This document tracks the changes in Velocity between releases.
   </p>
   
  -<subsection name="1.4-dev">
  +<subsection name="1.4">
   <p>
   This section describes changes to the main branch after the
  -1.3 release.
  +1.3 release.  They were released as part of 1.4 rc1 on 
  +Oct-9-2003.
   </p>
   
   <ul>
  
  
  
  1.99      +18 -11    jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -r1.98 -r1.99
  --- changes.html	8 Oct 2003 11:50:02 -0000	1.98
  +++ changes.html	9 Oct 2003 19:07:33 -0000	1.99
  @@ -5,7 +5,6 @@
           
   <!-- start the processing -->
       <!-- ====================================================================== -->
  -    <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
       <!-- Main Page Section -->
       <!-- ====================================================================== -->
       <html>
  @@ -17,7 +16,6 @@
               
              
                                       
  -                        
               <title>Velocity - Velocity Changes</title>
           </head>
   
  @@ -41,12 +39,7 @@
                   <tr>
                       <!-- LEFT SIDE NAVIGATION -->
                       <td width="20%" valign="top" nowrap="true">
  -                    
  -    <!-- to be removed after ApacheCon 2003 ends 20th of November 2003 -->
  -    <A HREF="http://apachecon.com/2003/US/index.html"><img border="0" src="http://jakarta.apache.org/images/logos/ac2003-150.gif"/></A>
  -    <!-- ============================================================ -->
  -
  -                <p><strong>About</strong></p>
  +                                <p><strong>About</strong></p>
           <ul>
                       <li>    <a href="./index.html">Overview</a>
   </li>
  @@ -152,17 +145,31 @@
                                                       <table border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#828DA6">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="1.4-dev"><strong>1.4-dev</strong></a>
  +          <a name="1.4"><strong>1.4</strong></a>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
                                       <p>
   This section describes changes to the main branch after the
  -1.3 release.
  +1.3 release.  They were released as part of 1.4 rc1 on 
  +Oct-9-2003.
   </p>
                                                   <ul>
   <li>
  +Added support for dynamic selection of output character encoding to
  +VelocityServlet.  By default, the selected encoding is the value of
  +the output.encoding Velocity property, but can be made dynamic by
  +overriding the new chooseCharacterEncoding() method. (dlr)
  +</li>
  +<li>
  +Bill Boland pointed out that VelocityServlet's pooling of
  +VelocityWriter was preventing the underlying OutputStreamWriter from
  +being garbage collected.  This was fixed by clearing the
  +VelocityWriter's reference to its internal OutputStreamWriter to allow
  +the latter to be GC'd while VelocityWriter is pooled. (#18951)
  +</li>
  +<li>
   Deprecated org.apache.velocity.runtime.Runtime in favor of the
   RuntimeInstance and RuntimeSingleton classes. (dlr)
   </li>
  @@ -1245,7 +1252,7 @@
                   </td></tr>
                   <tr><td colspan="2">
                       <div align="center"><font color="#525D76" size="-1"><em>
  -                    Copyright &#169; 1999-2003, Apache Software Foundation
  +                    Copyright &#169; 1999-2002, Apache Software Foundation
                       </em></font></div>
                   </td></tr>
               </table>
  
  
  

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