Author: pmouawad Date: Tue Sep 23 19:54:49 2014 New Revision: 1627136 URL: http://svn.apache.org/r1627136 Log: Update changes Added: jmeter/trunk/xdocs/images/screenshots/changes/2.12/10_undo_redo.png (with props) jmeter/trunk/xdocs/images/screenshots/changes/2.12/11_log_viewer.png (with props) jmeter/trunk/xdocs/images/screenshots/changes/2.12/12_cache_resource_mode.png (with props) Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1627136&r1=1627135&r2=1627136&view=diff ============================================================================== --- jmeter/trunk/xdocs/changes.xml (original) +++ jmeter/trunk/xdocs/changes.xml Tue Sep 23 19:54:49 2014 @@ -80,11 +80,14 @@ Only one instance of the section will be and/or DNS load balancing.

-Improvements -Mail Reader Sampler -

You can now specify the number of messages that want you retrieve (before all messages were retrieved). -In addition, you can fetch only the message header now.

-
+Core Improvements +Better handling of embedded resources +

When download embedded resources is checked, JMeter now uses User Agent header to download or not resources embedded within conditionnal comments as per About conditional comments.

+ +Ability to customize Cache Manager (Browser cache simulation) handling of cached resources +

You can now configure the behaviour of JMeter when a resource is found in Cache, this can be controlled with cache_manager.cached_resource_mode property

+
+ JMS Publisher / JMS Point-to-Point

Add JMSPriority and JMSExpiration fields for these samplers.

@@ -92,10 +95,25 @@ In addition, you can fetch only the mess
+Mail Reader Sampler +

You can now specify the number of messages that want you retrieve (before all messages were retrieved). +In addition, you can fetch only the message header now.

+
+ SMTP Sampler

Adding the Connection timeout and the Read timeout to the SMTP Sampler.

+Synchronizing Timer +

Adding a timeout to define the maximum time to waiting of the group of virtual users.

+
+ +GUI Improvements + +Undo/Redo support +

Undo / Redo has been introduced and allows user to undo/redo changes made on Test Plan Tree

+
+ View Results Tree

Improve the ergonomics of View Results Tree by changing placement of Renderers and allowing custom ordering (with the property view.results.tree.renderers_order).

@@ -105,9 +123,9 @@ In addition, you can fetch only the mess

Adding the ability for the Response Time Graph listener to save/restore format its settings in/from the jmx file.

-Synchronizing Timer -

Adding a timeout to define the maximum time to waiting of the group of virtual users.

-
+Log Viewer +

Starting with this version, jmeter logs can be viewed in GUI by clicking on Warning icon in the upper right corner. This will unfold the Log Viewer panel and show logs.

+
@@ -296,9 +314,9 @@ for details on configuring this componen
  • 56455 - Batch files: drop support for non-NT Windows shell scripts
  • 56807 - Ability to force flush of ResultCollector file. Contributed by Andrey Pohilko (apc4 at ya.ru)
  • 56921 - Templates : Improve Recording template to ignore embedded resources case and URL parameters. Contributed by Ubik Load Pack (support at ubikloadpack.com)
  • -
  • 42248 - Undo-redo support on Test Plan tree modification. Developed by Andrey Pohilko (apc4 at ya.ru) and contributed by BlazeMeter Ltd. Additional contribution by Ubik Load Pack (support at ubikloadpack.com)
  • +
  • 42248 - Undo-redo support on Test Plan tree modification. Developed by Andrey Pohilko (apc4 at ya.ru) and contributed by BlazeMeter Ltd. Additional contribution by Ubik Load Pack (support at ubikloadpack.com)
  • 56920 - LogViewer : Make it receive all log events even when it is closed. Contributed by Ubik Load Pack (support at ubikloadpack.com)
  • - + Non-functional changes