X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=package.xml;h=61c8b625a8ca730d7480e3f9698b210efaab95c5;hb=51c3a4d29b5b0ada721d8f0c9aa55581079bdf91;hp=2b6ad1cca73b7702192aa365b98f08dcdf8c7014;hpb=0861238aa4d158d0f8b6123ea9c6532be5d531bf;p=m6w6%2Fext-http diff --git a/package.xml b/package.xml index 2b6ad1c..61c8b62 100644 --- a/package.xml +++ b/package.xml @@ -30,11 +30,18 @@ HttpResponse - 0.23.1 - 2006-02-15 + 0.24.0 + 2006-02-20 BSD, revised beta - * Fixed http_parse_cookie(), really. + + Added If-Range header recognition. ++ Added "portrange" request option. ++ Added HttpQueryString::iconv(). ++ HttpQueryString implements Serializable (PHP-5.1). + +* Fixed bug #6804 - configure does not recognize '--without-http-zlib-compression'. +* Fixed cases where '412 Precondition failed' responses should be sent. +* Fixed message chain order in HttpRequest::getHistory().