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/10 20:18:51 UTC

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

Author: nbubna
Date: Fri Oct 10 11:18:51 2008
New Revision: 703545

URL: http://svn.apache.org/viewvc?rev=703545&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=703545&r1=703544&r2=703545&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Fri Oct 10 11:18:51 2008
@@ -27,6 +27,23 @@
   <body>
     <release version="1.6" date="In Subversion">
 
+      <action type="add" dev="nbubna" issue="VELOCITY-622" due-to="Byron Foster">
+          Format template and line/column numbers consistently in error and log messages.
+      </action>
+
+      <action type="fix" dev="nbubna" issue="VELOCITY-624" due-to="Byron Foster">
+          Don't override pre-configured log levels for JdkLogChute or Log4JLogChute.
+      </action>
+
+      <action type="add" dev="nbubna" issue="VELOCITY-618" due-to="Byron Foster">
+          Add optional 'runtime.references.strict' property that has Velocity throw
+          exceptions when it encounters undefined references or velocimacros in a template.
+      </action>
+
+      <action type="add" dev="nbubna" issue="VELOCITY-554" due-to="Adrian Tarau">
+          Inlude Maven Ant tasks jar in downloads and add support for downloading from Maven2 repos.
+      </action>
+
       <action type="fix" dev="nbubna" issue="VELOCITY-585" due-to="Jon Seymour">
           Fix problem with single backslash in interpolated (double-quoted) strings.
       </action>