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 2014/03/14 21:51:06 UTC

svn commit: r1577703 - in /ant/ivy/core/branches/2.4.x: CHANGES.txt RELEASE_NOTES version.properties

Author: maartenc
Date: Fri Mar 14 20:51:06 2014
New Revision: 1577703

URL: http://svn.apache.org/r1577703
Log:
preparing 2.4.0-rc1 release

Modified:
    ant/ivy/core/branches/2.4.x/CHANGES.txt
    ant/ivy/core/branches/2.4.x/RELEASE_NOTES
    ant/ivy/core/branches/2.4.x/version.properties

Modified: ant/ivy/core/branches/2.4.x/CHANGES.txt
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.4.x/CHANGES.txt?rev=1577703&r1=1577702&r2=1577703&view=diff
==============================================================================
--- ant/ivy/core/branches/2.4.x/CHANGES.txt (original)
+++ ant/ivy/core/branches/2.4.x/CHANGES.txt Fri Mar 14 20:51:06 2014
@@ -138,7 +138,7 @@ for detailed view of each issue, please 
 	Sven Zethelius
 	Aleksey Zhukov
 	
-   trunk
+   2.4.0-rc1
 =====================================
 - DOCUMENTATION: Broken link in <dependency> documentation (IVY-1405)
 - DOCUMENTATION: Explicitly document that threaded use is not supported.

Modified: ant/ivy/core/branches/2.4.x/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.4.x/RELEASE_NOTES?rev=1577703&r1=1577702&r2=1577703&view=diff
==============================================================================
--- ant/ivy/core/branches/2.4.x/RELEASE_NOTES (original)
+++ ant/ivy/core/branches/2.4.x/RELEASE_NOTES Fri Mar 14 20:51:06 2014
@@ -1,4 +1,4 @@
-	                      Apache Ivy (TM) v2.4.0-devel
+	                      Apache Ivy (TM) v2.4.0-rc1
                                Release Notes
    -----------------------------------------------------------------------
 
@@ -74,10 +74,12 @@ long, but Ivy couldn't be what it is wit
 	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)

Modified: ant/ivy/core/branches/2.4.x/version.properties
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.4.x/version.properties?rev=1577703&r1=1577702&r2=1577703&view=diff
==============================================================================
--- ant/ivy/core/branches/2.4.x/version.properties (original)
+++ ant/ivy/core/branches/2.4.x/version.properties Fri Mar 14 20:51:06 2014
@@ -16,9 +16,9 @@
 #	 * specific language governing permissions and limitations
 #	 * under the License.
 #	 ***************************************************************
-target.ivy.version=2.4.0
+target.ivy.version=2.4.0-rc1
 # Following OSGi spec: have to be 3 numbers separated by dots
 target.ivy.bundle.version=2.4.0
 # in case we want to add a qualifier such as alpha, beta, etc...
 # if non empty, add a '_' at the end of the qualifier, so the version would look like 1.2.3.alpha_200901011200
-target.ivy.bundle.version.qualifier=alpha_
+target.ivy.bundle.version.qualifier=cr1_