You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by xa...@apache.org on 2007/12/02 17:30:36 UTC

svn commit: r600328 - /ant/ivy/core/trunk/CHANGES.txt

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)