You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/12/03 11:57:07 UTC

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

Author: sebb
Date: Mon Dec  3 10:57:06 2012
New Revision: 1416446

URL: http://svn.apache.org/viewvc?rev=1416446&view=rev
Log:
Http core 4.2.2 => 4.2.3

Modified:
    jmeter/trunk/build.properties
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/lib/   (props changed)
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/build.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1416446&r1=1416445&r2=1416446&view=diff
==============================================================================
--- jmeter/trunk/build.properties (original)
+++ jmeter/trunk/build.properties Mon Dec  3 10:57:06 2012
@@ -163,10 +163,10 @@ httpmime.loc               = ${maven2.re
 httpmime.md5               = 78ad350f4e743281dbdfd063371e7256
 
 # Required for HttpClient
-httpcore.version            = 4.2.2
+httpcore.version            = 4.2.3
 httpcore.jar                = httpcore-${httpcore.version}.jar
 httpcore.loc                = ${maven2.repo}/org/apache/httpcomponents/httpcore/${httpcore.version}
-httpcore.md5                = 23019b3f95c2c39097c2fce3944bd503
+httpcore.md5                = 80b56aeaff18ad3fc9fe1ea9da9a8caf
 
 jakarta-oro.version         = 2.0.8
 jakarta-oro.jar             = oro-${jakarta-oro.version}.jar

Modified: jmeter/trunk/eclipse.classpath
URL: http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1416446&r1=1416445&r2=1416446&view=diff
==============================================================================
--- jmeter/trunk/eclipse.classpath (original)
+++ jmeter/trunk/eclipse.classpath Mon Dec  3 10:57:06 2012
@@ -62,7 +62,7 @@
 	<classpathentry kind="lib" path="lib/htmllexer-2.1.jar"/>
 	<classpathentry kind="lib" path="lib/htmlparser-2.1.jar"/>
     <classpathentry kind="lib" path="lib/httpclient-4.2.2.jar"/>
-    <classpathentry kind="lib" path="lib/httpcore-4.2.2.jar"/>
+    <classpathentry kind="lib" path="lib/httpcore-4.2.3.jar"/>
     <classpathentry kind="lib" path="lib/httpmime-4.2.2.jar"/>
 	<classpathentry kind="lib" path="lib/jcharts-0.7.5.jar"/>
 	<classpathentry kind="lib" path="lib/jdom-1.1.2.jar"/>

Propchange: jmeter/trunk/lib/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Dec  3 10:57:06 2012
@@ -23,7 +23,7 @@ geronimo*.jar
 htmllexer-2.1.jar
 htmlparser-2.1.jar
 httpclient-4.2.2.jar
-httpcore-4.2.2.jar
+httpcore-4.2.3.jar
 httpmime-4.2.2.jar
 jcharts-0.7.5.jar
 jdom-1.1.2.jar

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1416446&r1=1416445&r2=1416446&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Mon Dec  3 10:57:06 2012
@@ -219,6 +219,7 @@ to the elements View Results Tree, Asser
 <ul>
 <li><bugzilla>53956</bugzilla> - Add ability to paste (a list of values) from clipboard for Header Manager</li>
 <li>Updated to HttpComponents Client 4.2.2 (from 4.2.1)</li>
+<li>Updated to HttpComponents Core 4.2.3 (from 4.2.2)</li>
 <li><bugzilla>54110</bugzilla> - BSFTestElement and JSR223TestElement should use shared super-class for common fields</li>
 <li><bugzilla>54199</bugzilla> - Move to Java 6</li>
 <li>Upgraded to rhino 1.7R4</li>