2.2.0
[m6w6/ext-http] / package.xml
index c02cad139fb2e098ac73917d020602004954bc18..91c748cc0123e6226ac214881ee8fc3b4c68f89c 100644 (file)
@@ -37,13 +37,13 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2014-08-19</date>
+ <date>2015-01-27</date>
  <version>
-  <release>2.2.0dev</release>
+  <release>2.2.0</release>
   <api>2.2.0</api>
  </version>
  <stability>
-  <release>beta</release>
+  <release>stable</release>
   <api>stable</api>
  </stability>
  <license>BSD, revised</license>
@@ -51,8 +51,9 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
 - 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
-+ Added http\Url::parse() method
 + Added http\Url::PARSE_MBLOC, http\Url::PARSE_MBUTF8, http\Url::PARSE_TOIDN and http\Url::PARSE_TOPCT constants
++ Added http\Env\Response::setCookie()
++ Added http\Env\Request::getCookie()
 ]]></notes>
  <contents>
   <dir name="/">
@@ -188,6 +189,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
      <file role="test" name="envrequestbody001.phpt"/>
      <file role="test" name="envrequestbody002.phpt"/>
      <file role="test" name="envrequestbody003.phpt"/>
+     <file role="test" name="envrequestcookie001.phpt"/>
      <file role="test" name="envrequestfiles001.phpt"/>
      <file role="test" name="envrequestfiles002.phpt"/>
      <file role="test" name="envrequestform.phpt"/>
@@ -214,6 +216,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
      <file role="test" name="envresponsebody001.phpt"/>
      <file role="test" name="envresponsebody002.phpt"/>
      <file role="test" name="envresponsecodes.phpt"/>
+     <file role="test" name="envresponsecookie001.phpt"/>
      <file role="test" name="envresponseheader001.phpt"/>
      <file role="test" name="envresponseranges001.phpt"/>
      <file role="test" name="etag001.phpt"/>