From: Michael Wallner Date: Sat, 26 Aug 2006 08:05:28 +0000 (+0000) Subject: - release 1.2.1 X-Git-Tag: RELEASE_1_2_1~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=868f439c22372956836fe7d561d2adc69feea809 - release 1.2.1 --- diff --git a/package.xml b/package.xml index afc7bc7..cdebd3f 100644 --- a/package.xml +++ b/package.xml @@ -24,14 +24,15 @@ support. Parallel requests are available for PHP 5 and greater. 1.2.1 - 2006-08-24 + 2006-08-26 BSD, revised stable + Added HttpException::__toString() which takes care about any inner exceptions +- Disallowed detaching HttpRequest objects from HttpRequestPool while executing progress callback +* Fixed crash on detaching requests from pool in request event callbacks +* Fixed suppression of nested exceptions in e.g. HttpRequestPool::send() (fixes bug #8535) * Fixed issues with inheritance and cloning of HttpDeflateStream, HttpInflateStream and HttpMessage (Extending classes lose default properties on instantiation; Complex members ignored during cloning) -* Fixed suppression of nested exceptions in e.g. HttpRequestPool::send() (fixes bug #8535) -* Fixed crash on detaching requests from pool in request event callbacks diff --git a/package2.xml b/package2.xml index 75e5556..4fe58aa 100644 --- a/package2.xml +++ b/package2.xml @@ -28,7 +28,7 @@ support. Parallel requests are available for PHP 5 and greater. mike@php.net yes - 2006-08-24 + 2006-08-26 1.2.1 1.2.0 @@ -41,10 +41,10 @@ support. Parallel requests are available for PHP 5 and greater.