You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/07/23 09:46:13 UTC

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

Author: fschumacher
Date: Sun Jul 23 09:46:13 2017
New Revision: 1802718

URL: http://svn.apache.org/viewvc?rev=1802718&view=rev
Log:
Markup changes and one missing 'it'

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1802718&r1=1802717&r2=1802718&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sun Jul 23 09:46:13 2017
@@ -76,9 +76,9 @@ Summary
 
 <ch_section>Incompatible changes</ch_section>
 
-<li>In InfluxDbBackendListenerClient, statut property has been renamed to status</li>
-<li>In CookieManager, DEFAULT_IMPLEMENTATION and DEFAULT_IMPLEMENTATION constants are now private.
-<note>If you're using ignorecookies with HC3CookieHandler (&lt; JMeter 3.1)  configuration will be reset, ensure you put it back </note></li>
+<li>In InfluxDbBackendListenerClient, <code>statut</code> property has been renamed to <code>status</code></li>
+<li>In CookieManager, <code>DEFAULT_IMPLEMENTATION</code> and <code>DEFAULT_IMPLEMENTATION</code> constants are now private.
+<note>If you're using <code>ignorecookies</code> with HC3CookieHandler (&lt; JMeter 3.1)  configuration will be reset, ensure you put it back.</note></li>
 <h3>Removed elements or functions</h3>
     <li><code>_StringFromFile</code> function has been dropped, use <code>__StringFromFile</code> instead</li>
 <h3>Logging changes</h3>
@@ -95,7 +95,7 @@ Summary
 
 <h3>Other samplers</h3>
 <ul>
-    <li><bug>61320</bug>Test Action : Set duration to 0 by default</li>
+    <li><bug>61320</bug>Test Action : Set duration to <code>0</code> by default</li>
 </ul>
 
 <h3>Controllers</h3>
@@ -160,7 +160,7 @@ Summary
 
 <h3>Other Samplers</h3>
 <ul>
-    <li><bug>60889</bug>JMeter JDBC sample calls SELECT USER() when testing with MySQL JDBC due to Connection#toString call for response headers.</li>
+    <li><bug>60889</bug>JMeter JDBC sample calls <code>SELECT USER()</code> when testing with MySQL JDBC due to <code>Connection#toString</code> call for response headers.</li>
     <li><bug>61259</bug>JDBC Request : since JMeter 3.0, when JDBC auto-commit is false, a rollback statement happens each time a Request is executed. Partly contributed by Liu XP (liu_xp2003 at sina.com)</li>
     <li><bug>61319</bug>Fix regression: SMTP Sampler could not send mails, when no attachements where specified.</li>
 </ul>
@@ -172,7 +172,7 @@ Summary
 <h3>Listeners</h3>
 <ul>
     <li><bug>61005</bug>View Results Tree - Browser Response Data is not clearing</li>
-    <li><bug>61121</bug>InfluxdbBackendListenerClient: Only all percentiles are sent, not KO and OK</li>
+    <li><bug>61121</bug>InfluxdbBackendListenerClient: Only all percentiles are sent, not <code>KO</code> and <code>OK</code></li>
     <li><bug>60961</bug>Try to keep status of selected and expanded elements in View Results Tree when new elements are added.</li>
     <li><bug>61198</bug>Backend Listener does not work properly in main script when included scripts also contain Backend Listener</li>
 </ul>
@@ -180,7 +180,7 @@ Summary
 <h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
 <ul>
     <li><bug>58743</bug><pr>293</pr>TableEditor can't be saved, when using two or more instances. Bugfix provided by Emilian Bold (emi at apache.org)</li>
-    <li><bug>61314</bug>HTTP URL Re-writing Modifier doesn't replace existing jsessionid in http sampler, but adds to the end</li>
+    <li><bug>61314</bug>HTTP URL Re-writing Modifier doesn't replace existing <code>jsessionid</code> in http sampler, but adds it to the end</li>
 </ul>
 
 <h3>Functions</h3>
@@ -204,8 +204,8 @@ Summary
     <li><bug>60994</bug>Fix some typo in comments or log messages. <pr>289</pr> and <pr>290</pr></li>
     <li><bug>61011</bug>Replace occurrences count is not correct (Path and Host replacement are counted twice)</li>
     <li><bug>61026</bug>Cannot run program "keytool": CreateProcess error=2 when starting JMeter 3.2 in gui mode</li>
-    <li><bug>61054</bug>Endless loop in JOrphanUtils#replaceAllWithRegex when regex is contained in replacement</li>
-    <li><bug>60995</bug>HTTP Test Script Recorder: Port field is very small under some LAF</li>
+    <li><bug>61054</bug>Endless loop in <code>JOrphanUtils#replaceAllWithRegex</code> when regex is contained in replacement</li>
+    <li><bug>60995</bug>HTTP Test Script Recorder: Port field is very small under some L&amp;F</li>
     <li><bug>61073</bug>HTTP(S) Test Script Recorder panel have some fields with bad size on HiDPI screen or GTK+ L&amp;F on Linux/XWayland</li>
     <li><bug>57958</bug>Fix transaction sample not generated if thread stops/restarts. Implemented by Artem Fedorov (artem at blazemeter.com) and contributed by BlazeMeter Ltd.</li>
     <li><bug>61050</bug>Handle uninitialized RessourceBundle more gracefully, when calling <code>JMeterUtils#getResString</code>.</li>