Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 26623 invoked from network); 2 Dec 2007 16:30:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2007 16:30:57 -0000 Received: (qmail 91278 invoked by uid 500); 2 Dec 2007 16:30:46 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 91260 invoked by uid 500); 2 Dec 2007 16:30:46 -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 91251 invoked by uid 99); 2 Dec 2007 16:30:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2007 08:30:45 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2007 16:30:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EA8261A9832; Sun, 2 Dec 2007 08:30:36 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r600328 - /ant/ivy/core/trunk/CHANGES.txt Date: Sun, 02 Dec 2007 16:30:36 -0000 To: notifications@ant.apache.org From: xavier@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071202163036.EA8261A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: xavier Date: Sun Dec 2 08:30:36 2007 New Revision: 600328 URL: http://svn.apache.org/viewvc?rev=600328&view=rev Log: add IVY-628 and IVY-654 to changes now they are resolved and documented Modified: ant/ivy/core/trunk/CHANGES.txt Modified: ant/ivy/core/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=600328&r1=600327&r2=600328&view=diff ============================================================================== --- ant/ivy/core/trunk/CHANGES.txt (original) +++ ant/ivy/core/trunk/CHANGES.txt Sun Dec 2 08:30:36 2007 @@ -75,6 +75,7 @@ - FIX: Invalid character in IvyRetrieveTest causing most tests to fail (IVY-604) - FIX: ivy:settings and ivy:retrieve with explicit id causes unwarranted DEPRECATED warning (thanks to Jacob Grydholt Jensen) +- IMPROVEMENT: split the cache into an downloaded artifacts cache and a metadata cache (IVY-628) - IMPROVEMENT: add publish triggers to event system (IVY-650) (thanks to Jason Trump) - IMPROVEMENT: Only display unique circular dependencies during Resolve (IVY-653) - IMPROVEMENT: Adding option 'cp', which makes it possible for main to be loaded from file (IVY-543) (thanks to Tjeerd Verhagen) @@ -87,6 +88,7 @@ - IMPROVEMENT: Make the root attribute in the ivyrep resolver mandatory (IVY-625) - IMPROVEMENT: New text representation for main module metadata concepts (IVY-649) +- NEW: Share cache with locking (IVY-654) - NEW: support atomic publish operation (IVY-492) (with contribution from Geoff Reedy) - NEW: latest compatible conflict manager (IVY-648) - NEW: Add a task/code to create M2 POM files from Ivy configurations (IVY-416)