Update the 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/89583444 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/89583444 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/89583444
Branch: refs/heads/master Commit: 89583444040dc5423bb143435f23ae0814f24542 Parents: 9a9b720 Author: Gintas Grigelionis <[email protected]> Authored: Sat Aug 4 14:41:34 2018 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Sat Aug 4 14:41:34 2018 +0200 ---------------------------------------------------------------------- asciidoc/release-notes.adoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/89583444/asciidoc/release-notes.adoc ---------------------------------------------------------------------- diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc index 17926ab..8a6f1f9 100644 --- a/asciidoc/release-notes.adoc +++ b/asciidoc/release-notes.adoc @@ -80,6 +80,7 @@ For details about the following changes, check our JIRA install at link:https:// - FIX: Fix Maven dependency resolution for dependencies with multiple different classifiers (jira:IVY-1576[]) - FIX: Correct parent classloader when lauching resolved artifacts from CLI (jira:IVY-1483[]) (Thanks to Stephan Feder) - FIX: Make Main.run() public (usable with REPL) (jira:IVY-1321[] jira:IVY-1578[]) (Thanks to Greg Perry) +- FIX: Make ivy.deps.changed work with extra attributes (jira:IVY-1104[]) (Thanks to Arseny Aprelev) - 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) @@ -125,6 +126,7 @@ Here is the list of people who have contributed source code and documentation up * Ingo Adler * Mathieu Anquetin +* Arseny Aprelev * Andreas Axelsson * Stéphane Bailliez * Karl Baum
