Repository: ant-ivy Updated Branches: refs/heads/master 2eede730c -> f367ed8bd
Add IVY-1594 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/f367ed8b Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/f367ed8b Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/f367ed8b Branch: refs/heads/master Commit: f367ed8bd79f86bb68a56a134f11247776758176 Parents: 2eede73 Author: Jaikiran Pai <[email protected]> Authored: Tue Oct 23 11:38:42 2018 +0530 Committer: Jaikiran Pai <[email protected]> Committed: Tue Oct 23 11:38:42 2018 +0530 ---------------------------------------------------------------------- asciidoc/release-notes.adoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/f367ed8b/asciidoc/release-notes.adoc ---------------------------------------------------------------------- diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc index dbae920..5a2104b 100644 --- a/asciidoc/release-notes.adoc +++ b/asciidoc/release-notes.adoc @@ -86,6 +86,8 @@ For details about the following changes, check our JIRA install at link:https:// - FIX: Respect exclude regardless of resolution order (jira:IVY-1486[]) (thanks to David Turner) - FIX: ModuleDescriptorMemoryCache didn't detect outdated entries when Ivy file was updated in the cache by another process - FIX: Store ArtifactOrigin's location as a URL +- FIX: Retrieve task, with symlink enabled, would not create symlinks for artifacts in certain specific cases (jira:IVY-1594[]) + - 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)
