Author: pmouawad
Date: Sat Mar 12 20:40:59 2016
New Revision: 1734732

URL: http://svn.apache.org/viewvc?rev=1734732&view=rev
Log:
Move bug fixes from enhancements to bugfix

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1734732&r1=1734731&r2=1734732&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Sat Mar 12 20:40:59 2016
@@ -141,7 +141,6 @@ Summary
 <ul>
     <li><bug>57696</bug>HTTP Request : Improve responseMessage when resource 
download fails. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
     <li><bug>57995</bug>Use FileServer for HTTP Request files. Implemented by 
Andrey Pokhilko (andrey at blazemeter.com) and contributed by BlazeMeter 
Ltd.</li>
-    <li><bug>58811</bug>When pasting arguments between http samplers the 
column "Encode" and "Include Equals" are lost. Contributed by Benoit Wiart 
(benoit dot wiart at gmail.com)</li>
     <li><bug>58843</bug>Improve the usable space in the HTTP sampler GUI. 
Contributed by Benoit Wiart (benoit dot wiart at gmail.com)</li>
     <li><bug>58852</bug>Use less memory for <code>PUT</code> requests. The 
uploaded data will no longer be stored in the Sampler.
         This is the same behaviour as with <code>POST</code> requests.</li>
@@ -162,7 +161,6 @@ Summary
     <li><bug>59116</bug>Add the possibility to setup a prefix to sampler name 
recorded by proxy. Partly based on a patch by Antonio Gomes Rodrigues (ra0077 
at gmail.com)</li>
     <li><bug>59129</bug>HTTP Request : Simplify GUI with simple/advanced 
Tabs</li>
     <li><bug>59033</bug>Parallel Download : Rework Parser classes hierarchy to 
allow pluging parsers for different mime types</li>
-    <li><bug>59146</bug>MeasuringConnectionManager is not Thread Safe (nightly 
before 3.0)</li>
     <li><bug>52073</bug>Embedded Resources Parallel download : Improve 
performances by avoiding shutdown of ThreadPoolExecutor at each sample. 
Contributed by Benoit Wiart (benoit dot wiart at gmail.com)</li>
 </ul>
 
@@ -337,6 +335,8 @@ Summary
     <li><bug>59085</bug>Http file panel : data lost on browse cancellation. 
Contributed by Benoit Wiart (benoit dot wiart at gmail.com)</li>
     <li><bug>56141</bug>Application does not behave correctly when using HTTP 
Recorder. With the help of Dan (java.junkee at yahoo.com)</li>
     <li><bug>59079</bug>"httpsampler.max_redirects" property is not enforced 
when "Redirect Automatically" is used</li>
+    <li><bug>58811</bug>When pasting arguments between http samplers the 
column "Encode" and "Include Equals" are lost. Contributed by Benoit Wiart 
(benoit dot wiart at gmail.com)</li>
+    <li><bug>59146</bug>MeasuringConnectionManager is not Thread Safe (nightly 
before 3.0)</li>
 </ul>
 
 <h3>Other Samplers</h3>


Reply via email to