You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by ms...@apache.org on 2002/10/15 23:41:51 UTC

cvs commit: jakarta-jmeter/xdocs changes.xml

mstover1    2002/10/15 14:41:51

  Modified:    .        build.xml
               docs     changes.html
               xdocs    changes.xml
  Log:
  Making final updates for 1.8 release
  
  Revision  Changes    Path
  1.73      +1 -1      jakarta-jmeter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/build.xml,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- build.xml	15 Oct 2002 18:53:23 -0000	1.72
  +++ build.xml	15 Oct 2002 21:41:50 -0000	1.73
  @@ -22,7 +22,7 @@
     
     <!-- Where the API documentation lives -->
     <property name="docs.api.dest.dir" value="docs/api"/>
  -  <property name="version" value="1.7.3"/>
  +  <property name="version" value="1.8"/>
     <property name="docs.src" value="./xdocs"/>
     <property name="docs.dest" value="./docs"/>
     <property name="printable_docs.dest" value="./printable_docs"/>
  
  
  
  1.44      +93 -0     jakarta-jmeter/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/docs/changes.html,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- changes.html	10 Aug 2002 17:18:33 -0000	1.43
  +++ changes.html	15 Oct 2002 21:41:50 -0000	1.44
  @@ -90,6 +90,99 @@
   						</a>
   							</b>
   							  									 				<h3	>
  +								Version 1.8
  +						</h3>
  +							  									 				<ul	>
  +								
  +
  +												<li	>
  +								Improvement to Aggregate report's calculations.
  +						</li>
  +									
  +
  +												<li	>
  +								Simplified application logging.
  +						</li>
  +									
  +
  +												<li	>
  +								New Duration Assertion.
  +						</li>
  +									
  +
  +												<li	>
  +								Fixed and improved Mailer Visualizer.
  +						</li>
  +									
  +
  +												<li	>
  +								Improvements to HTTP Sampler's recovery of resources (sockets and file handles).
  +						</li>
  +									
  +
  +												<li	>
  +								Improving JMeter's internal handling of test start/stop.
  +						</li>
  +									
  +
  +												<li	>
  +								Fixing and adding options to behavior of Interleave and Random Controllers.
  +						</li>
  +									
  +
  +												<li	>
  +								New Counter config element.
  +						</li>
  +									
  +
  +												<li	>
  +								New User Parameters config element.
  +						</li>
  +									
  +
  +												<li	>
  +								Improved performance of file opener.
  +						</li>
  +									
  +
  +												<li	>
  +								Functions and other elements can access global variables.
  +						</li>
  +									
  +
  +												<li	>
  +								Help system available within JMeter's GUI.
  +						</li>
  +									
  +
  +												<li	>
  +								Test Elements can be disabled.
  +						</li>
  +									
  +
  +												<li	>
  +								Language/Locale can be changed while running JMeter (mostly).
  +						</li>
  +									
  +
  +												<li	>
  +								View Results Tree can be configured to record only errors.
  +						</li>
  +									
  +
  +												<li	>
  +								Various bug fixes.
  +						</li>
  +									
  +
  +						</ul>
  +							  									 				<b	>
  +								Changes: for more info, contact 
  +												<a	 href="mailto:mstover1@apache.org">
  +								Michael Stover
  +						</a>
  +							</b>
  +							  									 				<h3	>
   								Version 1.7.3
   						</h3>
   							  									 				<ul	>
  
  
  
  1.11      +21 -0     jakarta-jmeter/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/changes.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- changes.xml	10 Aug 2002 17:18:33 -0000	1.10
  +++ changes.xml	15 Oct 2002 21:41:51 -0000	1.11
  @@ -10,6 +10,27 @@
   (least recent)</b></p>  
   
   <b>Changes: for more info, contact <a href="mailto:mstover1@apache.org">Michael Stover</a></b>
  +<h3>Version 1.8</h3>
  +<ul>
  +<li>Improvement to Aggregate report's calculations.</li>
  +<li>Simplified application logging.</li>
  +<li>New Duration Assertion.</li>
  +<li>Fixed and improved Mailer Visualizer.</li>
  +<li>Improvements to HTTP Sampler's recovery of resources (sockets and file handles).</li>
  +<li>Improving JMeter's internal handling of test start/stop.</li>
  +<li>Fixing and adding options to behavior of Interleave and Random Controllers.</li>
  +<li>New Counter config element.</li>
  +<li>New User Parameters config element.</li>
  +<li>Improved performance of file opener.</li>
  +<li>Functions and other elements can access global variables.</li>
  +<li>Help system available within JMeter's GUI.</li>
  +<li>Test Elements can be disabled.</li>
  +<li>Language/Locale can be changed while running JMeter (mostly).</li>
  +<li>View Results Tree can be configured to record only errors.</li>
  +<li>Various bug fixes.</li>
  +</ul>
  +
  +<b>Changes: for more info, contact <a href="mailto:mstover1@apache.org">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>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>