You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2012/12/19 00:36:11 UTC

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

Author: hibou
Date: Tue Dec 18 23:36:10 2012
New Revision: 1423716

URL: http://svn.apache.org/viewvc?rev=1423716&view=rev
Log:
put the fix at the right place

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=1423716&r1=1423715&r2=1423716&view=diff
==============================================================================
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Tue Dec 18 23:36:10 2012
@@ -133,8 +133,6 @@ for detailed view of each issue, please 
 	
    trunk
 =====================================
-- FIX: *.lck files created by "artifact-lock" lock strategy are not cleaned up if ivy quits abruptly (IVY-1388) (thanks to Wei Chen)
-
 - NEW: IvyDependencyTree task : display a dependency tree on the console
 - NEW: Support Conditional Setting of a Property (IVY-1367)
 - NEW: Exposing some parent metadata (organisation, module, revision, branch) as properties (IVY-1288)
@@ -147,6 +145,7 @@ for detailed view of each issue, please 
 - 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
 =====================================