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 2014/10/28 22:40:47 UTC

git commit: add release notes updates done in the 2.4.x branch

Repository: ant-ivy
Updated Branches:
  refs/heads/master b84f786db -> f0e60f6fe


add release notes updates done in the 2.4.x branch

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

Branch: refs/heads/master
Commit: f0e60f6fe9c17e7e8f582bad651cd888b486eb3c
Parents: b84f786
Author: Nicolas Lalevée <ni...@hibnet.org>
Authored: Tue Oct 28 22:40:37 2014 +0100
Committer: Nicolas Lalevée <ni...@hibnet.org>
Committed: Tue Oct 28 22:40:37 2014 +0100

----------------------------------------------------------------------
 RELEASE_NOTES | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/f0e60f6f/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index dec2a42..c998d9a 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -74,10 +74,12 @@ long, but Ivy couldn't be what it is without you!
 	Maarten Coene
 	Charles Duffy
 	Nicolas Lalevee
+	Antoine Levy Lambert
 
  Contributors
 	Gregory Amerson
 	Mykhailo Delegan
+	Tony Likhite
 	Carsten Pfeiffer
 	Yanus Poluektovich
 	Frederic Riviere
@@ -115,6 +117,7 @@ List of changes since Ivy 2.3.0:
 - IMPROVEMENT: Also copy original metadata artifact (e.g. POM) on ivy:install (IVY-1431) (Thanks to Erwin Tratar)
 - IMPROVEMENT: useOrigin will do avoid copy with url resolvers configured with a 'file:/' URL
 - IMPROVEMENT: add support for source artifacts in buildobr task
+- IMPROVEMENT: add possibility to configure the User-Agent http header by setting a property http.agent (Thanks to Tony Likhite)
 
 - FIX: In IvyDE, Ivy fails to parse ivy-settings.xml file if it contains <pgp> element (thanks to Gregory Amerson) (IVY-1441)
 - FIX: ParseException when "Bundle-Description" is present in OSGi MANIFEST.MF (IVY-1438)