mirror of https://github.com/apache/jmeter.git
Last documentation updates before 1.8.1 release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@323063 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 5d0c2ccb1e
This commit is contained in:
parent
0050662c29
commit
33cd152f7b
|
|
@ -10,6 +10,19 @@
|
|||
(least recent)</b></p>
|
||||
|
||||
<b>Changes: for more info, contact <a href="mailto:mstover1@apache.org">Michael Stover</a></b>
|
||||
|
||||
<h3>Version 1.8.1</h3>
|
||||
<ul>
|
||||
<li>Bug Fix Release. Many bugs were fixed.</li>
|
||||
<li>Removed redundant "Root" node from test tree.</li>
|
||||
<li>Re-introduced Icons in test tree.</li>
|
||||
<li>Some re-organization of code to improve build process.</li>
|
||||
<li>View Results Tree has added option to view results as web document (still buggy at this point).</li>
|
||||
<li>New Total line in Aggregate Listener (still buggy at this point).</li>
|
||||
<li>Improvements to ability to change JMeter's Locale settings.</li>
|
||||
<li>Improvements to SSL Manager.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Version 1.8</h3>
|
||||
<ul>
|
||||
<li>Improvement to Aggregate report's calculations.</li>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@
|
|||
<body>
|
||||
<menu name="About">
|
||||
<item name="Overview" href="/index.html"/>
|
||||
<item name="Download" href="http://jakarta.apache.org/builds/jakarta-jmeter/"/>
|
||||
<item name="Download Releases" href="http://jakarta.apache.org/builds/jakarta-jmeter/"/>
|
||||
<item name="Download Nightly Tarball" href="http://cvs.apache.org/builds/jakarta-jmeter/nightly"/>
|
||||
<item name="Changes" href="/changes.html"/>
|
||||
<item name="Known Bugs" href="http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=JMeter&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&order=Reuse+same+sort+as+last+time"/>
|
||||
<item name="License" href="/license.html"/>
|
||||
|
|
@ -19,6 +20,7 @@
|
|||
<menu name="Documentation">
|
||||
<item name="User Manual" href="/usermanual/index.html"/>
|
||||
<item name="Developer Manual" href="/extending/index.html"/>
|
||||
<item name="JMeter Wiki" href="http://nagoya.apache.org/wiki/apachewiki.cgi?JMeterProjectPages"/>
|
||||
</menu>
|
||||
<menu name="Community">
|
||||
<item name="Get Involved" href="/site/getinvolved.html"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue