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 2013/10/05 11:06:49 UTC

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

Author: sebb
Date: Sat Oct  5 09:06:48 2013
New Revision: 1529416

URL: http://svn.apache.org/r1529416
Log:
Minor tweaks to grammar and clarity

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1529416&r1=1529415&r2=1529416&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Sat Oct  5 09:06:48 2013
@@ -45,7 +45,7 @@ Earlier changes are detailed in the <a h
 <p>
 <ul>
 <li>A Huge performance improvement has been made on High Throughput Tests (no pause), see <bugzilla>54777</bugzilla></li>
-<li>An issue with abusive SSL Context reset has been fixed which improves performances of pure HTTP tests, see <bugzilla>55023</bugzilla></li>
+<li>An issue with unnecessary SSL Context reset has been fixed which improves performances of pure HTTP tests, see <bugzilla>55023</bugzilla></li>
 </ul>
 </p>
 
@@ -265,7 +265,7 @@ Transaction Controller now sets Response
 </p>
 
 <p>
-In previous versions, IncludeController could run Test Elements located inside a Thread Group, this behaviour which was not documented could result in weird behaviour, it has been removed in this version (see <bugzilla>55464</bugzilla>). 
+In previous versions, IncludeController could run Test Elements located inside a Thread Group, this behaviour (which was not documented) could result in weird behaviour, it has been removed in this version (see <bugzilla>55464</bugzilla>). 
 The correct way to include Test Elements is to use Test Fragment as stated in documentation of Include Controller.
 </p>
 
@@ -280,9 +280,10 @@ it is compared with the saved redirect U
 To revert to previous behaviour, set the property <code>proxy.redirect.disabling=false</code>
  </p>
 
-<p>__escapeOroRegexpChars function does not trim anymore the value when escaping it from ORO reserved characters (see <bugzilla>55328</bugzilla>)</p>
+<p>__escapeOroRegexpChars function (which escapes ORO reserved characters) no longer trims the value (see <bugzilla>55328</bugzilla>)</p>
 
-<p>commons-lang-2.6.jar has been removed from embedded libraries in jmeter/lib folder. If you use any plugin or third-party code that depends on it, you need to add it in jmeter/lib folder</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).
+If you use any plugin or third-party code that depends on it, you need to add it in jmeter/lib folder</p>
 
 <!-- =================== Bug fixes =================== -->
 
@@ -508,6 +509,7 @@ For this release we want to give special
 <li>Shmuel Krakower (shmulikk at gmail.com)</li>
 </ul>
 
+Apologies if we have omitted anyone else.
  </p>
 </section> 
 </body>