You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2011/07/11 14:32:21 UTC

svn commit: r1145147 - /velocity/tools/trunk/src/site/xdoc/changes.xml

Author: cbrisson
Date: Mon Jul 11 12:32:21 2011
New Revision: 1145147

URL: http://svn.apache.org/viewvc?rev=1145147&view=rev
Log:
update changelog

Modified:
    velocity/tools/trunk/src/site/xdoc/changes.xml

Modified: velocity/tools/trunk/src/site/xdoc/changes.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/src/site/xdoc/changes.xml?rev=1145147&r1=1145146&r2=1145147&view=diff
==============================================================================
--- velocity/tools/trunk/src/site/xdoc/changes.xml (original)
+++ velocity/tools/trunk/src/site/xdoc/changes.xml Mon Jul 11 12:32:21 2011
@@ -31,7 +31,15 @@
     <subsection name="2.1-SNAPSHOT">
         <p>This section describes changes after the 2.0 release.</p>
         <ul>
-        <li>Upgraded to Dom4j 1.6.1 and Velocity Engine 1.6.4.</li>
+        <li>Upgraded to Dom4j 1.6.1 and Velocity Engine 1.6.4. (ndb)</li>
+        <li>fixed VELTOOLS-129 (thanks to Michael Osipov) (ndb)</li>
+        <li>fixed VELTOOLS-128 fix sync problems (ndb)</li>
+        <li>correct handling and better reporting of commited responses in error() (cb)</li>
+        <li>Added a custom number formats cache in ConversionUtils (cb)</li>
+        <li>Switched engine dependency to 2.0 (cb)</li>
+        <li>Reflect Velocity Engine dependency shading of commons-lang and commons-collections (cb)</li>
+        <li>Removed deprecated class org.apache.velocity.tools.generic.log.LogSystemCommonsLog (cb)</li>
+        <li>MathTool: fixed result type calculations and added bitwise operations (cb)</li>
         </ul>
     </subsection>