Return-Path: Delivered-To: apmail-velocity-commits-archive@locus.apache.org Received: (qmail 90799 invoked from network); 8 Dec 2008 23:16:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2008 23:16:02 -0000 Received: (qmail 10443 invoked by uid 500); 8 Dec 2008 23:16:15 -0000 Delivered-To: apmail-velocity-commits-archive@velocity.apache.org Received: (qmail 10409 invoked by uid 500); 8 Dec 2008 23:16:15 -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 10400 invoked by uid 99); 8 Dec 2008 23:16:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2008 15:16:15 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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, 08 Dec 2008 23:16:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A718A23888AF; Mon, 8 Dec 2008 15:15:39 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r724547 - /velocity/engine/branches/1.6.x/src/changes/changes.xml Date: Mon, 08 Dec 2008 23:15:39 -0000 To: commits@velocity.apache.org From: nbubna@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081208231539.A718A23888AF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nbubna Date: Mon Dec 8 15:15:39 2008 New Revision: 724547 URL: http://svn.apache.org/viewvc?rev=724547&view=rev Log: add last change Modified: velocity/engine/branches/1.6.x/src/changes/changes.xml Modified: velocity/engine/branches/1.6.x/src/changes/changes.xml URL: http://svn.apache.org/viewvc/velocity/engine/branches/1.6.x/src/changes/changes.xml?rev=724547&r1=724546&r2=724547&view=diff ============================================================================== --- velocity/engine/branches/1.6.x/src/changes/changes.xml (original) +++ velocity/engine/branches/1.6.x/src/changes/changes.xml Mon Dec 8 15:15:39 2008 @@ -26,7 +26,12 @@ - + + + + Fix limitation in new macro implementation that resisted #set calls + to change references defined as arguments for the macro. + Fix vararg bugs when calling overloaded methods like get(String,String,Object[])