You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/10/16 08:20:17 UTC

svn commit: r1532647 - /jmeter/trunk/xdocs/changes.xml

Author: pmouawad
Date: Wed Oct 16 06:20:17 2013
New Revision: 1532647

URL: http://svn.apache.org/r1532647
Log:
Restore deleted text by error

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1532647&r1=1532646&r2=1532647&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Wed Oct 16 06:20:17 2013
@@ -316,6 +316,11 @@ it is compared with the saved redirect U
 To revert to previous behaviour, set the property <code>proxy.redirect.disabling=false</code>
  </p>
 
+<p>Starting with this version, in HTTP(S) Test Script Recorder if Grouping is set to "Put each group in a new Transaction Controller", 
+the Recorder will create Transaction Controller instances with "Include duration of timer and pre-post processors in generated sample" set 
+to false. This default value reflect more accurately response time.
+ </p>
+
 <p>__escapeOroRegexpChars function (which escapes ORO reserved characters) no longer trims the value (see <bugzilla>55328</bugzilla>)</p>
 
 <p>The commons-lang-2.6.jar has been removed from embedded libraries in jmeter/lib folder as it is not needed by JMeter at run-time (it is only used by Apache Velocity for generating documentation).
@@ -431,6 +436,7 @@ If you use any plugin or third-party cod
 <li><bugzilla>55531</bugzilla> - Proxy recording and redirects. Added code to disable redirected samples.</li>
 <li><bugzilla>55507</bugzilla> - Proxy SSL recording does not handle external embedded resources well</li>
 <li><bugzilla>55632</bugzilla> - Have a new implementation of htmlParser for embedded resources parsing with better performances</li>
+<li><bugzilla>55653</bugzilla> - HTTP(S) Test Script Recorder should set TransactionController property "Include duration of timer and pre-post processors in generated sample" to false</li>
 </ul>
 
 <h3>Other samplers</h3>