Author: milamber
Date: Mon Aug  8 06:54:17 2011
New Revision: 1154853

URL: http://svn.apache.org/viewvc?rev=1154853&view=rev
Log:
Update to httpclient 4.1.2 and httpmime 4.1.2

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=1154853&r1=1154852&r2=1154853&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.properties (original)
+++ jakarta/jmeter/trunk/build.properties Mon Aug  8 06:54:17 2011
@@ -121,16 +121,16 @@ htmlparser.md5              = 5452B45D45
 htmlparser.ent              = htmlparser.jar
 
 # Apache HttpClient 4.x
-httpclient.version          = 4.1.1
+httpclient.version          = 4.1.2
 #
 httpclient.jar              = httpclient-${httpclient.version}.jar
 httpclient.loc              = 
${maven2.repo}/org/apache/httpcomponents/httpclient/${httpclient.version}
-httpclient.md5              = 59d8f96d9396310f538a665f24d3e6d9
+httpclient.md5              = 710f7c2a1276f223f9336b66c438637b
 
 # Required for HttpClient
 httpmime.jar               = httpmime-${httpclient.version}.jar
 httpmime.loc               = 
${maven2.repo}/org/apache/httpcomponents/httpmime/${httpclient.version}
-httpmime.md5               = c91030c2d4dd2592dbf0e67caaaa411b
+httpmime.md5               = dc78c1bb5247e60cd3556d4fe60bbff8
 
 # Required for HttpClient
 httpcore.jar                = httpcore-4.1.3.jar

Modified: jakarta/jmeter/trunk/eclipse.classpath
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/eclipse.classpath?rev=1154853&r1=1154852&r2=1154853&view=diff
==============================================================================
--- jakarta/jmeter/trunk/eclipse.classpath (original)
+++ jakarta/jmeter/trunk/eclipse.classpath Mon Aug  8 06:54:17 2011
@@ -60,9 +60,9 @@
     <classpathentry kind="lib" path="lib/geronimo-jms_1.1_spec-1.1.1.jar"/>
        <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/httpclient-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/httpmime-4.1.2.jar"/>
        <classpathentry kind="lib" path="lib/jCharts-0.7.5.jar"/>
        <classpathentry kind="lib" path="lib/jdom-1.1.jar"/>
        <classpathentry kind="lib" path="lib/js-1.6R5.jar"/>

Modified: jakarta/jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=1154853&r1=1154852&r2=1154853&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/changes.xml (original)
+++ jakarta/jmeter/trunk/xdocs/changes.xml Mon Aug  8 06:54:17 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.3 and httpclient 4.1.1</li>
+<li>Updated to httpcore 4.1.3 and httpclient 4.1.2</li>
 </ul>
 
 <h2>Non-functional changes</h2>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to