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/26 10:30:55 UTC

[2/2] ant-ivy git commit: release notes for IVY-1522

release notes for IVY-1522

This closes #20


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

Branch: refs/heads/master
Commit: a7a348910068c89b8695e3c91c61cf8222076ed1
Parents: 9ea5c69
Author: Nicolas Lalevée <ni...@hibnet.org>
Authored: Fri May 26 12:30:36 2017 +0200
Committer: Nicolas Lalevée <ni...@hibnet.org>
Committed: Fri May 26 12:30:36 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/a7a34891/doc/release-notes.html
----------------------------------------------------------------------
diff --git a/doc/release-notes.html b/doc/release-notes.html
index 6093670..0369f95 100644
--- a/doc/release-notes.html
+++ b/doc/release-notes.html
@@ -71,6 +71,7 @@ List of changes since Ivy 2.4.0:
 - 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)
 - FIX: ParseException "Unsupported repository, resources names are not uris" for ivy.xml with parent on Windows (IVY-1448) (Thanks to Riccardo Foschia and Jaikiran Pai)
+- FIX: Ivy 2.4.0 improperly handles modules with colon (:) in version (IVY-1522) (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)