Repository: ant-ivy Updated Branches: refs/heads/master 40708bdf0 -> fff6d0f2f
Add IVY-1498 fix to release notes Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/fff6d0f2 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/fff6d0f2 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/fff6d0f2 Branch: refs/heads/master Commit: fff6d0f2fcaa034b7772dd1288c9222a6dcbbba0 Parents: 40708bd Author: Jaikiran Pai <[email protected]> Authored: Wed Jul 26 18:39:39 2017 +0530 Committer: Jaikiran Pai <[email protected]> Committed: Wed Jul 26 18:39:39 2017 +0530 ---------------------------------------------------------------------- asciidoc/release-notes.adoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/fff6d0f2/asciidoc/release-notes.adoc ---------------------------------------------------------------------- diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc index 28885df..6623217 100644 --- a/asciidoc/release-notes.adoc +++ b/asciidoc/release-notes.adoc @@ -68,6 +68,7 @@ For details about the following changes, check our JIRA install at link:https:// - FIX: Infinite loop in dependencytree (jira:IVY-1540[]) (Thanks to Jaikiran Pai) - FIX: HTTP issue: Basic authentication is stuck in 401 loop (jira:IVY-1336[]) - FIX: command line: -types seems to not accept comma [jira:IVY-1355[]] +- FIX: Mixed use of symlinks leads to cache corruption [jira:IVY-1498[]] (Thanks to Stephen Haberman) - IMPROVEMENT: Throw an IllegalStateException when retrieving the resolutionCacheRoot on the DefaultResolutionCacheManager if the basedir (or IvySettings) is not set (jira:IVY-1482[]) - IMPROVEMENT: Optimization: limit the revision numbers scanned if revision prefix is specified (Thanks to Ernestas Vaiciukevičius)
