Changeset 49593
- Timestamp:
- 10/16/06 11:38:57 (2 years ago)
- Files:
-
- funkload/trunk/CHANGES.txt (modified) (3 diffs)
- funkload/trunk/README.txt (modified) (1 diff)
- funkload/trunk/THANKS (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
funkload/trunk/CHANGES.txt
r49268 r49593 28 28 ~~~~~~~~~~~~ 29 29 30 * # 1283_: Patching webunit to support http proxy by checking $http_proxy 31 env. Thanks to Greg. 32 30 33 * Patching webunit mimeEncode method to send CRLF as describe in RFC 1945 31 34 3.6.2, patch provided by Ivan Kurmanov. … … 37 40 * FunkLoadTestCase.conf_getList accept a separator parameter 38 41 39 * Upgrade to setuptools 0.6 a1142 * Upgrade to setuptools 0.6c3 40 43 41 44 Bug fixes … … 424 427 .. _1278: http://svn.nuxeo.org/trac/pub/ticket/1278 425 428 .. _1282: http://svn.nuxeo.org/trac/pub/ticket/1282 429 .. _1283: http://svn.nuxeo.org/trac/pub/ticket/1283 426 430 .. _1284: http://svn.nuxeo.org/trac/pub/ticket/1284 427 431 .. _1300: http://svn.nuxeo.org/trac/pub/ticket/1300 funkload/trunk/README.txt
r49268 r49593 76 76 - file upload and multipart/form-data submission 77 77 - https support 78 - http_proxy support 78 79 79 80 * Advanced test runner with many command-line options: funkload/trunk/THANKS
r49268 r49593 5 5 Mirko Friedenhagen: providing reports percentiles features. 6 6 Ivan Kurmanov: webunit mimeEncode patch using CRLF. 7 Greg 912: http_proxy support.
