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 2003/06/13 19:35:58 UTC

cvs commit: jakarta-jmeter/xdocs changes.xml

mstover1    2003/06/13 10:35:58

  Modified:    docs     changes.html
               xdocs    changes.xml
  Log:
  Making the "what's new" list
  
  Revision  Changes    Path
  1.56      +169 -0    jakarta-jmeter/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/docs/changes.html,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- changes.html	11 Jun 2003 19:30:16 -0000	1.55
  +++ changes.html	13 Jun 2003 17:35:58 -0000	1.56
  @@ -108,6 +108,175 @@
   						</a>
   							</b>
   							  									 				<h3	>
  +								Version 1.9
  +						</h3>
  +							  									 				<ul	>
  +								
  +
  +												<li	>
  +								Sample result log files can now be in CSV or XML format
  +						</li>
  +									
  +
  +												<li	>
  +								New Event model for notification of iteration events during test plan run
  +						</li>
  +									
  +
  +												<li	>
  +								New Javascript function for executing arbitrary javascript statements
  +						</li>
  +									
  +
  +												<li	>
  +								Many GUI improvements
  +						</li>
  +									
  +
  +												<li	>
  +								New Pre-processors and Post-processors replace Modifiers and Response-Based Modifiers. 
  +						</li>
  +									
  +
  +												<li	>
  +								Compatible with jdk1.3
  +						</li>
  +									
  +
  +												<li	>
  +								JMeter functions are now fully recursive and universal (can use functions as parameters to functions)
  +						</li>
  +									
  +
  +												<li	>
  +								Integrated help window now supports hypertext links
  +						</li>
  +									
  +
  +												<li	>
  +								New Random Function
  +						</li>
  +									
  +
  +												<li	>
  +								New XML Assertion
  +						</li>
  +									
  +
  +												<li	>
  +								New LDAP Sampler (alpha code)
  +						</li>
  +									
  +
  +												<li	>
  +								New Ant Task to run JMeter (in extras folder)
  +						</li>
  +									
  +
  +												<li	>
  +								New Java Sampler test implementation (to assist developers)
  +						</li>
  +									
  +
  +												<li	>
  +								More efficient use of memory, faster loading of .jmx files
  +						</li>
  +									
  +
  +												<li	>
  +								New SOAP Sampler (alpha code)
  +						</li>
  +									
  +
  +												<li	>
  +								New Median calculation in Graph Results visualizer
  +						</li>
  +									
  +
  +												<li	>
  +								Default config element added for developer benefit
  +						</li>
  +									
  +
  +												<li	>
  +								Various performance enhancements during test run
  +						</li>
  +									
  +
  +												<li	>
  +								New Simple File recorder for minimal GUI overhead during test run
  +						</li>
  +									
  +
  +												<li	>
  +								New Function: StringFromFile - grabs values from a file
  +						</li>
  +									
  +
  +												<li	>
  +								New Function: CSVRead - grabs multiple values from a file
  +						</li>
  +									
  +
  +												<li	>
  +								Functions now longer need to be encoded - special values should be escaped 
  +with "\" if they are literal values
  +						</li>
  +									
  +
  +												<li	>
  +								New cut/copy/paste functionality
  +						</li>
  +									
  +
  +												<li	>
  +								SSL testing should work with less user-fudging, and in non-gui mode
  +						</li>
  +									
  +
  +												<li	>
  +								Mailer Model works in non-gui mode
  +						</li>
  +									
  +
  +												<li	>
  +								New Througput Controller
  +						</li>
  +									
  +
  +												<li	>
  +								New Module Controller
  +						</li>
  +									
  +
  +												<li	>
  +								Tests can now be scheduled to run from a certain time till a certain time
  +						</li>
  +									
  +
  +												<li	>
  +								Remote JMeter servers can be started from a non-gui client.  Also, in gui mode, all remote servers can be started with a single click
  +						</li>
  +									
  +
  +												<li	>
  +								ThreadGroups can now be run either serially or in parallel (default)
  +						</li>
  +									
  +
  +												<li	>
  +								New command line options to override properties
  +						</li>
  +									
  +
  +												<li	>
  +								New Size Assertion
  +						</li>
  +									
  +
  +
  +						</ul>
  +							  									 				<h3	>
   								Version 1.8.1
   						</h3>
   							  									 				<ul	>
  
  
  
  1.14      +38 -0     jakarta-jmeter/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/changes.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- changes.xml	1 Feb 2003 16:12:07 -0000	1.13
  +++ changes.xml	13 Jun 2003 17:35:58 -0000	1.14
  @@ -11,6 +11,44 @@
   
   <b>Changes: for more info, contact <a href="mailto:mstover1@apache.org">Michael Stover</a></b>
   
  +<h3>Version 1.9</h3>
  +<ul>
  +<li>Sample result log files can now be in CSV or XML format</li>
  +<li>New Event model for notification of iteration events during test plan run</li>
  +<li>New Javascript function for executing arbitrary javascript statements</li>
  +<li>Many GUI improvements</li>
  +<li>New Pre-processors and Post-processors replace Modifiers and Response-Based Modifiers. </li>
  +<li>Compatible with jdk1.3</li>
  +<li>JMeter functions are now fully recursive and universal (can use functions as parameters to functions)</li>
  +<li>Integrated help window now supports hypertext links</li>
  +<li>New Random Function</li>
  +<li>New XML Assertion</li>
  +<li>New LDAP Sampler (alpha code)</li>
  +<li>New Ant Task to run JMeter (in extras folder)</li>
  +<li>New Java Sampler test implementation (to assist developers)</li>
  +<li>More efficient use of memory, faster loading of .jmx files</li>
  +<li>New SOAP Sampler (alpha code)</li>
  +<li>New Median calculation in Graph Results visualizer</li>
  +<li>Default config element added for developer benefit</li>
  +<li>Various performance enhancements during test run</li>
  +<li>New Simple File recorder for minimal GUI overhead during test run</li>
  +<li>New Function: StringFromFile - grabs values from a file</li>
  +<li>New Function: CSVRead - grabs multiple values from a file</li>
  +<li>Functions now longer need to be encoded - special values should be escaped 
  +with "\" if they are literal values</li>
  +<li>New cut/copy/paste functionality</li>
  +<li>SSL testing should work with less user-fudging, and in non-gui mode</li>
  +<li>Mailer Model works in non-gui mode</li>
  +<li>New Througput Controller</li>
  +<li>New Module Controller</li>
  +<li>Tests can now be scheduled to run from a certain time till a certain time</li>
  +<li>Remote JMeter servers can be started from a non-gui client.  Also, in gui mode, all remote servers can be started with a single click</li>
  +<li>ThreadGroups can now be run either serially or in parallel (default)</li>
  +<li>New command line options to override properties</li>
  +<li>New Size Assertion</li>
  +
  +</ul>
  +
   <h3>Version 1.8.1</h3>
   <ul>
   <li>Bug Fix Release.  Many bugs were fixed.</li>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org