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 2019/07/27 08:44:11 UTC

[jmeter] branch master updated: improve release notes

This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 5bf7e0b  improve release notes
5bf7e0b is described below

commit 5bf7e0bf58d2c591485bdb94f3ffeab2e009a219
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Sat Jul 27 10:43:23 2019 +0200

    improve release notes
---
 xdocs/changes.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index c517270..600e2b5 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -59,8 +59,8 @@ Summary
 
 <ch_section>New and Noteworthy</ch_section>
 <p>
-This release is mainly a bugfix release. Please see the <a href="changes_history.html">Changes history page</a>
-to view the last major behaviors with the version 5.1.1.
+This release is a major release. Please see the <a href="changes_history.html">Changes history page</a>
+to view the last release notes of version 5.1.1.
 </p>
 <!--
 <ch_title>Core improvements</ch_title>
@@ -76,7 +76,7 @@ to view the last major behaviors with the version 5.1.1.
 <ch_section>Incompatible changes</ch_section>
 <ul>
     <li>HTTP(S) Test Script Recorder now appends number at end of names, while previously it added it at beginning. See <bugzilla>63450</bugzilla></li>
-    <li>When using XPath Assertion with an xpath expression returning a boolean, <code>True if nothing matches</code> had no effect and always returned true, see <bugzilla>63455</bugzilla></li>
+    <li>When using XPath Assertion with an XPath expression returning a boolean, <code>True if nothing matches</code> had no effect and always returned true, see <bugzilla>63455</bugzilla></li>
 </ul>
 <!-- =================== Improvements =================== -->
 
@@ -105,12 +105,12 @@ to view the last major behaviors with the version 5.1.1.
 <ul>
   <li><bug>62863</bug>Enable PKCS11 keystores for usage with KeyStore Manager. Based on patch by Clifford Harms (clifford.harms at gmail.com).</li>
   <li><pr>457</pr>Slight performance improvement in PoissonRandomTimer by using ThreadLocalRandom. Based on a patch by Xia Li.</li>
-  <li><bug>62787</bug>Add XPath 2 Assertion. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+  <li><bug>62787</bug>New <code>XPath2 Assertion</code> supporting XPath2 with better performances than <code>XPath Assertion</code>. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
 </ul>
 
 <h3>Functions</h3>
 <ul>
-  <li><bug>63219</bug>New function <code>__StringToFile</code> to save a string into a file. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+  <li><bug>63219</bug>New function <code>__StringToFile</code> to save/append a string into a file. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
 </ul>
 
 <h3>I18N</h3>
@@ -128,7 +128,7 @@ to view the last major behaviors with the version 5.1.1.
     <li><bug>63396</bug>JSR223 Test Elements: Description of Parameters is misleading, same for Script</li>
     <li><bug>63480</bug>XPathAssertion and XPathAssertion2: Improve test coverage for input coming from variable. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
     <li><bug>63452</bug>Tools / Import from cURL: Complete coverage of all command line options that are valid in JMeter use case. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
-    <li><bug>63419</bug>CURL : Add ability to process a set of CURL commands. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+    <li><bug>63419</bug>Tools / Import from cURL: Add ability to import a set of cURL commands from a file. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
 </ul>
 
 <ch_section>Non-functional changes</ch_section>
@@ -222,7 +222,7 @@ to view the last major behaviors with the version 5.1.1.
     <li>Sergiy Iampol (sergiy.iampol at playtech.com)</li>
     <li>Brian Tully (brian.tully at acquia.com)</li>
     <li>Amer Ghazal (amerghazal at gmail.com)</li>
-    <li>(stefan at trilobyte-se.de)</li>
+    <li>Stefan Seide (stefan at trilobyte-se.de)</li>
 </ul>
 <p>
 Apologies if we have omitted anyone else.