From 3c3f9acdfd5c53e85e19b5074bee3a20fc76050e Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 13 Dec 2012 17:03:53 +0000 Subject: [PATCH] 2.0.0beta3 --- package.xml | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/package.xml b/package.xml index bc1d964..7949451 100644 --- a/package.xml +++ b/package.xml @@ -26,9 +26,9 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be mike@php.net yes - 2012-11-29 + 2012-12-13 - 2.0.0beta2 + 2.0.0beta3 2.0.0 @@ -37,16 +37,16 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be BSD, revised 80% test coverage -* Fixed http\Request\Pool with libevent2 -* Fixed http\Env\Request::getFiles() with multiple-file-uploads -* Fixed PHP-5.3 compatibility -* Fixed reference handling of http\Message\Body::getResource() -* Fixed reading stream filters to correctly detect EOF of tmp and mem streams -- Change: merge message headers with the same key -- Change: the stream message parser can optionally return after each message -- Change: you have to care yourself for Content headers if a message's body has a reading stream filter attached -+ Added http\Env::getResponseStatusForAllCodes() +! >80% test coverage http://goo.gl/YCV74 +* Fixed http\Env\Response throttling +* Fixed http\Env\Response caching by last-modified +* Fixed http\Message::addBody() +* Fixed http\Message::parentMessage write access +* Fixed crash with freed but not nulled event_base pointer +* Fixed crash with null pointer dereference on http\Encoding\Stream::flush() +* Fixed some memory leaks ++ Added http\Header::negotiate() ++ Added http\Header::parse() ]]> @@ -149,6 +149,7 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be + @@ -164,6 +165,7 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be + @@ -181,6 +183,8 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be + + @@ -190,6 +194,7 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be + -- 2.30.2