You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2013/01/31 23:35:44 UTC

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

Author: maartenc
Date: Thu Jan 31 22:35:43 2013
New Revision: 1441234

URL: http://svn.apache.org/viewvc?rev=1441234&view=rev
Log:
Added 2.3.0 changes

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=1441234&r1=1441233&r2=1441234&view=diff
==============================================================================
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Thu Jan 31 22:35:43 2013
@@ -142,10 +142,13 @@ for detailed view of each issue, please 
 - IMPROVEMENT: add support for source bundles from p2 repositories
 - IMPROVEMENT: add support for source URI from OBR repositories
 
+- FIX: Properly handle evicted nodes in ResolveReport
+
+   2.3.0
+=====================================
 - FIX: Ivy generates wrong revision in URL for Maven snapshots (IVY-1396)
 - FIX: Maven2: resolve failure when parent has <dependencyManagement> with dependency in 'import' scope (IVY-1376)
 - FIX: IvyPublish fails when using extend tags with no explicit location attribute (IVY-1391)
-- FIX: Properly handle evicted nodes in ResolveReport
 - FIX: *.lck files created by "artifact-lock" lock strategy are not cleaned up if ivy quits abruptly (IVY-1388) (thanks to Wei Chen)
 
    2.3.0-rc2