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 2010/12/24 00:17:57 UTC

svn commit: r1052411 - /velocity/engine/trunk/src/changes/changes.xml

Author: nbubna
Date: Thu Dec 23 23:17:57 2010
New Revision: 1052411

URL: http://svn.apache.org/viewvc?rev=1052411&view=rev
Log:
add missing release dates

Modified:
    velocity/engine/trunk/src/changes/changes.xml

Modified: velocity/engine/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/src/changes/changes.xml?rev=1052411&r1=1052410&r2=1052411&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Thu Dec 23 23:17:57 2010
@@ -77,7 +77,7 @@
 
     </release>
 
-    <release version="1.7" date="In Subversion">
+    <release version="1.7" date="2010-11-29">
       <action type="fix" dev="cbrisson" issue="VELOCITY-785" due-to="Jarkko Viinamäki">
         Fixed quotes escaping so that doubling single quotes only works when enclosing quotes are single quotes
         (and same behaviour for double quotes)
@@ -292,7 +292,7 @@
 
     </release>
 
-    <release version="1.6.4" date="In Subversion">
+    <release version="1.6.4" date="2010-05-10">
         <action type="fix" dev="nbubna" issue="VELOCITY-750">
             Fix double-checked locking in RuntimeInstance's optional lazy-init.
         </action>
@@ -311,7 +311,7 @@
         </action>
     </release>
 
-    <release version="1.6.2" date="In Subversion">
+    <release version="1.6.2" date="2009-03-19">
 
       <action type="fix" dev="nbubna" issue="VELOCITY-702">
         Fix obscure caching problem in multiple resource loader situations