Author: nbubna
Date: Mon Jan 4 16:49:03 2010
New Revision: 895696
URL: http://svn.apache.org/viewvc?rev=895696&view=rev
Log:
update changelog (2.0 doesn't support pre-1.5)
Modified:
velocity/engine/branches/2.0_Exp/src/changes/changes.xml
Modified: velocity/engine/branches/2.0_Exp/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/branches/2.0_Exp/src/changes/changes.xml?rev=895696&r1=895695&r2=895696&view=diff
==============================================================================
--- velocity/engine/branches/2.0_Exp/src/changes/changes.xml (original)
+++ velocity/engine/branches/2.0_Exp/src/changes/changes.xml Mon Jan 4
16:49:03 2010
@@ -230,11 +230,7 @@
<release version="1.6.4" date="In Subversion">
<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
- MUST manually call init() on any thread-shared Velocity singleton
or
- VelocityEngine instances to avoid race conditions. New auto-init
- feature is only supported on Java 1.5+.
+ Fix double-checked locking in RuntimeInstance's optional lazy-init.
</action>
<action type="fix" dev="nbubna" issue="VELOCITY-718">
Fix 100% CPU loop hang under simultaneous HashMap calls in ClassMap