release 1.7.0b1
[m6w6/ext-http] / package.xml
index 05ffeba5d63794552537226da7a059177b07ebf9..370bf77f1e840c24d194b6c53528bffa7e156a21 100644 (file)
@@ -23,15 +23,26 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.6.2</version>
-  <date>2008-12-05</date>
+  <version>1.7.0b1</version>
+  <date>2009-02-16</date>
   <license>BSD, revised</license>
-  <state>stable</state>
-  <notes>* Fixed PHP-5.3 API incompatibilities (including bug #15065)
-* Fixed memory corruption with headers and HttpRequest
-* Fixed crash in HttpMessage::unserialize()
-* Fixed bug #14826 (race condition in http_request_dtor)
-* Fixed bug #15223 (http_parse_message cuts off more than headers)
+  <state>beta</state>
+  <notes>* Implement Request #14408 (Add a customizable timeout for HttpRequestPool::socketSelect)
+* Implement Request #15775 (recursive http_request_body_encode)
+* Added request options:
+ - postredir: enforcing RFC conformig POST after redirect (libcurl &gt;= 7.17.1)
+ - address_scope: RFC4007 zone_id (libcurl &gt;= 7.19.0)
+ - ssl-&gt;issuercert: validate peer certificate issuer (libcurl &gt;= 7.19.0)
+ - ssl-&gt;crlfile: require CRL check (libcurl &gt;= 7.19.0 with openssl)
+ - ssl-&gt;certinfo: enable the certinfo gatherer (libcurl &gt;= 7.19.1 with openssl)
+* Added proxytype request option constants:
+ - HTTP_PROXY_SOCKS4A
+ - HTTP_PROXY_SOCKS5_HOSTNAME
+* Added request info members:
+ - redirect_url (libcurl &gt;= 7.18.2)
+ - primary_ip (libcurl &gt;= 7.19.0)
+ - appconnect_time (libcurl &gt;= 7.19.0)
+ - certinfo (libcurl &gt;= 7.19.1 with openssl)
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
@@ -64,6 +75,7 @@ support. Parallel requests are available for PHP 5 and greater.
    <dir name="tests">
     <file role="test" name="allowed_methods_002.phpt"/>
     <file role="test" name="allowed_methods_002_logging.phpt"/>
+    <file role="test" name="bug_15800.phpt"/>
     <file role="test" name="build_str_001.phpt"/>
     <file role="test" name="build_url_001.phpt"/>
     <file role="test" name="build_url_002.phpt"/>