nbubna 2004/05/28 12:13:11 Modified: xdocs changes.xml Log: update to include recent changes Revision Changes Path 1.19 +24 -1 jakarta-velocity-tools/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/jakarta-velocity-tools/xdocs/changes.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- changes.xml 21 Feb 2004 20:54:19 -0000 1.18 +++ changes.xml 28 May 2004 19:13:11 -0000 1.19 @@ -26,6 +26,29 @@ <section name="Velocity Tools Changes"> <p>This document tracks the changes in Velocity Tools between releases.</p> + <subsection name="1.2-dev"> + <p>This section describes changes after the 1.1 release.</p> + <ul> + <li>Upgraded jars from Velocity 1.3.1 to Velocity 1.4 (ndb)</li> + <li>Simplified MessageTool interface to support $text.this.that syntax instead of just $text.get('this.that') (ndb)</li> + <li>Added Alternator and AlternatorTool to improve on the old VelocityFormatter.makeAutoAlternator(). (ndb/dlr)</li> + <li>Added new Configurable interface and support for configuring tools in the toolbox definition. (ndb)</li> + <li>Added methods for integer division and modulus to MathTool. (ndb)</li> + <li>Remove members, methods, and classes deprecated in 1.1. (ndb)</li> + <li>Bring example Struts apps up to speed with latest Struts version. (maj)</li> + <li>Upgrade jars to Struts 1.2.0 and Validator 1.1.2. (maj)</li> + </ul> + </subsection> + + <subsection name="1.1"> + <p>This section describes changes after the 1.1-rc1 release.</p> + <ul> + <li>Deprecated StrutsUtils' getActionErrors() and getActionMessages() in favor of getErrors() and getMessages(). (ndb)</li> + <li>Fixed javadoc warnings during build (patch contributed by Nathan Green). (ndb)</li> + <li>Some sort of improvements to Struts example apps. (maj)</li> + </ul> + </subsection> + <subsection name="1.1-rc1"> <p>This section describes changes after the 1.1-beta release.</p> <ul>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]