From notifications-return-7192-apmail-ant-notifications-archive=ant.apache.org@ant.apache.org Sun Feb 01 22:32:54 2009 Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 43766 invoked from network); 1 Feb 2009 22:32:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2009 22:32:53 -0000 Received: (qmail 9701 invoked by uid 500); 1 Feb 2009 22:32:53 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 9675 invoked by uid 500); 1 Feb 2009 22:32:53 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 9666 invoked by uid 99); 1 Feb 2009 22:32:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Feb 2009 14:32:53 -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; Sun, 01 Feb 2009 22:32:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E4513238898E; Sun, 1 Feb 2009 22:32:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r739874 - /ant/core/trunk/WHATSNEW Date: Sun, 01 Feb 2009 22:32:32 -0000 To: notifications@ant.apache.org From: jkf@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090201223232.E4513238898E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jkf Date: Sun Feb 1 22:32:32 2009 New Revision: 739874 URL: http://svn.apache.org/viewvc?rev=739874&view=rev Log: 45631 Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=739874&r1=739873&r2=739874&view=diff ============================================================================== --- ant/core/trunk/WHATSNEW (original) +++ ant/core/trunk/WHATSNEW Sun Feb 1 22:32:32 2009 @@ -137,7 +137,8 @@ Fixed bugs: ----------- - + * Caused by AssertionError no longer filtered. Bugzilla report 45631. + * would sometimes recreate JARs unnecessarily. Bugzilla report 45902. * task couldn't overwrite existing symlinks that pointed to nonexistent files