From: Michael Wallner Date: Fri, 7 Jun 2019 11:46:39 +0000 (+0200) Subject: prepare release 3.2.1 X-Git-Tag: RELEASE_3_2_1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=0d7cf4869d32af176828b8420422c93d9811a405 prepare release 3.2.1 * Fixed gh-issue #88: Unable to run test suite (Remi Collet) * Fixed gh-issue #86: test failure with curl 7.64 * Fixed gh-issue #85: [-Wformat-extra-args] build warnings * Fixed gh-issue #84: segfault and build failure since curl 7.62 * Fixed gh-issue #82: Test harness improvements (Chris Wright) * Fixed gh-issue #64: compress and connecttimeout interfere with low_speed_limit (@rcanavan) * Fixed http\QueryString::getGlobalInstance() * Fixed missing 2nd reflection argument info of http\Client::notify() * Fixed PHP-7.4 compatibility --- diff --git a/package.xml b/package.xml index ec1c787..e2d963b 100644 --- a/package.xml +++ b/package.xml @@ -31,7 +31,7 @@ https://mdref.m6w6.name/http mike@php.net yes - 2019-06-06 + 2019-06-07 3.2.1 3.2.0 @@ -47,6 +47,7 @@ https://mdref.m6w6.name/http * Fixed gh-issue #85: [-Wformat-extra-args] build warnings * Fixed gh-issue #84: segfault and build failure since curl 7.62 * Fixed gh-issue #82: Test harness improvements (Chris Wright) +* Fixed gh-issue #64: compress and connecttimeout interfere with low_speed_limit (@rcanavan) * Fixed http\QueryString::getGlobalInstance() * Fixed missing 2nd reflection argument info of http\Client::notify() * Fixed PHP-7.4 compatibility