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 2002/07/23 06:44:01 UTC

cvs commit: jakarta-velocity/xdocs changes.xml index.xml powered.xml

geirm       2002/07/22 21:44:01

  Modified:    xdocs    changes.xml index.xml powered.xml
  Log:
  1) Announce 1.3.1 availability
  2) add Roller to the news
  3) update changelog re 1.3.1-rc1
  4) add roller to powered-by
  5) update URL for jPublish
  
  Revision  Changes    Path
  1.84      +13 -0     jakarta-velocity/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -r1.83 -r1.84
  --- changes.xml	7 Jul 2002 21:25:52 -0000	1.83
  +++ changes.xml	23 Jul 2002 04:44:01 -0000	1.84
  @@ -79,6 +79,19 @@
   
   </subsection>
   
  +<subsection name="1.3">
  +<p>
  +This section describes changes to the VEL_1_3_BRANCH after the
  +1.3 release. This was released as 1.3.1-rc1 on July 22, 2002.
  +</p>
  +
  +<ul>
  +<li>
  +  Fixed primitive argument introspection problem. (gmj)
  +</li>
  +</ul>
  +</subsection>
  +
   <subsection name="1.3-rc1">
   <p>
   This section describes changes to the VEL_1_3_BRANCH after the
  
  
  
  1.64      +29 -36    jakarta-velocity/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/index.xml,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- index.xml	7 Jul 2002 21:51:43 -0000	1.63
  +++ index.xml	23 Jul 2002 04:44:01 -0000	1.64
  @@ -8,8 +8,7 @@
    </properties>
   
    <body>
  -
  -<section name="Velocity v1.3 Released">
  +<section name="Velocity v1.3.1-rc1 Available">
   
    <p>
      <table>
  @@ -18,49 +17,36 @@
      <img src="images/powered-by-logo.gif" alt="powered-by-logo.gif" width="77" height="32"/>
      </td>
      <td>
  -   Version 1.3 of the
  -   Velocity Template Engine is now available.
  -   Thanks to all in the Velocity community!
  +   Release candidate 1 of version 1.3.1 of the Velocity Template Engine is
  +   available.  This is a bugfix to the 1.3 release, fixing a single specific
  +   introspection bug. A final version 1.3.1 will follow after validation
  +   by users in the community. (2002-07-22)
      </td>
      </tr>
      </table>
    </p>
   
  - <p>
  -   Major enhancements include :
  - </p>
  -
  - <ul>
  -   <li>
  -     Automatic detection of log4j or logkit as the default logger.  It's your
  -     choice - just put either into the classpath.
  -   </li>
  -   <li>
  -     Application Attributes allow your applications to interact with custom
  -     components such as loggers and resource loaders.
  -   </li>
  -   <li>
  -     The Resource Manager and Resource Cache are now pluggable.
  -   </li>
  -   <li>
  -    The User's Guide is now available in Finnish, French, Spanish and
  -    English.
  -    </li>
  - </ul>
  - <p>
  -   Minor enhancements are too numerous to mention. Please see the
  -   <a href="changes.html">change log
  -   </a> for details.
  - </p>
  - <p>
  - Apologies to the community for the wait... (<i>2002-07-07</i>)
  - </p>
  -
   </section>
   
   <section name="Velocity News">
   
   <p>
  +<strong>Roller Weblogger Brings it Together</strong>
  +<blockquote>
  +<i> From the site :</i>
  +<a href="http://www.rollerweblogger.org/index.html">Roller</a>
  +is server-based weblogging software - a web application - that
  +is designed to support multiple simultaneous weblog users and visitors.
  +Roller was originally written as an example application for an
  +article on open source Java development tools. The article
  +describes how the Struts Servlet framework, the Castor JDO persistence engine,
  +the XDoclet code generator, and the Velocity template processor
  +can be used together to create a full-featured database-driven web application.
  +(<i>2002-07-22</i>)
  +</blockquote>
  +</p>
  +
  +<p>
   <strong>User's Guide Now Available in French</strong>
   <blockquote>
   Thanks to the translation contributed by
  @@ -245,7 +231,14 @@
   <section name="Where do I get releases?">
   
   <p>
  -   The current release version is version 1.3
  +   The current release version is version 1.3.  However, we have a release
  +   candidate 1.3.1 available, which fixes a bug.  It is strongly recommended
  +   that the 1.3.1-rc is used.
  +</p>
  +
  +<p>
  +The fixed release candidate 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.3.1/">here</a>.
   </p>
   
   <p>
  
  
  
  1.39      +14 -1     jakarta-velocity/xdocs/powered.xml
  
  Index: powered.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/powered.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- powered.xml	26 Jun 2002 10:17:43 -0000	1.38
  +++ powered.xml	23 Jul 2002 04:44:01 -0000	1.39
  @@ -257,6 +257,19 @@
       </td>
      </tr>
   
  +   <tr>
  +    <td>
  +     <a href="http://www.rollerweblogger.org/">Roller Weblogger</a>
  +    </td>
  +    <td>
  +       Roller is server-based weblogging software - a web application -
  +       that is designed to support multiple simultaneous weblog users and
  +       visitors.
  +    </td>
  +   </tr>
  +
  +
  +
    </table>
   
    </section>
  @@ -543,7 +556,7 @@
   
      <tr>
       <td>
  -     <a href="http://jpublish.sourceforge.net/">JPublish</a>
  +     <a href=" http://www.jpublish.org/">JPublish</a>
       </td>
       <td>
        JPublish is a web publishing framework which merges the Velocity template engine
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>