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 2008/10/20 18:35:46 UTC

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

Author: nbubna
Date: Mon Oct 20 09:35:46 2008
New Revision: 706333

URL: http://svn.apache.org/viewvc?rev=706333&view=rev
Log:
add recent changes

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=706333&r1=706332&r2=706333&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Mon Oct 20 09:35:46 2008
@@ -27,6 +27,23 @@
   <body>
     <release version="1.6" date="In Subversion">
 
+      <action type="fix" dev="nbubna" issue="VELOCITY-632" due-to="Sebb">
+          Fix User Guide's Table of Contents anchor links.
+      </action>
+
+      <action type="fix" dev="nbubna" issue="VELOCITY-631" due-to="Byron Foster">
+          Fix parser bug that prevented references from immediately preceding #set directives.
+      </action>
+
+      <action type="fix" dev="nbubna" issue="VELOCITY-630" due-to="Byron Foster">
+          Revert change made for VELOCITY-285, as it broke pass-by-name nature
+          of macro arguments.
+      </action>
+
+      <action type="fix" dev="nbubna" issue="VELOCITY-629" due-to="Byron Foster">
+          Fix line numbers in string literals.
+      </action>
+
       <action type="fix" dev="nbubna" issue="VELOCITY-627" due-to="Byron Foster">
           Fix line number for exceptions with body of #foreach directive.
       </action>