mstover1 2002/08/10 10:18:33
Modified: docs changes.html contributing.html
xdocs changes.xml contributing.xml
Log:
updating the Changes page
Revision Changes Path
1.43 +158 -2 jakarta-jmeter/docs/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/jakarta-jmeter/docs/changes.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- changes.html 6 Aug 2002 18:55:20 -0000 1.42
+++ changes.html 10 Aug 2002 17:18:33 -0000 1.43
@@ -84,8 +84,164 @@
</b>
</p>
<b >
- Changes:
- </b>
+ Changes: for more
info, contact
+
<a href="mailto:[EMAIL PROTECTED]">
+ Michael Stover
+ </a>
+ </b>
+
<h3 >
+ Version 1.7.3
+ </h3>
+
<ul >
+
+
+
<li >
+ New Functions that
provide more ability to change requests dynamically during test runs.
+ </li>
+
+
+
<li >
+ New language
translations in Japanese and German.
+ </li>
+
+
+
<li >
+ Removed annoying Log4J
error messages.
+ </li>
+
+
+
<li >
+ Improved support for
loading JMeter 1.7 version test plan files (.jmx files).
+ </li>
+
+
+
<li >
+ JMeter now supports
proxy servers that require username/password authentication.
+ </li>
+
+
+
<li >
+ Dialog box indicating
test stopping doesn't hang JMeter on problems with stopping test.
+ </li>
+
+
+
<li >
+ GUI can run multiple
remote JMeter servers (fixes GUI bug that prevented this).
+ </li>
+
+
+
<li >
+ Dialog box to help
created function calls in GUI.
+ </li>
+
+
+
<li >
+ New Keep-alive switch
in HTTP Requests to indicate JMeter should or should not use Keep-Alive for sockets.
+ </li>
+
+
+
<li >
+ HTTP Post requests can
have GET style arguments in Path field. Proxy records them correctly now.
+ </li>
+
+
+
<li >
+ New User-defined
test-wide static variables.
+ </li>
+
+
+
<li >
+ View Results Tree now
displays more information, including name of request (matching the name
+in the test tree) and full request and POST data.
+ </li>
+
+
+
<li >
+ Removed obsolete View
Results Visualizer (use View Results Tree instead).
+ </li>
+
+
+
<li >
+ Performance
enhancements.
+ </li>
+
+
+
<li >
+ Memory use
enhancements.
+ </li>
+
+
+
<li >
+ Graph visualizer GUI
improvements.
+ </li>
+
+
+
<li >
+ Updates and fixes to
Mailer Visualizer.
+ </li>
+
+
+ </ul>
+
<h3 >
+ Version 1.7.2
+ </h3>
+
<ul >
+
+
+
<li >
+ JMeter now notifies
user when test has stopped running.
+ </li>
+
+
+
<li >
+ HTTP Proxy server
records HTTP Requests with re-direct turned off.
+ </li>
+
+
+
<li >
+ HTTP Requests can be
instructed to either follow redirects or ignore them.
+ </li>
+
+
+
<li >
+ Various GUI
improvements.
+ </li>
+
+
+
<li >
+ New Random Controller.
+ </li>
+
+
+
<li >
+ New SOAP/XML-RPC
Sampler.
+ </li>
+
+
+ </ul>
+
<h3 >
+ Version 1.7.1
+ </h3>
+
<ul >
+
+
+
<li >
+ JMeter's architecture
revamped for a more complete separation between GUI code and
+test engine code.
+ </li>
+
+
+
<li >
+ Use of Avalon code to
save test plans to XML as Configuration Objects
+ </li>
+
+
+
<li >
+ All listeners can save
data to file and load same data at later date.
+ </li>
+
+
+ </ul>
<h3 >
Version 1.7Beta
</h3>
1.28 +10 -0 jakarta-jmeter/docs/contributing.html
Index: contributing.html
===================================================================
RCS file: /home/cvs/jakarta-jmeter/docs/contributing.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- contributing.html 6 Aug 2002 18:55:20 -0000 1.27
+++ contributing.html 10 Aug 2002 17:18:33 -0000 1.28
@@ -136,6 +136,16 @@
</li>
+
<li >
+ Wolfram Rittmeyer
+ </li>
+
+
+
<li >
+ Dion McMurtrie
+ </li>
+
+
</ul>
<p >
If your name does not
appear here and you feel it should, please
1.10 +41 -1 jakarta-jmeter/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/changes.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- changes.xml 7 Mar 2002 23:03:13 -0000 1.9
+++ changes.xml 10 Aug 2002 17:18:33 -0000 1.10
@@ -9,7 +9,47 @@
<p><b>Changes are chronologically ordered from top (most recent) to bottom
(least recent)</b></p>
-<b>Changes:</b>
+<b>Changes: for more info, contact <a href="mailto:[EMAIL PROTECTED]">Michael
Stover</a></b>
+<h3>Version 1.7.3</h3>
+<ul>
+<li>New Functions that provide more ability to change requests dynamically during
test runs.</li>
+<li>New language translations in Japanese and German.</li>
+<li>Removed annoying Log4J error messages.</li>
+<li>Improved support for loading JMeter 1.7 version test plan files (.jmx
files).</li>
+<li>JMeter now supports proxy servers that require username/password
authentication.</li>
+<li>Dialog box indicating test stopping doesn't hang JMeter on problems with
stopping test.</li>
+<li>GUI can run multiple remote JMeter servers (fixes GUI bug that prevented
this).</li>
+<li>Dialog box to help created function calls in GUI.</li>
+<li>New Keep-alive switch in HTTP Requests to indicate JMeter should or should not
use Keep-Alive for sockets.</li>
+<li>HTTP Post requests can have GET style arguments in Path field. Proxy records
them correctly now.</li>
+<li>New User-defined test-wide static variables.</li>
+<li>View Results Tree now displays more information, including name of request
(matching the name
+in the test tree) and full request and POST data.</li>
+<li>Removed obsolete View Results Visualizer (use View Results Tree instead).</li>
+<li>Performance enhancements.</li>
+<li>Memory use enhancements.</li>
+<li>Graph visualizer GUI improvements.</li>
+<li>Updates and fixes to Mailer Visualizer.</li>
+</ul>
+
+<h3>Version 1.7.2</h3>
+<ul>
+<li>JMeter now notifies user when test has stopped running.</li>
+<li>HTTP Proxy server records HTTP Requests with re-direct turned off.</li>
+<li>HTTP Requests can be instructed to either follow redirects or ignore them.</li>
+<li>Various GUI improvements.</li>
+<li>New Random Controller.</li>
+<li>New SOAP/XML-RPC Sampler.</li>
+</ul>
+
+<h3>Version 1.7.1</h3>
+<ul>
+<li>JMeter's architecture revamped for a more complete separation between GUI code
and
+test engine code.</li>
+<li>Use of Avalon code to save test plans to XML as Configuration Objects</li>
+<li>All listeners can save data to file and load same data at later date.</li>
+</ul>
+
<h3>Version 1.7Beta</h3>
<ul>
<li>Better XML support for special characters (Tushar Bhatia) </li>
1.6 +2 -0 jakarta-jmeter/xdocs/contributing.xml
Index: contributing.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/contributing.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- contributing.xml 6 Aug 2002 18:55:24 -0000 1.5
+++ contributing.xml 10 Aug 2002 17:18:33 -0000 1.6
@@ -19,6 +19,8 @@
<li>Brendan Burns (committer)</li>
<li>Michael Stover (commiter & release manager)</li>
<li>Jim Boucher (committer)</li>
+<li>Wolfram Rittmeyer</li>
+<li>Dion McMurtrie</li>
</ul>
<p>If your name does not appear here and you feel it should, please
send me an email ([EMAIL PROTECTED]).</p>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
