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
This commit is contained in:
Maarten Coene 2012-10-25 21:51:28 +00:00
parent 42f704c86b
commit b426f03567
1 changed files with 1 additions and 0 deletions

View File

@ -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 <exclude> element (IVY-1356)