You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2017/07/25 05:43:43 UTC

ant-ivy git commit: Update release notes for IVY-1336

Repository: ant-ivy
Updated Branches:
  refs/heads/master c0ccd5400 -> dd7a34143


Update release notes for IVY-1336


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

Branch: refs/heads/master
Commit: dd7a34143c151227fc7575db7a082708b2819fc1
Parents: c0ccd54
Author: Jaikiran Pai <ja...@apache.org>
Authored: Tue Jul 25 11:13:14 2017 +0530
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Tue Jul 25 11:13:14 2017 +0530

----------------------------------------------------------------------
 asciidoc/release-notes.adoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/dd7a3414/asciidoc/release-notes.adoc
----------------------------------------------------------------------
diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc
index 2f40804..9b8448d 100644
--- a/asciidoc/release-notes.adoc
+++ b/asciidoc/release-notes.adoc
@@ -66,6 +66,7 @@ For details about the following changes, check our JIRA install at link:https://
 - FIX: Including optional ivysettings of type 'file' doesn't work when file doesn't exist (jira:IVY-1555[]) (Thanks to Jaikiran Pai)
 - FIX: Makepom ignores dependency classifiers (jira:IVY-1528[]) (Thanks to Jaikiran Pai)
 - FIX: Infinite loop in dependencytree (jira:IVY-1540[]) (Thanks to Jaikiran Pai)
+- FIX: HTTP issue: Basic authentication is stuck in 401 loop (jira:IVY-1336[])
 
 - 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)