geirm       01/12/09 15:49:16

  Modified:    xdocs    index.xml changes.xml
               docs     index.html changes.html
  Log:
  Update for the 1.2 release
  
  Revision  Changes    Path
  1.47      +10 -17    jakarta-velocity/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/index.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- index.xml 2001/12/08 19:30:14     1.46
  +++ index.xml 2001/12/09 23:49:16     1.47
  @@ -9,7 +9,7 @@
   
    <body>
   
  -<section name="Velocity v1.2 Release Candidate 3 Released">
  +<section name="Velocity v1.2 Released">
   
    <p>
      <table>
  @@ -18,11 +18,10 @@
      <img src="images/powered-by-logo.gif" alt="powered-by-logo.gif" width="77" 
height="32"/>
      </td>
      <td>
  -   Release candidate 3 of version 1.2 of the 
  +   Version 1.2 of the 
      Velocity Template Engine is now available.
  -   This release is the final candidate for release
  -   of version 1.2.  It incorporates important
  -   bugfixes and enhancements.
  +   Thanks to all in the Velocity community that made
  +   this release a success.
      </td>
      </tr>
      </table>      
  @@ -58,11 +57,10 @@
   </p>
   
   <p>
  - <b>Note:</b>  Starting with this release candidate, the pre-built jar
  - in the distribution does <i>not</i> include any external dependencies.
  - These dependencies and their sources are listed in the developers guide.
  - You may still build a complete jar with all dependencies using the 'jar-dep'
  - build target.
  + <b>Note:</b> This release now requires
  + <a href="http://jakarta.apache.org/ant/";>Ant 1.4</a>
  + to build the source and/or use the testbed. 
  + As before, <i>using Velocity</i> does not require Ant.
   </p>
   
   </section>
  @@ -249,17 +247,12 @@
   <section name="Where do I get releases?">
   
   <p> 
  -   The current release version is version 1.1
  +   The current release version is version 1.2
   </p>
   
   <p>
   The release distribution is available in both <code>tar.gz</code> and 
<code>zip</code>
  -formats, and are found <a 
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.1/";>here</a>.
  -</p>
  -
  -<p>
  -  The latest release candidate, verion 1.2-rc3 can be found
  -  <a 
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.2/";>here</a>.
  +formats, and are found <a 
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.2/";>here</a>.
   </p>
   
   </section>
  
  
  
  1.67      +18 -0     jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- changes.xml       2001/11/09 12:41:01     1.66
  +++ changes.xml       2001/12/09 23:49:16     1.67
  @@ -100,6 +100,13 @@
   
   </subsection>
   
  +<subsection name="1.2">
  +<p>
  +1.2 was released on December 9, 2001.
  +</p>
  +
  +</subsection>
  +
   <subsection name="1.2-rc3">
   <p>
   This section describes changes to the VEL_1_2_BRANCH after the 
  @@ -107,6 +114,17 @@
   for a quick community check.  It is intended to be the final
   rc for the 1.2 release.
   </p>
  +
  +<ul>
  +  <li>
  +    Small fix to Velocity.java and VelocityEngine.java for
  +    invokeVelocimacro() - the were broken in the last major
  +    VM change (months ago) and never noticed. (gmj)
  +  </li>
  +  <li>
  +   Added notes re the new no-dep jar. (gmj)
  +  </li>
  +</ul>
   
   </subsection>
   
  
  
  
  1.68      +10 -16    jakarta-velocity/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/index.html,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- index.html        2001/12/08 19:30:15     1.67
  +++ index.html        2001/12/09 23:49:16     1.68
  @@ -122,7 +122,7 @@
                                                                       <table 
border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="Velocity v1.2 Release Candidate 3 Released"><strong>Velocity 
v1.2 Release Candidate 3 Released</strong></a>
  +          <a name="Velocity v1.2 Released"><strong>Velocity v1.2 
Released</strong></a>
           </font>
         </td></tr>
         <tr><td>
  @@ -134,11 +134,10 @@
      <img src="images/powered-by-logo.gif" alt="powered-by-logo.gif" width="77" 
height="32" />
      </td>
      <td>
  -   Release candidate 3 of version 1.2 of the 
  +   Version 1.2 of the 
      Velocity Template Engine is now available.
  -   This release is the final candidate for release
  -   of version 1.2.  It incorporates important
  -   bugfixes and enhancements.
  +   Thanks to all in the Velocity community that made
  +   this release a success.
      </td>
      </tr>
      </table>      
  @@ -171,11 +170,10 @@
      </a> for details.
   </p>
                                                   <p>
  - <b>Note:</b>  Starting with this release candidate, the pre-built jar
  - in the distribution does <i>not</i> include any external dependencies.
  - These dependencies and their sources are listed in the developers guide.
  - You may still build a complete jar with all dependencies using the 'jar-dep'
  - build target.
  + <b>Note:</b> This release now requires
  + <a href="http://jakarta.apache.org/ant/";>Ant 1.4</a>
  + to build the source and/or use the testbed. 
  + As before, <i>using Velocity</i> does not require Ant.
   </p>
                               </blockquote>
           </p>
  @@ -365,15 +363,11 @@
         <tr><td>
           <blockquote>
                                       <p> 
  -   The current release version is version 1.1
  +   The current release version is version 1.2
   </p>
                                                   <p>
   The release distribution is available in both <code>tar.gz</code> and 
<code>zip</code>
  -formats, and are found <a 
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.1/";>here</a>.
  -</p>
  -                                                <p>
  -  The latest release candidate, verion 1.2-rc3 can be found
  -  <a 
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.2/";>here</a>.
  +formats, and are found <a 
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.2/";>here</a>.
   </p>
                               </blockquote>
           </p>
  
  
  
  1.74      +25 -0     jakarta-velocity/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- changes.html      2001/11/09 12:41:01     1.73
  +++ changes.html      2001/12/09 23:49:16     1.74
  @@ -225,6 +225,21 @@
                                                       <table border="0" 
cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#828DA6">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  +          <a name="1.2"><strong>1.2</strong></a>
  +        </font>
  +      </td></tr>
  +      <tr><td>
  +        <blockquote>
  +                                    <p>
  +1.2 was released on December 9, 2001.
  +</p>
  +                            </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-rc3"><strong>1.2-rc3</strong></a>
           </font>
         </td></tr>
  @@ -236,6 +251,16 @@
   for a quick community check.  It is intended to be the final
   rc for the 1.2 release.
   </p>
  +                                                <ul>
  +  <li>
  +    Small fix to Velocity.java and VelocityEngine.java for
  +    invokeVelocimacro() - the were broken in the last major
  +    VM change (months ago) and never noticed. (gmj)
  +  </li>
  +  <li>
  +   Added notes re the new no-dep jar. (gmj)
  +  </li>
  +</ul>
                               </blockquote>
         </td></tr>
         <tr><td><br/></td></tr>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to