Author: wglass Date: Tue Feb 20 22:13:04 2007 New Revision: 509908 URL: http://svn.apache.org/viewvc?view=rev&rev=509908 Log: add upgrading info. merge of r501602 from trunk.
Modified: velocity/engine/branches/Velocity_1.5_BRANCH/README.txt Modified: velocity/engine/branches/Velocity_1.5_BRANCH/README.txt URL: http://svn.apache.org/viewvc/velocity/engine/branches/Velocity_1.5_BRANCH/README.txt?view=diff&rev=509908&r1=509907&r2=509908 ============================================================================== --- velocity/engine/branches/Velocity_1.5_BRANCH/README.txt (original) +++ velocity/engine/branches/Velocity_1.5_BRANCH/README.txt Tue Feb 20 22:13:04 2007 @@ -63,6 +63,27 @@ Please see the WHY_TWO_JARS.txt file for more information. +UPGRADING FROM EARLIER RELEASES +------------------------------- + +Release with the same major number (1.x) are intended to be drop-in +replacements. However, in most cases the versions of dependency jars +must be adjusted because newer versions of Velocity might require +updates. + +Upgrading from Velocity 1.4 or earlier + + * JDOM has been upgraded to version 1.0. + * Commons Collections has been upgraded to version 3.1. + * Commons Lang 2.1 has been added. + + Optional: + + * Apache Ant 1.6 or better is required for rebuilding. + * Java CC 3.2 is recommended to compile the parser files. + * HSQLDB 1.7.1 is required for running unit tests. + + BUILDING APACHE VELOCITY ------------------------