Author: nbubna
Date: Tue Apr 27 22:49:23 2010
New Revision: 938711
URL: http://svn.apache.org/viewvc?rev=938711&view=rev
Log:
update changelog
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=938711&r1=938710&r2=938711&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Tue Apr 27 22:49:23 2010
@@ -227,6 +227,10 @@
</release>
<release version="1.6.4" date="In Subversion">
+ <action type="fix" dev="nbubna" issue="VELOCITY-717" due-to="Jarkko
Viinamaki">
+ Fix bug in #parse that threw an NPE when IncludeEventHandler
returned null
+ and inline macros are kept local.
+ </action>
<action type="fix" dev="nbubna" issue="VELOCITY-750">
Fix double-checked locking in RuntimeInstance's optional lazy-init
for Java 1.5+. Users of older JREs in multi-threaded environments