- enable dns data sharing for the global request datashare by default
[m6w6/ext-http] / package.xml
index afc7bc793f086c240ea2cceb8a5ae42fc0d8841e..cdebd3f84ee156e9da07fef40f9525a051d673ac 100644 (file)
@@ -24,14 +24,15 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainers>
  <release>
   <version>1.2.1</version>
-  <date>2006-08-24</date>
+  <date>2006-08-26</date>
   <license>BSD, revised</license>
   <state>stable</state>
   <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)
-* Fixed suppression of nested exceptions in e.g. HttpRequestPool::send() (fixes bug #8535)
-* Fixed crash on detaching requests from pool in request event callbacks
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>