- release 1.2.1
authorMichael Wallner <mike@php.net>
Sat, 26 Aug 2006 08:05:28 +0000 (08:05 +0000)
committerMichael Wallner <mike@php.net>
Sat, 26 Aug 2006 08:05:28 +0000 (08:05 +0000)
package.xml
package2.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"/>
index 75e5556e99ef3f90e837595be50169add9ac7707..4fe58aab11843cac37fde2326602e05020000e12 100644 (file)
@@ -28,7 +28,7 @@ support. Parallel requests are available for PHP 5 and greater.
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2006-08-24</date>
+ <date>2006-08-26</date>
  <version>
   <release>1.2.1</release>
   <api>1.2.0</api>
@@ -41,10 +41,10 @@ support. Parallel requests are available for PHP 5 and greater.
  <notes><![CDATA[
 + 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>
  <contents>
   <dir name="/">