You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2006/12/14 21:14:29 UTC

svn commit: r487336 - /velocity/tools/trunk/xdocs/changes.xml

Author: nbubna
Date: Thu Dec 14 12:14:29 2006
New Revision: 487336

URL: http://svn.apache.org/viewvc?view=rev&rev=487336
Log:
change my email address and add item for Struts1.2 to Struts1.3 upgrade

Modified:
    velocity/tools/trunk/xdocs/changes.xml

Modified: velocity/tools/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/xdocs/changes.xml?view=diff&rev=487336&r1=487335&r2=487336
==============================================================================
--- velocity/tools/trunk/xdocs/changes.xml (original)
+++ velocity/tools/trunk/xdocs/changes.xml Thu Dec 14 12:14:29 2006
@@ -22,7 +22,7 @@
 <document>
   <properties>
     <title>Velocity Tools Changes</title>
-    <author email="nathan@esha.com">Nathan Bubna</author>
+    <author email="nbubna@apache.org">Nathan Bubna</author>
     <projectfile>xdocs/menu.xml</projectfile>
   </properties>
 <body>
@@ -32,6 +32,7 @@
     <subsection name="1.3-dev">
         <p>This section describes changes after the 1.2 release.</p>
         <ul>
+        <li>Upgraded VelocityStruts dependencies to those for Struts 1.3.x series and updated "struts" example app according to <a href="http://wiki.apache.org/struts/StrutsUpgradeNotes12to13">provided directions</a>. (ndb)</li>
         <li>Replaced "layout" example with new "showcase" example to interactively demonstrate all tools and the VelocityLayoutServlet. (ndb)</li>
         <li>Added auto() and manual() methods to AlternatorTool and deprecated the make() methods that took a boolean parameter. (ndb)</li>
         <li>Added getAll() method to ParameterParser to retrieve map of all params via <code>$params.all</code>. (ndb)</li>