geirm       01/06/02 14:53:07

  Modified:    xdocs    Tag: VEL_1_1_BRANCH changes.xml
               docs     Tag: VEL_1_1_BRANCH changes.html
  Log:
  Update with info on changes to rc1 and naming it rc2
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.41.2.1  +32 -1     jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.41
  retrieving revision 1.41.2.1
  diff -u -r1.41 -r1.41.2.1
  --- changes.xml       2001/05/20 23:18:46     1.41
  +++ changes.xml       2001/06/02 21:53:06     1.41.2.1
  @@ -15,10 +15,41 @@
      This document tracks the changes in Velocity between releases.
   </p>
   
  +<subsection name="1.1-rc1">
  +<p>
  +This section describes changes to VEL_1_1_BRANCH after the 1.1-rc1
  +release.  This was released as v1.1-rc2 on June 2, 2001.
  +</p>
  +
  +<ul>
  +  <li>
  +     Fix to AbstractContext to 'roll forward' EventCartridges to ensure that
  +     the last one added is available at render time.  (gmj)
  +  </li>
  +  <li>
  +    Small changes to developer docs re jar-src target and docs target. (gmj)
  +  </li>
  +  <li>
  +    Small changes to AND and OR nodes to support the legal but wacky use like
  +    #set( $foo = ($woog || $bar ) ). (gmj)
  +  </li>
  +  <li>
  +    Major change to Parser char stream - no longer using the stock, javacc generated
  +    ASCII 8-bit char stream but rather a Unicode 'custom' char stream.  This solves
  +    the problems reported with 16 bit characters that unluckily have a 0a or 0d in 
the 
  +    low-order byte. (gmj)
  +  </li>
  +  <li>
  +    Added additional templates to encoding test using contributions from
  +    Ilkka Priha, Michael Zhou and Vitaly Repetenko.  Thanks guys!  (gmj)
  +  </li>
  +</ul>
  +</subsection>
  + 
   <subsection name="1.1-dev">
   <p>
   This section describes changes to the main branch after the 1.0.1 release.
  -This was  released as v1.1-rc1 on May 20, 2001
  +This was then branched as VEL_1_1_BRANCH in CVS and released as v1.1-rc1 on May 20, 
2001. 
   </p>
   
   <ul>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.41.2.1  +41 -1     jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.41
  retrieving revision 1.41.2.1
  diff -u -r1.41 -r1.41.2.1
  --- changes.html      2001/05/20 23:18:47     1.41
  +++ changes.html      2001/06/02 21:53:06     1.41.2.1
  @@ -115,6 +115,46 @@
                                                       <table border="0" 
cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#828DA6">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <a name="1.1-rc1"><strong>1.1-rc1</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td><br/></td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>
  +This section describes changes to VEL_1_1_BRANCH after the 1.1-rc1
  +release.  This was released as v1.1-rc2 on June 2, 2001.
  +</p>
  +                                                <ul>
  +  <li>
  +     Fix to AbstractContext to 'roll forward' EventCartridges to ensure that
  +     the last one added is available at render time.  (gmj)
  +  </li>
  +  <li>
  +    Small changes to developer docs re jar-src target and docs target. (gmj)
  +  </li>
  +  <li>
  +    Small changes to AND and OR nodes to support the legal but wacky use like
  +    #set( $foo = ($woog || $bar ) ). (gmj)
  +  </li>
  +  <li>
  +    Major change to Parser char stream - no longer using the stock, javacc generated
  +    ASCII 8-bit char stream but rather a Unicode 'custom' char stream.  This solves
  +    the problems reported with 16 bit characters that unluckily have a 0a or 0d in 
the 
  +    low-order byte. (gmj)
  +  </li>
  +  <li>
  +    Added additional templates to encoding test using contributions from
  +    Ilkka Priha, Michael Zhou and Vitaly Repetenko.  Thanks guys!  (gmj)
  +  </li>
  +</ul>
  +                            </blockquote>
  +      </td></tr>
  +      <tr><td><br/></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.1-dev"><strong>1.1-dev</strong></a>
           </font>
         </td></tr>
  @@ -123,7 +163,7 @@
           <blockquote>
                                       <p>
   This section describes changes to the main branch after the 1.0.1 release.
  -This was  released as v1.1-rc1 on May 20, 2001
  +This was then branched as VEL_1_1_BRANCH in CVS and released as v1.1-rc1 on May 20, 
2001. 
   </p>
                                                   <ul>
     <li>
  
  
  

Reply via email to