- enable dns data sharing for the global request datashare by default
[m6w6/ext-http] / package.xml
index bd9a6a6b180775ae8a49d0ed599a495e8cbddacf..cdebd3f84ee156e9da07fef40f9525a051d673ac 100644 (file)
@@ -23,14 +23,16 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.2.0</version>
-  <date>2006-08-18</date>
+  <version>1.2.1</version>
+  <date>2006-08-26</date>
   <license>BSD, revised</license>
   <state>stable</state>
-  <notes>+ Improved response performance (HttpResponse, http_send API)
-* Fixed http_parse_cookie() allowed_extras and flags parameters
-* Added http_build_cookie() function
-* Fixed configuration with shared dependencies
+  <notes>+ Added HttpException::__toString() which takes care about any inner exceptions
+- Disallowed detaching HttpRequest objects from HttpRequestPool while executing progress callback
+* Fixed crash on detaching requests from pool in request event callbacks
+* Fixed suppression of nested exceptions in e.g. HttpRequestPool::send() (fixes bug #8535)
+* Fixed issues with inheritance and cloning of HttpDeflateStream, HttpInflateStream and HttpMessage
+  (Extending classes lose default properties on instantiation; Complex members ignored during cloning)
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
@@ -114,6 +116,7 @@ support. Parallel requests are available for PHP 5 and greater.
     <file role="test" name="HttpRequestPool_003.phpt"/>
     <file role="test" name="HttpRequestPool_004.phpt"/>
     <file role="test" name="HttpRequestPool_005.phpt"/>
+    <file role="test" name="HttpRequestPool_006.phpt"/>
     <file role="test" name="HttpRequest_001.phpt"/>
     <file role="test" name="HttpRequest_002.phpt"/>
     <file role="test" name="HttpRequest_003.phpt"/>