You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by mi...@apache.org on 2011/07/31 20:09:11 UTC

svn commit: r1152605 - in /jakarta/jmeter/trunk: build.properties eclipse.classpath xdocs/changes.xml

Author: milamber
Date: Sun Jul 31 18:09:09 2011
New Revision: 1152605

URL: http://svn.apache.org/viewvc?rev=1152605&view=rev
Log:
Update to httpcore 4.1.3

Modified:
    jakarta/jmeter/trunk/build.properties
    jakarta/jmeter/trunk/eclipse.classpath
    jakarta/jmeter/trunk/xdocs/changes.xml

Modified: jakarta/jmeter/trunk/build.properties
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.properties?rev=1152605&r1=1152604&r2=1152605&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.properties (original)
+++ jakarta/jmeter/trunk/build.properties Sun Jul 31 18:09:09 2011
@@ -133,9 +133,9 @@ httpmime.loc               = ${maven2.re
 httpmime.md5               = c91030c2d4dd2592dbf0e67caaaa411b
 
 # Required for HttpClient
-httpcore.jar                = httpcore-4.1.2.jar
-httpcore.loc                = ${maven2.repo}/org/apache/httpcomponents/httpcore/4.1.2
-httpcore.md5                = b7a220ec1b18c89d71c8e610936b73a7
+httpcore.jar                = httpcore-4.1.3.jar
+httpcore.loc                = ${maven2.repo}/org/apache/httpcomponents/httpcore/4.1.3
+httpcore.md5                = 4f6b9d9faf9a8c918c43edff90bc53fa
 
 jakarta-oro.jar             = oro-2.0.8.jar
 jakarta-oro.loc             = ${maven2.repo}/oro/oro/2.0.8

Modified: jakarta/jmeter/trunk/eclipse.classpath
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/eclipse.classpath?rev=1152605&r1=1152604&r2=1152605&view=diff
==============================================================================
--- jakarta/jmeter/trunk/eclipse.classpath (original)
+++ jakarta/jmeter/trunk/eclipse.classpath Sun Jul 31 18:09:09 2011
@@ -61,7 +61,7 @@
 	<classpathentry kind="lib" path="lib/htmllexer-2.0-20060923.jar"/>
 	<classpathentry kind="lib" path="lib/htmlparser-2.0-20060923.jar"/>
     <classpathentry kind="lib" path="lib/httpclient-4.1.1.jar"/>
-    <classpathentry kind="lib" path="lib/httpcore-4.1.2.jar"/>
+    <classpathentry kind="lib" path="lib/httpcore-4.1.3.jar"/>
     <classpathentry kind="lib" path="lib/httpmime-4.1.1.jar"/>
 	<classpathentry kind="lib" path="lib/jCharts-0.7.5.jar"/>
 	<classpathentry kind="lib" path="lib/jdom-1.1.jar"/>

Modified: jakarta/jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=1152605&r1=1152604&r2=1152605&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/changes.xml (original)
+++ jakarta/jmeter/trunk/xdocs/changes.xml Sun Jul 31 18:09:09 2011
@@ -236,7 +236,7 @@ Fixed RMI startup to provide location of
 <li>Client JMeter engine now supports external stop/shutdown via UDP</li>
 <li>UDP shutdown can now use a range of ports, from jmeterengine.nongui.port=4445 to jmeterengine.nongui.maxport=4455,
 allowing multiple JMeter instances on the same host without needing to change the port property.</li>
-<li>Updated to httpcore 4.1.1 and httpclient 4.1.1</li>
+<li>Updated to httpcore 4.1.3 and httpclient 4.1.1</li>
 </ul>
 
 <h2>Non-functional changes</h2>



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


Re: svn commit: r1152605 - in /jakarta/jmeter/trunk: build.properties eclipse.classpath xdocs/changes.xml

Posted by sebb <se...@gmail.com>.
On 31 July 2011 19:09,  <mi...@apache.org> wrote:
> Author: milamber
> Date: Sun Jul 31 18:09:09 2011
> New Revision: 1152605
>
> URL: http://svn.apache.org/viewvc?rev=1152605&view=rev
> Log:
> Update to httpcore 4.1.3
>
> Modified:
>    jakarta/jmeter/trunk/build.properties
>    jakarta/jmeter/trunk/eclipse.classpath
>    jakarta/jmeter/trunk/xdocs/changes.xml

Thanks!

Was just starting to look at fixing this, but you beat me to it.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: dev-help@jakarta.apache.org