geirm 2003/10/26 05:15:15
Modified: xdocs changes.xml
docs changes.html
Log:
update
Revision Changes Path
1.99 +8 -0 jakarta-velocity/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/xdocs/changes.xml,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- changes.xml 23 Oct 2003 16:16:12 -0000 1.98
+++ changes.xml 26 Oct 2003 13:15:15 -0000 1.99
@@ -57,6 +57,14 @@
competency of the Velocity Tools package than of Velocity's
core. (dlr)
</li>
+<li>
+Fix to BaseTestCase as suggested by Will Glass-Husain to handle line endings
+ (#20992) (gmj)
+</li>
+<li>
+ Parameterized cache and mod time control in TexenTask based on patch from
+ Henning. (gmj)
+</li>
</ul>
</subsection>
1.105 +24 -0 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- changes.html 22 Oct 2003 03:00:46 -0000 1.104
+++ changes.html 26 Oct 2003 13:15:15 -0000 1.105
@@ -181,6 +181,30 @@
<code>resource.manager.cache.size</code> for your cache to less than
1. (dlr)
</li>
+
+<li>
+Took dan's modified SimpleLog4jLogSystem, and renamed Log4JLogSystem, and
+put back old version of SimpleLog4JLogSystem, as deprecated. That way
+we can move forward with an up-to-date version that uses Logger, and
+for one release, be backwards compatile for the Category-using log4j
+crowd. (gmj)
+</li>
+
+<li>
+Deprecated the org.apache.velocity.servlet.VelocityServlet class in
+favor of org.apache.velocity.tools.view.servlet.VelocityViewServlet
+from the Velocity Tools library. Servlet interaction is more a core
+competency of the Velocity Tools package than of Velocity's
+core. (dlr)
+</li>
+<li>
+Fix to BaseTestCase as suggested by Will Glass-Husain to handle line endings
+ (#20992) (gmj)
+</li>
+<li>
+ Parameterized cache and mod time control in TexenTask based on patch from
+ Henning. (gmj)
+</li>
</ul>
</blockquote>
</td></tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]