From commits-return-3308-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Tue Sep 23 19:55:11 2014
Return-Path:
X-Original-To: apmail-jmeter-commits-archive@minotaur.apache.org
Delivered-To: apmail-jmeter-commits-archive@minotaur.apache.org
Received: from mail.apache.org (hermes.apache.org [140.211.11.3])
by minotaur.apache.org (Postfix) with SMTP id 5E62E112B5
for ; Tue, 23 Sep 2014 19:55:11 +0000 (UTC)
Received: (qmail 15140 invoked by uid 500); 23 Sep 2014 19:55:11 -0000
Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org
Received: (qmail 15110 invoked by uid 500); 23 Sep 2014 19:55:11 -0000
Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm
Precedence: bulk
List-Help:
List-Unsubscribe:
List-Post:
List-Id:
Reply-To: dev@jmeter.apache.org
Delivered-To: mailing list commits@jmeter.apache.org
Received: (qmail 15100 invoked by uid 99); 23 Sep 2014 19:55:11 -0000
Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136)
by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2014 19:55:11 +0000
X-ASF-Spam-Status: No, hits=-2000.0 required=5.0
tests=ALL_TRUSTED
X-Spam-Check-By: apache.org
Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4)
by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2014 19:55:09 +0000
Received: from eris.apache.org (localhost [127.0.0.1])
by eris.apache.org (Postfix) with ESMTP id 7EA0C2388993;
Tue, 23 Sep 2014 19:54:49 +0000 (UTC)
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Subject: svn commit: r1627136 - in /jmeter/trunk/xdocs: changes.xml
images/screenshots/changes/2.12/10_undo_redo.png
images/screenshots/changes/2.12/11_log_viewer.png
images/screenshots/changes/2.12/12_cache_resource_mode.png
Date: Tue, 23 Sep 2014 19:54:49 -0000
To: commits@jmeter.apache.org
From: pmouawad@apache.org
X-Mailer: svnmailer-1.0.9
Message-Id: <20140923195449.7EA0C2388993@eris.apache.org>
X-Virus-Checked: Checked by ClamAV on apache.org
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)