X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=cdebd3f84ee156e9da07fef40f9525a051d673ac;hp=afc7bc793f086c240ea2cceb8a5ae42fc0d8841e;hb=5b440d6af3dd3052dde7b137f975692f0aa84603;hpb=eae2e0b6f3ec09658c4e5ea54662a2221890fed7 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