You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/02/02 22:50:42 UTC

ant-ivy git commit: Update release notes

Repository: ant-ivy
Updated Branches:
  refs/heads/master 7ebc8107a -> 6f89144e4


Update 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/6f89144e
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/6f89144e
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/6f89144e

Branch: refs/heads/master
Commit: 6f89144e4b66af0f5cde77db7f5fbf71811c34e2
Parents: 7ebc810
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Fri Feb 2 23:50:29 2018 +0100
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Fri Feb 2 23:50:29 2018 +0100

----------------------------------------------------------------------
 asciidoc/release-notes.adoc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/6f89144e/asciidoc/release-notes.adoc
----------------------------------------------------------------------
diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc
index db7b6fc..8a3ae8a 100644
--- a/asciidoc/release-notes.adoc
+++ b/asciidoc/release-notes.adoc
@@ -70,7 +70,10 @@ For details about the following changes, check our JIRA install at link:https://
 - 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)
 - FIX: Some cached location are badly stored which results in MalformedURLException [jira:IVY-1566[]] (Thanks to Aur&#233;lien Pupier)
-- FIX: defaultconfmapping not used when extended/inherited from parent file [jira:IVY-1420[]] [jira:IVY-1420[]] (Thanks to Willem Verstraeten)
+- FIX: defaultconf/mapping attributes ignored when extended/included from parent file [jira:IVY-1315[]] [jira:IVY-1419[]] [jira:IVY-1420[]] [jira:IVY-1437[]] (Thanks to Willem Verstraeten)
+- FIX: ApacheURLLister skips versions with URL encoded characters [jira:IVY-1442[]] [jira:IVY-1573[]]
+- FIX: Configuration lists are sensitive to whitespace; multiple split/merge methods [jira:IVY-309[]] [jira:IVY-1282[]]
+- FIX: Warnings about illegal reflection access due to lack of methods to retrieve default authenticator in Java 5 to 8 [jira:IVY-1569[]]
 
 - 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&#269;ius)