From f8d3121e4f87130c2f5c569cd928558e730b7257 Mon Sep 17 00:00:00 2001 From: Maarten Coene Date: Tue, 14 Aug 2018 15:21:13 +0200 Subject: [PATCH] Added short comment in the release notes for the thread-safety fixes made some time ago --- asciidoc/release-notes.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc index 47643e37..00d2124d 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[])