dlr 2003/08/31 11:45:23
Modified: docs changes.html
Log:
Last two updates.
Revision Changes Path
1.97 +13 -0 jakarta-velocity/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-velocity/docs/changes.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -u -r1.96 -r1.97
--- changes.html 17 Jul 2003 03:12:34 -0000 1.96
+++ changes.html 31 Aug 2003 18:45:23 -0000 1.97
@@ -158,6 +158,19 @@
</p>
<ul>
<li>
+Added support for dynamic selection of output character encoding to
+VelocityServlet. By default, the selected encoding is the value of
+the output.encoding Velocity property, but can be made dynamic by
+overriding the new chooseCharacterEncoding() method. (dlr)
+</li>
+<li>
+Bill Boland pointed out that VelocityServlet's pooling of
+VelocityWriter was preventing the underlying OutputStreamWriter from
+being garbage collected. This was fixed by clearing the
+VelocityWriter's reference to its internal OutputStreamWriter to allow
+the latter to be GC'd while VelocityWriter is pooled. (#18951)
+</li>
+<li>
Deprecated org.apache.velocity.runtime.Runtime in favor of the
RuntimeInstance and RuntimeSingleton classes. (dlr)
</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]