<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2012-11-29</date>
+ <date>2012-12-13</date>
<version>
- <release>2.0.0beta2</release>
+ <release>2.0.0beta3</release>
<api>2.0.0</api>
</version>
<stability>
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
-! >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()
]]></notes>
<contents>
<dir name="/">
<file role="test" name="urls.txt"/>
</dir>
<file role="test" name="bug61444.phpt"/>
+ <file role="test" name="clientpool002.phpt"/>
<file role="test" name="envrequestbody001.phpt"/>
<file role="test" name="envrequestbody002.phpt"/>
<file role="test" name="envrequestbody003.phpt"/>
<file role="test" name="factory.phpt"/>
<file role="test" name="filterchunked.phpt"/>
<file role="test" name="filterzlib.phpt"/>
+ <file role="test" name="info.phpt"/>
<file role="test" name="info_001.phpt"/>
<file role="test" name="message001.phpt"/>
<file role="test" name="message002.phpt"/>
<file role="test" name="response001.phpt"/>
<file role="test" name="response002.phpt"/>
<file role="test" name="response003.phpt"/>
+ <file role="test" name="response004.phpt"/>
+ <file role="test" name="response005.phpt"/>
<file role="test" name="serialize001.phpt"/>
<file role="test" name="url001.phpt"/>
</dir>
<file role="test" name="DataShareTest.php"/>
<file role="test" name="EncodingTest.php"/>
<file role="test" name="HeaderTest.php"/>
+ <file role="test" name="MessageTest.php"/>
<file role="test" name="MessageBodyTest.php"/>
<file role="test" name="ObjectTest.php"/>
<file role="test" name="ParamsTest.php"/>