You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by wg...@apache.org on 2007/02/19 06:21:47 UTC

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

Author: wglass
Date: Sun Feb 18 21:21:47 2007
New Revision: 509095

URL: http://svn.apache.org/viewvc?view=rev&rev=509095
Log:
updated change file with VELOCITY-516 info.

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?view=diff&rev=509095&r1=509094&r2=509095
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Sun Feb 18 21:21:47 2007
@@ -30,6 +30,10 @@
 
     <release version="1.5" date="2007-01-28">
 
+      <action type="fix" dev="wglass" issue="VELOCITY-516" due-to="Vincent Massol">
+        Fix to SecureUberspector to work properly with #foreach and iterators.
+      </action>
+
       <action type="add" dev="henning" issue="VELOCITY-191" due-to="Aki Nieminen">
         Make FileResourceLoader unicode aware to allow skipping over BOM markers
         like those created by Windows Notepad. This is a workaround for a Java
@@ -61,7 +65,7 @@
     allowing application to produce more useful error messages.
       </action>
 
-      <action type="fix" dev="henning" issue="VELOCITY-24">
+      <ction type="fix" dev="henning" issue="VELOCITY-24">
     Fixed race condition in template retrieval that caused macros to
     fail under simultaneous load.
       </action>