geirm 01/06/02 18:25:34
Modified: xdocs changes.xml
docs changes.html
Log:
update
Revision Changes Path
1.44 +36 -1 jakarta-velocity/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- changes.xml 2001/05/30 06:31:38 1.43
+++ changes.xml 2001/06/03 01:25:33 1.44
@@ -38,13 +38,48 @@
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-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>
1.45 +47 -1 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- changes.html 2001/05/30 06:31:38 1.44
+++ changes.html 2001/06/03 01:25:34 1.45
@@ -62,6 +62,8 @@
</ul>
<p><strong>Community</strong></p>
<ul>
+ <li> <a href="./powered.html">Powered By Velocity</a>
+</li>
<li> <a
href="http://jakarta.apache.org/site/getinvolved.html">Get Involved</a>
</li>
<li> <a
href="http://jakarta.apache.org/site/mail.html">Mailing Lists</a>
@@ -142,6 +144,50 @@
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-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>
@@ -158,7 +204,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>