You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2018/08/14 13:21:40 UTC

ant-ivy git commit: Added short comment in the release notes for the thread-safety fixes made some time ago

Repository: ant-ivy
Updated Branches:
  refs/heads/master 26b2de729 -> f8d3121e4


Added short comment in the release notes for the thread-safety fixes made some time ago


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

Branch: refs/heads/master
Commit: f8d3121e4f87130c2f5c569cd928558e730b7257
Parents: 26b2de7
Author: Maarten Coene <ma...@apache.org>
Authored: Tue Aug 14 15:21:13 2018 +0200
Committer: Maarten Coene <ma...@apache.org>
Committed: Tue Aug 14 15:21:13 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/f8d3121e/asciidoc/release-notes.adoc
----------------------------------------------------------------------
diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc
index 47643e3..00d2124 100644
--- a/asciidoc/release-notes.adoc
+++ b/asciidoc/release-notes.adoc
@@ -92,6 +92,7 @@ For details about the following changes, check our JIRA install at link:https://
 - IMPROVEMENT: Support timestamped SNAPSHOT versions from Maven repository (jira:IVY-1153[]) and (jira:IVY-1476[])
 - IMPROVEMENT: Update Commons VFS to 2.2
 - IMPROVEMENT: Ivy now supports activating of Maven profiles, in `pom.xml`, by `jdk`, `os`, `property` and `file` (jira:IVY-1558[]) and (jira:IVY-1577[])
+- FIX: Improved thread-safety of the resolve process
 
 - NEW: Lets SSH-based resolvers use an `~/.ssh/config` file to find username/hostname/keyfile options (Thanks to Colin Stanfill)
 - NEW: Add ivy.maven.lookup.sources and ivy.maven.lookup.javadoc variables to control the lookup of the additional artifacts. Defaults to true, for backward compatibility (jira:IVY-1529[])