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 2015/06/14 13:39:59 UTC

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

Author: sebb
Date: Sun Jun 14 11:39:59 2015
New Revision: 1685389

URL: http://svn.apache.org/r1685389
Log:
Minor doc tweaks

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1685389&r1=1685388&r2=1685389&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Sun Jun 14 11:39:59 2015
@@ -240,16 +240,17 @@ See  <bugzilla>56357</bugzilla> for deta
 <li>
 Under Mac OSX Aggregate Graph will show wrong values due to mirroring effect on numbers.
 This is due to a known Java bug, see Bug <a href="https://bugs.openjdk.java.net/browse/JDK-8065373" >JDK-8065373</a> 
-The fix is to use a JDK7_u79 or JDK8_u45 or upper.
+The fix is to use JDK7_u79, JDK8_u45 or later.
 </li>
 
 <li>
 View Results Tree may fail to display some HTML code under HTML renderer, see <bugzilla>54586</bugzilla>.
-This is due to a known Java bug, see Bug <a href="https://bugs.openjdk.java.net/browse/JDK-8031109" >JDK-8031109</a> 
-The fix is to use a JDK9 b65 or upper.
+This is due to a known Java bug which fails to parse "px" units in row/col attributes.
+See Bug <a href="https://bugs.openjdk.java.net/browse/JDK-8031109" >JDK-8031109</a> 
+The fix is to use JDK9 b65 or later.
 </li>
 </ul>
  
 </section> 
-</body> 
+</body>
 </document>