geirm       01/10/16 04:00:06

  Modified:    xdocs    Tag: VEL_1_2_BRANCH changes.xml
               docs     Tag: VEL_1_2_BRANCH changes.html
  Log:
  Keeping track...
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.53.2.1  +23 -0     jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.53
  retrieving revision 1.53.2.1
  diff -u -r1.53 -r1.53.2.1
  --- changes.xml       2001/09/27 03:47:05     1.53
  +++ changes.xml       2001/10/16 11:00:06     1.53.2.1
  @@ -15,6 +15,29 @@
      This document tracks the changes in Velocity between releases.
   </p>
   
  +<subsection name="1.2-rc1">
  +<p>
  +This section describes changes to the VEL_1_2_BRANCH after the 
  +1.2-rc1 release. 
  +</p>
  +
  +<ul>
  +  <li>
  +    Fix to LogSystem. ORed when I should have ANDed.  Reported
  +    by Matt Gould ([EMAIL PROTECTED]). (gmj)
  +   </li>
  +   <li>
  +    Documentation patch for 'getting started', reported by
  +    Yuji Kumasaka ([EMAIL PROTECTED]) (gmj)
  +   </li>
  +   <li>
  +     Changed AnakiaTask to not specify Xerces, but let JDOM find
  +     a parser. (gmj)
  +   </li>
  +</ul>
  +
  +</subsection>
  +
   <subsection name="1.2-dev">
   <p>
     This section describes changes to the main branch after the 1.1 release.
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.60.2.1  +30 -0     jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.60
  retrieving revision 1.60.2.1
  diff -u -r1.60 -r1.60.2.1
  --- changes.html      2001/09/27 03:47:05     1.60
  +++ changes.html      2001/10/16 11:00:06     1.60.2.1
  @@ -126,6 +126,36 @@
                                                       <table border="0" 
cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#828DA6">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <a name="1.2-rc1"><strong>1.2-rc1</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>
  +This section describes changes to the VEL_1_2_BRANCH after the 
  +1.2-rc1 release. 
  +</p>
  +                                                <ul>
  +  <li>
  +    Fix to LogSystem. ORed when I should have ANDed.  Reported
  +    by Matt Gould ([EMAIL PROTECTED]). (gmj)
  +   </li>
  +   <li>
  +    Documentation patch for 'getting started', reported by
  +    Yuji Kumasaka ([EMAIL PROTECTED]) (gmj)
  +   </li>
  +   <li>
  +     Changed AnakiaTask to not specify Xerces, but let JDOM find
  +     a parser. (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.2-dev"><strong>1.2-dev</strong></a>
           </font>
         </td></tr>
  
  
  


Reply via email to