You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2017/05/18 15:23:08 UTC

[2/2] ant-ivy git commit: release note for IVY-1478

release note for IVY-1478

This closes #17


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

Branch: refs/heads/master
Commit: 4ab65afd908e8b12aca0fc26dd13720b2ff23690
Parents: 850a888
Author: Nicolas Lalevée <ni...@hibnet.org>
Authored: Thu May 18 17:21:19 2017 +0200
Committer: Nicolas Lalevée <ni...@hibnet.org>
Committed: Thu May 18 17:21:19 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/4ab65afd/doc/release-notes.html
----------------------------------------------------------------------
diff --git a/doc/release-notes.html b/doc/release-notes.html
index 57fd07e..89359f1 100644
--- a/doc/release-notes.html
+++ b/doc/release-notes.html
@@ -69,6 +69,7 @@ List of changes since Ivy 2.4.0:
 - FIX: useCacheOnly should allow lookup of changing dependencies in cache (IVY-1515) (Thanks to Ilya)
 - FIX: Translation of POM to Ivy XML with * exclusion is removing main artifact (IVY-1531) (Thanks to Jaikiran Pai)
 - FIX: Have makepom task take description from ivy-module > info > description element (IVY-1520)
+- FIX: Fix RetrieveEngine to take into account the correct extension while dealing with unpacked artifacts (IVY-1478) (Thanks to Jaikiran Pai)
 
 - 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)