X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=51fa6420faf5b1d7d69663cb0643f48d8361391c;hp=7eb44a43e6cdcadd0b7c30058b6e29b764ba282d;hb=fa976d1ff57ae5e4653a6f1a0a1bfeae06b1b6c5;hpb=d39bab135c7cde004d56019800e94189bef45aee diff --git a/package.xml b/package.xml index 7eb44a4..51fa642 100644 --- a/package.xml +++ b/package.xml @@ -23,10 +23,10 @@ support. Parallel requests are available for PHP 5 and greater. - 1.4.0dev - 2006-11-23 + 1.4.0RC1 + 2006-12-04 BSD, revised - stable + beta * Improved response performance + Added "ipresolve" request option + Added HTTP_IPRESOLVE_{ANY|V4|V6}, HttpRequest::IPRESOLVE_{ANY|V4|V6} constants @@ -36,6 +36,7 @@ support. Parallel requests are available for PHP 5 and greater. * Fixed crash when using non-associative arrays as request headers * Fixed crash when serializing incomplete HttpMessage objects * Fixed bug #9282: libcurl version error in configure (keith at iveys dot org) +* Fixed crash when retrieving the response message from an unserialized HttpRequest object - Removed obsolete HTML function reference