Author: maartenc
Date: Fri Oct 23 21:30:17 2009
New Revision: 829250
URL: http://svn.apache.org/viewvc?rev=829250&view=rev
Log:
improvements are placed before fixes
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=829250&r1=829249&r2=829250&view=diff
==============================================================================
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Fri Oct 23 21:30:17 2009
@@ -94,6 +94,7 @@
trunk
=====================================
+- IMPROVEMENT: Trace a message when a property file referenced from the
settings doesn't exixts (IVY-1074)
- IMPROVEMENT: use defaultconf in combination with defaultconfmapping
(IVY-1135) (thanks to Jon Schneider)
- FIX: ChainResolver doesn't pass the specified 'checkmodified' attribute to
the cache (IVY-1133)
@@ -110,8 +111,6 @@
- FIX: Change org.apache to commons-cli at jdbc-example (IVY-1109)
- FIX: Fixed name snapshots are not updated even if they are marked as
changing and the publication date is changed in repo (IVY-938)
-- IMPROVEMENT: Trace a message when a property file referenced from the
settings doesn't exixts (IVY-1074)
-
2.1.0
=====================================
- DOCUMENTATION: little improvement of the documentations of the ivy:buildlist
and ivy:resolve Ant tasks.