geirm 02/03/17 15:37:48
Modified: xdocs changes.xml index.xml
docs changes.html index.html
Log:
update
Revision Changes Path
1.75 +18 -1 jakarta-velocity/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- changes.xml 15 Mar 2002 05:20:36 -0000 1.74
+++ changes.xml 17 Mar 2002 23:37:48 -0000 1.75
@@ -15,11 +15,28 @@
This document tracks the changes in Velocity between releases.
</p>
+<subsection name="1.4-dev">
+<p>
+This section describes changes to the main branch after the
+1.3 release.
+</p>
+
+</subsection>
+
+<subsection name="1.3-rc1">
+<p>
+This section describes changes to the VEL_1_3_BRANCH after the
+1.3-rc1 release. These are updates working towards a rc2 or
+final.
+</p>
+
+</subsection>
<subsection name="1.3-dev">
<p>
This section describes changes to the main branch after the
-1.2 release.
+1.2 release. This was then branched as VEL_1_3_BRANCH in CVS
+and released as v1.3-rc on March 17, 2002.
</p>
<ul>
1.56 +18 -20 jakarta-velocity/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/index.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- index.xml 13 Mar 2002 19:05:23 -0000 1.55
+++ index.xml 17 Mar 2002 23:37:48 -0000 1.56
@@ -9,7 +9,7 @@
<body>
-<section name="Velocity v1.2 Released">
+<section name="Velocity v1.3 Release Candidate 1 Released">
<p>
<table>
@@ -18,19 +18,17 @@
<img src="images/powered-by-logo.gif" alt="powered-by-logo.gif" width="77"
height="32"/>
</td>
<td>
- Version 1.2 of the
+ Version 1.3-rc1 of the
Velocity Template Engine is now available.
- Thanks to all in the Velocity community who made
- this release a success.
+ Thanks to all in the Velocity community!
</td>
</tr>
</table>
</p>
<p>
- Combining contributions from throughout the
- Velocity community, this version offers many new enhancements,
- features and fixes over version 1.1.
+ This release candidate offers many new enhancements,
+ features and fixes over version 1.2.
</p>
<p>
Major enhancements include :
@@ -38,16 +36,15 @@
<ul>
<li>
- Application programmers now can instantiate separate, independent
- instances of the Velocity Template Engine or continue to use the
- traditional singleton model.
+ Automatic detection of log4j or logkit as the default logger. It's your
+ choice - just put either into the classpath.
</li>
<li>
- Major improvements to Anakia and Texen.
+ Application Attributes allow your applications to interact with custom
+ components such as loggers and resource loaders.
</li>
<li>
- The Velocimacro system can be configured to reload changed
- VM libraries automatically when the macro definitions change.
+ The Resource Manager and Resource Cache are now pluggable.
</li>
</ul>
<p>
@@ -56,13 +53,6 @@
</a> for details.
</p>
-<p>
- <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>
<section name="Velocity News">
@@ -205,6 +195,14 @@
formats, and are found <a
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.2/">here</a>.
</p>
+<p>
+ The current release release candidate version is version 1.3-rc1
+</p>
+
+<p>
+The 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/">here</a>.
+</p>
</section>
<section name="Where do I get nightly snapshots?">
1.83 +35 -1 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- changes.html 15 Mar 2002 05:20:36 -0000 1.82
+++ changes.html 17 Mar 2002 23:37:48 -0000 1.83
@@ -141,6 +141,39 @@
<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>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>
+This section describes changes to the main branch after the
+1.3 release.
+</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.3-rc1"><strong>1.3-rc1</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>
+This section describes changes to the VEL_1_3_BRANCH after the
+1.3-rc1 release. These are updates working towards a rc2 or
+final.
+</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.3-dev"><strong>1.3-dev</strong></a>
</font>
</td></tr>
@@ -148,7 +181,8 @@
<blockquote>
<p>
This section describes changes to the main branch after the
-1.2 release.
+1.2 release. This was then branched as VEL_1_3_BRANCH in CVS
+and released as v1.3-rc on March 17, 2002.
</p>
<ul>
<li>
1.78 +17 -19 jakarta-velocity/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/index.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- index.html 13 Mar 2002 19:05:23 -0000 1.77
+++ index.html 17 Mar 2002 23:37:48 -0000 1.78
@@ -130,7 +130,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 Released"><strong>Velocity v1.2
Released</strong></a>
+ <a name="Velocity v1.3 Release Candidate 1 Released"><strong>Velocity
v1.3 Release Candidate 1 Released</strong></a>
</font>
</td></tr>
<tr><td>
@@ -142,34 +142,31 @@
<img src="images/powered-by-logo.gif" alt="powered-by-logo.gif" width="77"
height="32" />
</td>
<td>
- Version 1.2 of the
+ Version 1.3-rc1 of the
Velocity Template Engine is now available.
- Thanks to all in the Velocity community who made
- this release a success.
+ Thanks to all in the Velocity community!
</td>
</tr>
</table>
</p>
<p>
- Combining contributions from throughout the
- Velocity community, this version offers many new enhancements,
- features and fixes over version 1.1.
+ This release candidate offers many new enhancements,
+ features and fixes over version 1.2.
</p>
<p>
Major enhancements include :
</p>
<ul>
<li>
- Application programmers now can instantiate separate, independent
- instances of the Velocity Template Engine or continue to use the
- traditional singleton model.
+ Automatic detection of log4j or logkit as the default logger. It's your
+ choice - just put either into the classpath.
</li>
<li>
- Major improvements to Anakia and Texen.
+ Application Attributes allow your applications to interact with custom
+ components such as loggers and resource loaders.
</li>
<li>
- The Velocimacro system can be configured to reload changed
- VM libraries automatically when the macro definitions change.
+ The Resource Manager and Resource Cache are now pluggable.
</li>
</ul>
<p>
@@ -177,12 +174,6 @@
<a href="changes.html">change log
</a> for details.
</p>
- <p>
- <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>
</td></tr>
@@ -335,6 +326,13 @@
<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.2/">here</a>.
+</p>
+ <p>
+ The current release release candidate version is version 1.3-rc1
+</p>
+ <p>
+The 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/">here</a>.
</p>
</blockquote>
</p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>