2008-05-28 02:05:49 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
2013-10-16 21:57:02 +08:00
2008-05-28 02:05:49 +08:00
http://www.apache.org/licenses/LICENSE-2.0
2013-10-16 21:57:02 +08:00
2008-05-28 02:05:49 +08:00
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- Content Stylesheet for Site -->
2009-05-10 06:57:45 +08:00
2008-05-28 02:05:49 +08:00
<!-- start the processing -->
2009-05-10 06:57:45 +08:00
< html >
< head >
2009-06-14 00:59:15 +08:00
< link rel = "stylesheet" type = "text/css" href = "./css/style.css" / >
2009-05-10 06:57:45 +08:00
< meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" / >
< meta name = "author" value = "JMeter developers" >
2012-01-29 01:12:54 +08:00
< meta name = "email" value = "dev AT jmeter.apache.org" >
2009-05-10 06:57:45 +08:00
2012-01-29 01:12:54 +08:00
< title > Apache JMeter - Changes< / title >
2009-05-10 06:57:45 +08:00
< / head >
< body bgcolor = "#ffffff" text = "#000000" link = "#525D76" >
2013-10-31 00:38:42 +08:00
< table width = "100%" cellspacing = "0" border = "0" >
< tr >
< td width = "90%" align = "left" >
2009-05-10 06:57:45 +08:00
< table border = "0" cellspacing = "0" >
< tr >
2013-10-31 00:38:42 +08:00
< td width = "10%" >
< a href = "http://www.apache.org" > < img title = "Apache Software Foundation" width = "290" height = "75" src = "./images/asf-logo.png" border = "0" / > < / a >
< / td >
< td align = "left" width = "40%" >
< a href = "http://jmeter.apache.org/" > < img width = "182" height = "88" src = "./images/logo.jpg" alt = "Apache JMeter" title = "Apache JMeter" border = "0" / > < / a >
< / td >
< / tr >
< / table >
2008-05-28 02:05:49 +08:00
< / td >
2013-10-31 00:38:42 +08:00
< td align = "left" width = "50%" >
< table cellspacing = "0" align = "right" border = "0" >
< tr >
< td align = "left" > < a href = "https://twitter.com/share"
class="twitter-share-button"
data-text="Powerful Load Testing with
Apache #JMeter" data-via="ApacheJMeter"
data-lang="en-gb" data-size="large">Tweet< / a >
< script > ! function ( d , s , id ) { var js , fjs = d . getElementsByTagName ( s ) [ 0 ] , p = /^http:/ . test ( d . location ) ? 'http' : 'https' ; if ( ! d . getElementById ( id ) ) { js = d . createElement ( s ) ; js . id = id ; js . src = p + '://platform.twitter.com/widgets.js' ; fjs . parentNode . insertBefore ( js , fjs ) ; } } ( document , 'script' , 'twitter-wjs' ) ; < / script >
2008-05-28 02:05:49 +08:00
< / td >
2013-10-31 00:38:42 +08:00
< td align = "right" > < a
href="https://twitter.com/ApacheJMeter"
class="twitter-follow-button"
data-show-count="false" data-lang="en-gb"
data-size="large">Follow< / a >
< script > ! function ( d , s , id ) { var js , fjs = d . getElementsByTagName ( s ) [ 0 ] , p = /^http:/ . test ( d . location ) ? 'http' : 'https' ; if ( ! d . getElementById ( id ) ) { js = d . createElement ( s ) ; js . id = id ; js . src = p + '://platform.twitter.com/widgets.js' ; fjs . parentNode . insertBefore ( js , fjs ) ; } } ( document , 'script' , 'twitter-wjs' ) ; < / script >
2008-05-28 02:05:49 +08:00
< / td >
2009-05-10 06:57:45 +08:00
< / tr >
< / table >
2013-10-31 00:38:42 +08:00
< / td > < / tr >
< / table >
2009-05-10 06:57:45 +08:00
< table border = "0" width = "100%" cellspacing = "4" >
< tr > < td colspan = "2" >
< hr noshade size = "1" / >
< / td > < / tr >
< tr >
<!-- LEFT SIDE NAVIGATION -->
< td width = "20%" valign = "top" nowrap = "true" >
2013-10-31 00:38:42 +08:00
< table border = "0" width = "100%" cellspacing = "0" >
< tr > < td >
2009-05-10 06:57:45 +08:00
< p > < strong > About< / strong > < / p >
< ul >
< li > < a href = "./index.html" > Overview< / a >
2008-05-28 02:05:49 +08:00
< / li >
2009-05-10 06:57:45 +08:00
< li > < a href = "./changes.html" > Changes< / a >
2008-05-28 02:05:49 +08:00
< / li >
2012-05-19 23:32:55 +08:00
< li > < a href = "http://projects.apache.org/feeds/rss/jmeter.xml" > Subscribe to What's New< / a >
< / li >
2013-10-31 00:38:42 +08:00
< li > < a href = "http://twitter.com/ApacheJMeter" > JMeter on Twitter< / a >
< img src = "./images/twitter.png" align = "top" / > < / li >
2013-10-16 21:57:02 +08:00
< li > < a href = "./issues.html" > Issue Tracking< / a >
2008-05-28 02:05:49 +08:00
< / li >
2011-08-01 03:18:54 +08:00
< li > < a href = "http://www.apache.org/licenses/" > License< / a >
2008-05-28 02:05:49 +08:00
< / li >
2012-01-29 01:12:54 +08:00
< li > < a href = "http://wiki.apache.org/jmeter/JMeterCommitters" > Contributors< / a >
2008-05-28 02:05:49 +08:00
< / li >
2009-05-10 06:57:45 +08:00
< / ul >
< p > < strong > Download< / strong > < / p >
< ul >
2012-01-29 01:12:54 +08:00
< li > < a href = "./download_jmeter.cgi" > Download Releases< / a >
2008-05-28 02:05:49 +08:00
< / li >
2009-05-10 06:57:45 +08:00
< li > < a href = "./nightly.html" > Developer (Nightly) Builds< / a >
2008-05-28 02:05:49 +08:00
< / li >
2009-05-10 06:57:45 +08:00
< / ul >
< p > < strong > Documentation< / strong > < / p >
< ul >
< li > < a href = "./usermanual/index.html" > User Manual< / a >
2008-05-28 02:05:49 +08:00
< / li >
2012-09-30 17:16:08 +08:00
< li > < a href = "./usermanual/best-practices.html" > Best Practices< / a >
< / li >
2012-01-29 01:12:54 +08:00
< li > < a href = "./usermanual/component_reference.html" > Component Reference< / a >
< / li >
< li > < a href = "./usermanual/functions.html" > Functions Reference< / a >
< / li >
2009-05-10 06:57:45 +08:00
< li > < a href = "./api/index.html" > Javadocs< / a >
2008-05-28 02:05:49 +08:00
< / li >
2009-05-10 06:57:45 +08:00
< li > < a href = "./localising/index.html" > Localisation (Translator's Guide)< / a >
2008-05-28 02:05:49 +08:00
< / li >
2009-05-10 06:57:45 +08:00
< li > < a href = "./building.html" > Building JMeter and Add-Ons< / a >
2008-05-28 02:05:49 +08:00
< / li >
2012-01-29 01:12:54 +08:00
< li > < a href = "http://wiki.apache.org/jmeter" > JMeter Wiki< / a >
2008-05-28 02:05:49 +08:00
< / li >
2012-01-29 01:12:54 +08:00
< li > < a href = "http://wiki.apache.org/jmeter/JMeterFAQ" > FAQ (Wiki)< / a >
2008-05-28 02:05:49 +08:00
< / li >
2009-05-10 06:57:45 +08:00
< / ul >
< p > < strong > Tutorials (PDF format)< / strong > < / p >
< ul >
< li > < a href = "./usermanual/jmeter_distributed_testing_step_by_step.pdf" > Distributed Testing< / a >
2008-05-28 02:05:49 +08:00
< / li >
2009-05-10 06:57:45 +08:00
< li > < a href = "./usermanual/jmeter_proxy_step_by_step.pdf" > Recording Tests< / a >
2008-05-28 02:05:49 +08:00
< / li >
2009-05-10 06:57:45 +08:00
< li > < a href = "./usermanual/junitsampler_tutorial.pdf" > JUnit Sampler< / a >
2008-05-28 02:05:49 +08:00
< / li >
2009-05-10 06:57:45 +08:00
< li > < a href = "./usermanual/jmeter_accesslog_sampler_step_by_step.pdf" > Access Log Sampler< / a >
2008-05-28 02:05:49 +08:00
< / li >
2009-05-10 06:57:45 +08:00
< li > < a href = "./extending/jmeter_tutorial.pdf" > Extending JMeter< / a >
2008-05-28 02:05:49 +08:00
< / li >
2009-05-10 06:57:45 +08:00
< / ul >
< p > < strong > Community< / strong > < / p >
< ul >
2012-01-29 01:12:54 +08:00
< li > < a href = "./mail.html" > Mailing Lists< / a >
< / li >
< li > < a href = "./svnindex.html" > SVN Repositories< / a >
< / li >
< / ul >
< p > < strong > Foundation< / strong > < / p >
< ul >
< li > < a href = "http://www.apache.org/" > ASF< / a >
< / li >
2013-10-16 21:57:02 +08:00
< li > < a href = "http://www.apache.org/foundation/getinvolved.html" > Get Involved in the ASF< / a >
< / li >
2012-01-29 01:12:54 +08:00
< li > < a href = "http://www.apache.org/foundation/sponsorship.html" > Sponsorship< / a >
< / li >
< li > < a href = "http://www.apache.org/foundation/thanks.html" > Thanks< / a >
< / li >
< / ul >
2013-10-31 00:38:42 +08:00
< / td > < / tr >
< tr > < td >
< iframe src = "http://www.apache.org/ads/button.html" style = "border-width:0; float: left;" frameborder = "0" scrolling = "no" > < / iframe >
< / td > < / tr >
< / table >
2012-01-29 01:12:54 +08:00
< / td >
< td width = "80%" align = "left" valign = "top" >
< br >
< table border = "0" cellspacing = "0" cellpadding = "2" width = "100%" >
< tr > < td bgcolor = "#525D76" >
< font color = "#ffffff" face = "arial,helvetica,sanserif" >
< strong > Changes< / strong > < / font >
< / td > < / tr >
< tr > < td >
< blockquote >
2013-01-24 18:35:27 +08:00
< style type = "text/css" >
h2 { color: #960000; }
h3 { color: #960000; }
< / style >
2012-01-29 01:12:54 +08:00
< p >
< table border = "1" bgcolor = "#bbbb00" width = "50%" cellspacing = "0" cellpadding = "2" >
< tr > < td >
< b >
This page details the changes made in the current version only.
< / b >
< br >
Earlier changes are detailed in the
< a href = "changes_history.html" >
History of Previous Changes
< / a >
.
< / td > < / tr >
< / table >
< / p >
< h1 >
2013-10-31 00:38:42 +08:00
Version 2.11
2012-01-29 01:12:54 +08:00
< / h1 >
2013-10-16 21:57:02 +08:00
< ul >
< li >
< a href = "#New and Noteworthy" >
2012-01-29 01:12:54 +08:00
New and Noteworthy
2013-10-16 21:57:02 +08:00
< / a >
< / li >
< li >
< a href = "#Known bugs" >
Known bugs
< / a >
< / li >
< li >
< a href = "#Incompatible changes" >
Incompatible changes
< / a >
< / li >
< li >
< a href = "#Bug fixes" >
Bug fixes
< / a >
< / li >
< li >
< a href = "#Improvements" >
Improvements
< / a >
< / li >
< li >
< a href = "#Non-functional changes" >
Non-functional changes
< / a >
< / li >
< li >
< a href = "#Thanks" >
Thanks
< / a >
< / li >
< / ul >
< br / > < br / > < table width = "100%" cellpadding = "3" cellspacing = "2" bgcolor = "#525D76" border = "0" >
< tr > < td > < font color = "white" face = "Helvetica, Arial, sans-serif" > < b > < big > < big > < a name = "New and Noteworthy" > New and Noteworthy< / a > < / big > < / big > < / b > < / font > < / td > < / tr > < / table > < br / >
< br / > < br / > < table width = "90%" cellpadding = "2" cellspacing = "2" bgcolor = "#828DA6" border = "0" >
< tr > < td > < font color = "white" face = "Helvetica, Arial, sans-serif" > < b > < big > Core Improvements< / big > < / b > < / font > < / td > < / tr > < / table > < br / >
2013-10-31 00:38:42 +08:00
< br / > < br / > < table width = "100%" cellpadding = "3" cellspacing = "2" bgcolor = "#525D76" border = "0" >
< tr > < td > < font color = "white" face = "Helvetica, Arial, sans-serif" > < b > < big > < big > < a name = "Known bugs" > Known bugs< / a > < / big > < / big > < / b > < / font > < / td > < / tr > < / table > < br / >
2013-10-16 21:57:02 +08:00
< ul >
< li >
2013-10-31 00:38:42 +08:00
The Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).
2013-10-16 21:57:02 +08:00
< / li >
< li >
2013-10-31 00:38:42 +08:00
Listeners don't show iteration counts when a If Controller has a condition which is always false from the first iteration (see
< a href = "https://issues.apache.org/bugzilla/show_bug.cgi?id=52496" > Bug 52496< / a >
).
A workaround is to add a sampler at the same level as (or superior to) the If Controller.
For example a Test Action sampler with 0 wait time (which doesn't generate a sample),
or a Debug Sampler with all fields set to False (to reduce the sample size).
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
< / li >
2013-10-16 21:57:02 +08:00
2012-01-29 01:12:54 +08:00
2013-10-16 21:57:02 +08:00
< li >
2013-10-31 00:38:42 +08:00
Webservice sampler does not consider the HTTP response status to compute the status of a response, thus a response 500 containing a non empty body will be considered as successful, see
< a href = "https://issues.apache.org/bugzilla/show_bug.cgi?id=54006" > Bug 54006< / a >
2013-10-16 21:57:02 +08:00
.
2013-10-31 00:38:42 +08:00
To workaround this issue, ensure you always read the response and add a Response Assertion checking text inside the response.
2013-10-16 21:57:02 +08:00
< / li >
2012-09-30 17:16:08 +08:00
< li >
2013-01-24 18:35:27 +08:00
2013-10-31 00:38:42 +08:00
The numbers that appear to the left of the green box are the number of active threads / total number of threads,
these only apply to a locally run test; they do not include any threads started on remote systems when using client-server mode, (see
< a href = "https://issues.apache.org/bugzilla/show_bug.cgi?id=54152" > Bug 54152< / a >
).
2013-10-16 21:57:02 +08:00
2012-09-30 17:16:08 +08:00
< / li >
2012-01-29 01:12:54 +08:00
2013-10-31 00:38:42 +08:00
< li >
2013-01-24 18:35:27 +08:00
2013-10-31 00:38:42 +08:00
Note that there is a
< a href = "http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6396599 " >
bug in Java
< / a >
2012-01-29 01:12:54 +08:00
2013-10-31 00:38:42 +08:00
on some Linux systems that manifests itself as the following error when running the test cases or JMeter itself:
2012-01-29 01:12:54 +08:00
2013-10-31 00:38:42 +08:00
< pre >
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
[java] WARNING: Couldn't flush user prefs:
java.util.prefs.BackingStoreException:
java.lang.IllegalArgumentException: Not supported: indent-number
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
< / pre >
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
This does not affect JMeter operation. This issue is fixed since Java 7b05.
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
< / li >
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
< li >
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
With Java 1.6 and Gnome 3 on Linux systems, the JMeter menu may not work correctly (shift between mouse's click and the menu).
This is a known Java bug (see
< a href = "https://issues.apache.org/bugzilla/show_bug.cgi?id=54477 " > Bug 54477 < / a >
).
A workaround is to use a Java 7 runtime (OpenJDK or Oracle JDK).
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
< / li >
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
< li >
2012-01-29 01:12:54 +08:00
2013-10-31 00:38:42 +08:00
With Oracle Java 7 and Mac Book Pro Retina Display, the JMeter GUI may look blurry.
This is a known Java bug, see Bug
< a href = "http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8000629" >
JDK-8000629
< / a >
.
A workaround is to use a Java 7 update 40 runtime which fixes this issue.
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
< / li >
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
< / ul >
< br / > < br / > < table width = "100%" cellpadding = "3" cellspacing = "2" bgcolor = "#525D76" border = "0" >
< tr > < td > < font color = "white" face = "Helvetica, Arial, sans-serif" > < b > < big > < big > < a name = "Incompatible changes" > Incompatible changes< / a > < / big > < / big > < / b > < / font > < / td > < / tr > < / table > < br / >
< ul >
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
< li >
< / li >
2012-01-29 01:12:54 +08:00
2013-10-31 00:38:42 +08:00
< / ul >
< br / > < br / > < table width = "100%" cellpadding = "3" cellspacing = "2" bgcolor = "#525D76" border = "0" >
< tr > < td > < font color = "white" face = "Helvetica, Arial, sans-serif" > < b > < big > < big > < a name = "Bug fixes" > Bug fixes< / a > < / big > < / big > < / b > < / font > < / td > < / tr > < / table > < br / >
< h3 >
HTTP Samplers and Proxy
< / h3 >
< ul >
2012-09-30 17:16:08 +08:00
2012-01-29 01:12:54 +08:00
2013-10-31 00:38:42 +08:00
< / ul >
< h3 >
Other Samplers
< / h3 >
< ul >
2012-01-29 01:12:54 +08:00
2013-10-31 00:38:42 +08:00
< li >
< a href = "https://issues.apache.org/bugzilla/show_bug.cgi?id=55685" > Bug 55685< / a >
- OS Sampler: timeout option don't save and restore correctly value and don't init correctly timeout
< / li >
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
< / ul >
< h3 >
Controllers
< / h3 >
< ul >
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
< / ul >
< h3 >
Listeners
< / h3 >
< ul >
2013-10-16 21:57:02 +08:00
2013-01-24 18:35:27 +08:00
2013-10-31 00:38:42 +08:00
< / ul >
< h3 >
Timers, Assertions, Config, Pre- & Post-Processors
< / h3 >
2012-01-29 01:12:54 +08:00
< ul >
2013-10-16 21:57:02 +08:00
2012-01-29 01:12:54 +08:00
< li >
2013-10-31 00:38:42 +08:00
< a href = "https://issues.apache.org/bugzilla/show_bug.cgi?id=55694" > Bug 55694< / a >
- java.lang.NullPointerException if Apply to is set to a missing JMeter variable
2012-01-29 01:12:54 +08:00
< / li >
2013-01-24 18:35:27 +08:00
2013-10-16 21:57:02 +08:00
2012-01-29 01:12:54 +08:00
< li >
2013-10-31 00:38:42 +08:00
< a href = "https://issues.apache.org/bugzilla/show_bug.cgi?id=55721" > Bug 55721< / a >
- HTTP Cache Manager - no-store directive is wrongly interpreted
2008-05-28 02:05:49 +08:00
< / li >
2013-01-24 18:35:27 +08:00
2012-01-29 01:12:54 +08:00
< / ul >
2013-10-31 00:38:42 +08:00
< h3 >
Functions
< / h3 >
< ul >
2013-01-24 18:35:27 +08:00
2013-10-31 00:38:42 +08:00
< / ul >
< h3 >
I18N
< / h3 >
2013-10-16 21:57:02 +08:00
< ul >
2013-10-31 00:38:42 +08:00
< / ul >
< h3 >
General
< / h3 >
< ul >
2013-10-16 21:57:02 +08:00
2012-01-29 01:12:54 +08:00
2013-10-31 00:38:42 +08:00
< / ul >
< br / > < br / > < table width = "100%" cellpadding = "3" cellspacing = "2" bgcolor = "#525D76" border = "0" >
< tr > < td > < font color = "white" face = "Helvetica, Arial, sans-serif" > < b > < big > < big > < a name = "Improvements" > Improvements< / a > < / big > < / big > < / b > < / font > < / td > < / tr > < / table > < br / >
< h3 >
HTTP Samplers and Proxy
< / h3 >
< ul >
2013-10-16 21:57:02 +08:00
2012-01-29 01:12:54 +08:00
2013-10-31 00:38:42 +08:00
< / ul >
< h3 >
Other samplers
< / h3 >
< ul >
2012-01-29 01:12:54 +08:00
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
< / ul >
< h3 >
Controllers
< / h3 >
< ul >
2013-10-16 21:57:02 +08:00
2012-01-29 01:12:54 +08:00
2013-10-31 00:38:42 +08:00
< / ul >
< h3 >
Listeners
< / h3 >
< ul >
2013-10-16 21:57:02 +08:00
2012-01-29 01:12:54 +08:00
2013-10-31 00:38:42 +08:00
< / ul >
< h3 >
Timers, Assertions, Config, Pre- & Post-Processors
< / h3 >
< ul >
2012-01-29 01:12:54 +08:00
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
< / ul >
< h3 >
Functions
< / h3 >
< ul >
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
< / ul >
< h3 >
I18N
< / h3 >
< ul >
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
< / ul >
< h3 >
General
< / h3 >
< ul >
2013-10-16 21:57:02 +08:00
< li >
2013-10-31 00:38:42 +08:00
< a href = "https://issues.apache.org/bugzilla/show_bug.cgi?id=55693" > Bug 55693< / a >
- Add a "Save as Test Fragment" option
2013-10-16 21:57:02 +08:00
< / li >
< / ul >
2013-10-31 00:38:42 +08:00
< br / > < br / > < table width = "100%" cellpadding = "3" cellspacing = "2" bgcolor = "#525D76" border = "0" >
< tr > < td > < font color = "white" face = "Helvetica, Arial, sans-serif" > < b > < big > < big > < a name = "Non-functional changes" > Non-functional changes< / a > < / big > < / big > < / b > < / font > < / td > < / tr > < / table > < br / >
2013-10-16 21:57:02 +08:00
< ul >
2013-10-31 00:38:42 +08:00
< / ul >
< br / > < br / > < table width = "100%" cellpadding = "3" cellspacing = "2" bgcolor = "#525D76" border = "0" >
< tr > < td > < font color = "white" face = "Helvetica, Arial, sans-serif" > < b > < big > < big > < a name = "Thanks" > Thanks< / a > < / big > < / big > < / b > < / font > < / td > < / tr > < / table > < br / >
< p >
We thank all contributors mentioned in bug and improvement sections above.
< br >
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
We also thank bug reporters who helped us improve JMeter.
< br >
2013-10-16 21:57:02 +08:00
2013-10-31 00:38:42 +08:00
For this release we want to give special thanks to the following reporters for the clear reports and tests made after our fixes:
2013-10-16 21:57:02 +08:00
< ul >
2013-01-24 18:35:27 +08:00
< li >
2013-10-31 00:38:42 +08:00
Firstname Name (email at gmail.com)
2011-09-28 23:03:18 +08:00
< / li >
2009-05-10 06:57:45 +08:00
< / ul >
2013-10-16 21:57:02 +08:00
Apologies if we have omitted anyone else.
< / p >
2009-05-10 06:57:45 +08:00
< / blockquote >
< / p >
< / td > < / tr >
< tr > < td > < br > < / td > < / tr >
< / table >
< br >
< / td >
< / tr >
< tr > < td colspan = "2" >
< hr noshade size = "1" / >
< / td > < / tr >
< tr > < td colspan = "2" >
< div align = "center" > < font color = "#525D76" size = "-1" > < em >
2013-01-24 18:35:27 +08:00
Copyright © 1999-2013, Apache Software Foundation
2009-05-10 06:57:45 +08:00
< / em > < / font > < / div >
< / td > < / tr >
2009-06-14 00:59:15 +08:00
< tr > < td colspan = "2" >
< div align = "center" > < font color = "#525D76" size = "-1" >
2011-09-28 23:03:18 +08:00
Apache, Apache JMeter, JMeter, the Apache feather, and the Apache JMeter logo are
trademarks of the Apache Software Foundation.
2009-06-14 00:59:15 +08:00
< / font >
< / div >
< / td > < / tr >
2009-05-10 06:57:45 +08:00
< / table >
< / body >
< / html >
2008-05-28 02:05:49 +08:00
<!-- end the processing -->
2013-10-16 21:57:02 +08:00
2008-05-28 02:05:49 +08:00
2011-08-01 03:18:54 +08:00
2008-05-28 02:05:49 +08:00