2.0.0beta3
authorMichael Wallner <mike@php.net>
Thu, 13 Dec 2012 17:03:53 +0000 (17:03 +0000)
committerMichael Wallner <mike@php.net>
Thu, 13 Dec 2012 17:03:53 +0000 (17:03 +0000)
package.xml

index bc1d964713a850bff3d313e937afe7e2fac8bb96..79494514f9102a51bcf71ff096be4d451e438e7f 100644 (file)
@@ -26,9 +26,9 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2012-11-29</date>
+ <date>2012-12-13</date>
  <version>
  <version>
-  <release>2.0.0beta2</release>
+  <release>2.0.0beta3</release>
   <api>2.0.0</api>
  </version>
  <stability>
   <api>2.0.0</api>
  </version>
  <stability>
@@ -37,16 +37,16 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
  </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="/">
 ]]></notes>
  <contents>
   <dir name="/">
@@ -149,6 +149,7 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
      <file role="test" name="urls.txt"/>
     </dir>
     <file role="test" name="bug61444.phpt"/>
      <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="envrequestbody001.phpt"/>
     <file role="test" name="envrequestbody002.phpt"/>
     <file role="test" name="envrequestbody003.phpt"/>
@@ -164,6 +165,7 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
     <file role="test" name="factory.phpt"/>
     <file role="test" name="filterchunked.phpt"/>
     <file role="test" name="filterzlib.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="info_001.phpt"/>
     <file role="test" name="message001.phpt"/>
     <file role="test" name="message002.phpt"/>
@@ -181,6 +183,8 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
     <file role="test" name="response001.phpt"/>
     <file role="test" name="response002.phpt"/>
     <file role="test" name="response003.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="serialize001.phpt"/>
     <file role="test" name="url001.phpt"/>
    </dir>
@@ -190,6 +194,7 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be
     <file role="test" name="DataShareTest.php"/>
     <file role="test" name="EncodingTest.php"/>
     <file role="test" name="HeaderTest.php"/>
     <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"/>
     <file role="test" name="MessageBodyTest.php"/>
     <file role="test" name="ObjectTest.php"/>
     <file role="test" name="ParamsTest.php"/>