Author: nbubna
Date: Sun Jan 25 17:43:08 2009
New Revision: 737545
URL: http://svn.apache.org/viewvc?rev=737545&view=rev
Log:
fix for VELOCITY-682 should go in 1.6.2
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=737545&r1=737544&r2=737545&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Sun Jan 25 17:43:08 2009
@@ -27,10 +27,6 @@
<body>
<release version="1.7" date="In Subversion">
- <action type="fix" dev="nbubna" issue="VELOCITY-682">
- Fix loss of inline macros when #evaluate is used.
- </action>
-
<action type="add" dev="byron" issue="VELOCITY-673">
The non default VelocityEngine construtors now do not initialize the
runtime
system so that properties may be set after constrution. Also fixes an
@@ -113,6 +109,10 @@
<release version="1.6.2" date="In Subversion">
+ <action type="fix" dev="nbubna" issue="VELOCITY-682">
+ Fix loss of inline macros when #evaluate is used.
+ </action>
+
<action type="fix" dev="nbubna" issue="VELOCITY-554" due-to="Adrian
Tarau">
Fix name of sources jar for maven deployment.
</action>