You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2017/06/17 12:05:55 UTC

ant-ivy git commit: release notes for IVY-1475

Repository: ant-ivy
Updated Branches:
  refs/heads/master 225afb8ba -> 96dc851ea


release notes for IVY-1475


Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/96dc851e
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/96dc851e
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/96dc851e

Branch: refs/heads/master
Commit: 96dc851eacb521ce688dbc8edc3d48ce1bec55b7
Parents: 225afb8
Author: Jaikiran Pai <ja...@gmail.com>
Authored: Sat Jun 17 17:34:43 2017 +0530
Committer: Jaikiran Pai <ja...@gmail.com>
Committed: Sat Jun 17 17:34:43 2017 +0530

----------------------------------------------------------------------
 doc/release-notes.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/96dc851e/doc/release-notes.html
----------------------------------------------------------------------
diff --git a/doc/release-notes.html b/doc/release-notes.html
index 95a3e61..6029400 100644
--- a/doc/release-notes.html
+++ b/doc/release-notes.html
@@ -76,6 +76,7 @@ List of changes since Ivy 2.4.0:
 - FIX: Including optional ivysettings of type 'file' doesn't work when file doesn't exist (IVY-1555) (Thanks to Jaikiran Pai)
 - FIX: Makepom ignores dependency classifiers (IVY-1528) (Thanks to Jaikiran Pai)
 - FIX: Infinite loop in dependencytree (IVY-1540) (Thanks to Jaikiran Pai)
+- FIX: ivy:cachefileset fails with String index out of range on Windows (IVY-1475)
 
 - IMPROVEMENT: Throw an IllegalStateException when retrieving the resolutionCacheRoot on the DefaultResolutionCacheManager if the basedir (or IvySettings) is not set (IVY-1482)
 - IMPROVEMENT: Optimization: limit the revision numbers scanned if revision prefix is specified (Thanks to Ernestas Vaiciukevi&#269;ius)