Return-Path: Delivered-To: apmail-velocity-commits-archive@locus.apache.org Received: (qmail 25965 invoked from network); 17 Nov 2008 19:40:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2008 19:40:40 -0000 Received: (qmail 47256 invoked by uid 500); 17 Nov 2008 19:40:48 -0000 Delivered-To: apmail-velocity-commits-archive@velocity.apache.org Received: (qmail 47225 invoked by uid 500); 17 Nov 2008 19:40:48 -0000 Mailing-List: contact commits-help@velocity.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@velocity.apache.org Delivered-To: mailing list commits@velocity.apache.org Received: (qmail 47216 invoked by uid 99); 17 Nov 2008 19:40:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 11:40:48 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 19:39:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EF30B238898F; Mon, 17 Nov 2008 11:39:49 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r718342 - /velocity/engine/trunk/README.txt Date: Mon, 17 Nov 2008 19:39:49 -0000 To: commits@velocity.apache.org From: nbubna@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081117193949.EF30B238898F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nbubna Date: Mon Nov 17 11:39:49 2008 New Revision: 718342 URL: http://svn.apache.org/viewvc?rev=718342&view=rev Log: VELOCITY-639 update 'Upgrading...' section of README for 1.6 Modified: velocity/engine/trunk/README.txt Modified: velocity/engine/trunk/README.txt URL: http://svn.apache.org/viewvc/velocity/engine/trunk/README.txt?rev=718342&r1=718341&r2=718342&view=diff ============================================================================== --- velocity/engine/trunk/README.txt (original) +++ velocity/engine/trunk/README.txt Mon Nov 17 11:39:49 2008 @@ -83,6 +83,17 @@ * Java CC 3.2 is recommended to compile the parser files. * HSQLDB 1.7.1 is required for running unit tests. +Upgrading from Velocity 1.5 + + * Commons Collections has been upgraded to version 3.2.1. + * Commons Lang has been upgraded to version 2.4. + * Commons Logging 1.1 has been added. + + Optional: + + * Maven Ant 2.0.9 is required for the Maven Ant tasks. + * Java CC 4.1 is recommended to compile the parser files. + BUILDING APACHE VELOCITY ------------------------