Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 53106 invoked from network); 5 Dec 2005 23:31:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Dec 2005 23:31:44 -0000 Received: (qmail 24509 invoked by uid 500); 5 Dec 2005 23:31:03 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 24277 invoked by uid 500); 5 Dec 2005 23:31:00 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 23485 invoked by uid 500); 5 Dec 2005 23:30:56 -0000 Received: (qmail 23276 invoked by uid 99); 5 Dec 2005 23:30:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 15:30:54 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 05 Dec 2005 15:00:09 -0800 Received: (qmail 40790 invoked by uid 65534); 5 Dec 2005 22:59:49 -0000 Message-ID: <20051205225949.40787.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r354216 - /ant/core/trunk/WHATSNEW Date: Mon, 05 Dec 2005 22:59:49 -0000 To: ant-cvs@apache.org From: jkf@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jkf Date: Mon Dec 5 14:59:45 2005 New Revision: 354216 URL: http://svn.apache.org/viewcvs?rev=354216&view=rev Log: Added PR 37777 and 37765 in WHATSNEW Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewcvs/ant/core/trunk/WHATSNEW?rev=354216&r1=354215&r2=354216&view=diff ============================================================================== --- ant/core/trunk/WHATSNEW (original) +++ ant/core/trunk/WHATSNEW Mon Dec 5 14:59:45 2005 @@ -69,6 +69,8 @@ Fixed bugs: ----------- +* Some potential NullPointerExceptions, Bugzilla Report 37765 + * Problem when adding multiple filter files, Bugzilla Report 37341 * problem refering jars specfied by Class-Path attribute in manifest @@ -170,6 +172,8 @@ Other changes: -------------- +* Minor performance improvements Bugzilla report 37777 + * New task converts a path into a property suitable as the value for a manifest's Class-Path attribute. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org