nbubna 2003/10/06 17:45:57 Modified: xdocs changes.xml Log: add latest changes Revision Changes Path 1.2 +5 -0 jakarta-velocity-tools/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/jakarta-velocity-tools/xdocs/changes.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- changes.xml 7 Aug 2003 05:20:35 -0000 1.1 +++ changes.xml 7 Oct 2003 00:45:57 -0000 1.2 @@ -12,6 +12,11 @@ <subsection name="1.1-dev"> <p>This section describes changes after the 1.0 release.</p> <ul> + <li>output.encoding property (if non-default) is appended to default content-type as the charset. (ndb)</li> + <li>VelocityViewServlet now uses response.getWriter() instead of response.getOutputStream() as suggested by Matthew Payne. (ndb)</li> + <li>Improved error handling (exceptions are logged and error() is now more robust). (ndb)</li> + <li>Put requestCleanup() call in a 'finally' clause to allow clean after errors during a request. (dlr)</li> + <li>Fixed miscellaneous javadoc and doc typos (many of which were reported by Takayoshi Kimura) (ndb)</li> <li>Allow system to reclaim objects held by pooled writers in VelocityViewServlet (see bug 18951) (ndb)</li> <li>Changed LinkTool to automatically check for XHTML setting (ndb)</li> <li>Added support for standard XHTML mode setting via toolbox config (ndb)</li>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]