--------------
:Package: http://funkload.nuxeo.org/funkload-1.6.0.tar.gz
:Svn: http://svn.nuxeo.org/pub/funkload/tags/1.6.0/
:Released date: 2007-02-27
New features
~~~~~~~~~~~~
* Do not send cookie with ``deleted`` value, this fix trouble with Zope's
CookieCrumbler and enable benching of Plone_ apps, Thanks to Lin.
* Works with Ruby CGI, fixing webunit mimeEncode and adding Content-type
header on file upload, Thanks to Bryan Helmkamp.
* 1283_: Patching webunit to support http proxy by checking $http_proxy
env. Thanks to Greg, (note that https proxy is not yet supported).
* Adding Mirko Friedenhagen ``--with-percentiles`` option to
``fl-build-report`` to include percentiles in statistic tables and use
10%, 50% and 90% percentil instead of min, avg and max in charts. This is
now the default option, use ``--no-percentiles`` for the old behaviour.
* Upgrade to setuptools 0.6c3
* FunkLoadTestCase.conf_getList accept a separator parameter
Bug fixes
~~~~~~~~~
* fix: 1279_: Browser form submit encoding, default encoding for post is
now application/x-www-form-urlencoded, multipart mime encoding is used
only when uploading files.
* Patching webunit mimeEncode method to send CRLF as describe in RFC 1945
3.6.2, patch provided by Ivan Kurmanov.
* fix: response string representation url contains double `/`
* fix: xmlrpc url contains basic auth credential in the report
* fix: 1300_: easy_install failed to install docutils from sourceforge,
upgrading ez_install 0.6a10