- added HttpException::__toString() which takes care about any inner exceptions
[m6w6/ext-http] / package2.xml
index 406cadade166e74eadbfd4a4d008ee8b3950c3e3..fe7c74995af0962c1f6eef8613c5fb3e45cbe7b7 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-00</date>
+ <date>2006-08-24</date>
  <version>
   <release>1.2.1</release>
   <api>1.2.0</api>
@@ -39,9 +39,10 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
++ Added HttpException::__toString() which takes care about any inner exceptions
 * 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()
+* 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>