Merge branch 'master' of git.php.net:/pecl/http/pecl_http
[m6w6/ext-http] / package.xml
index 6421dd02baa2e69b0456a6e68f0f32f5102451b7..528ca8a960631f6d72682f67b3ce2687e89e514e 100644 (file)
@@ -37,22 +37,20 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2014-09-09</date>
+ <date>2014-08-19</date>
  <version>
-  <release>2.1.2</release>
-  <api>2.1.0</api>
+  <release>2.2.0dev</release>
+  <api>2.2.0</api>
  </version>
  <stability>
-  <release>stable</release>
+  <release>beta</release>
   <api>stable</api>
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-+ Added missing request option constants:
-  POSTREDIR_303, AUTH_SPNEGO (libcurl >= 7.38.0), SSL_VERSION_TLSv1_{0,1,2} (libcurl >= 7.34)
-* Fixed bug #68083 (PUT method not working after DELETE)
-* Fixed bug #68009 (Segmentation fault after calling exit(0) after a request)
-* Fixed bug #68000 (Extension does not build on FreeBSD)
+- var_dump(http\Message) no longer automatically creates an empty body
++ Added http\Message\Parser class
++ Made http\Client::once() and http\Client::wait() available when using events
 ]]></notes>
  <contents>
   <dir name="/">
@@ -252,6 +250,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
      <file role="test" name="messagebody008.phpt"/>
      <file role="test" name="messagebody009.phpt"/>
      <file role="test" name="messagebody010.phpt"/>
+     <file role="test" name="messageparser001.phpt"/>
      <file role="test" name="negotiate001.phpt"/>
      <file role="test" name="params001.phpt"/>
      <file role="test" name="params002.phpt"/>