Author: maartenc Date: Thu Oct 25 21:51:28 2012 New Revision: 1402340 URL: http://svn.apache.org/viewvc?rev=1402340&view=rev Log: FIX: Ivy default cache path with non-ASCII character lets it crash (IVY-1378)
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=1402340&r1=1402339&r2=1402340&view=diff ============================================================================== --- ant/ivy/core/trunk/CHANGES.txt (original) +++ ant/ivy/core/trunk/CHANGES.txt Thu Oct 25 21:51:28 2012 @@ -134,6 +134,7 @@ for detailed view of each issue, please - DOCUMENTATION: Documentation and Implementation mismatch of makepom (IVY-1383) (thanks to Thomas Kurpick) - DOCUMENTATION: added link to extra beginners guide (IVY-1381) +- FIX: Ivy default cache path with non-ASCII character lets it crash (IVY-1378) - FIX: latest.integration isn't resolved against a Maven snapshot repository (when uniqueVersion = true) (IVY-1036) - FIX: Resolve does not deliver all dependent artifacts (IVY-1366) (thanks to Wolfgang Frank) - FIX: Ivy descriptors are merged incorrectly when there is an <exclude> element (IVY-1356)