From b426f03567cf97e14edbe53f474fa977ebe8161e Mon Sep 17 00:00:00 2001 From: Maarten Coene Date: Thu, 25 Oct 2012 21:51:28 +0000 Subject: [PATCH] FIX: Ivy default cache path with non-ASCII character lets it crash (IVY-1378) git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1402340 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index cd5fa6e2..2cc87d28 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -134,6 +134,7 @@ for detailed view of each issue, please consult http://issues.apache.org/jira/br - 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 element (IVY-1356)