release 1.6.3
[m6w6/ext-http] / package.xml
index 63c0aba0009b6ebec723eb4fa89106ede0500fc8..cc5c3e8cf95bb0a5ccc93d873eac6270b55ee12e 100644 (file)
@@ -23,13 +23,16 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.6.1</version>
-  <date>2008-07-23</date>
+  <version>1.6.3</version>
+  <date>2009-02-12</date>
   <license>BSD, revised</license>
   <state>stable</state>
-  <notes>* Fixed bug #13362 (PHP-5.3 build)
-* Fixed bug #14168 (st-&gt;errorbuffer not cleared between uses of persistent handles)
-* Fixed bug #14218 (properties of class extending HttpMessage inaccessible)
+  <notes>* Fixed bug #15495 (HttpMessage::setHttpVersion segfault)
+* Fixed bug #15497 (HttpInflateStream::finish segfault)
+* Fixed bug #15499 (HttpRequest::addHeaders segfault)
+* Fixed bug #15509 (HttpMessage::rewind memory leaks)
+* Fixed bug #15800 (Double free when zval is separated in convert_to_*)
+* Fixed bug #15813 (Requests not removed from multi stack when fatal errors occur with fcgi)
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
@@ -62,6 +65,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"/>
@@ -134,6 +138,7 @@ support. Parallel requests are available for PHP 5 and greater.
     <file role="test" name="parse_message_003.phpt"/>
     <file role="test" name="parse_message_004.phpt"/>
     <file role="test" name="parse_message_005.phpt"/>
+    <file role="test" name="parse_message_006.phpt"/>
     <file role="test" name="parse_params_001.phpt"/>
     <file role="test" name="persistent_handles_001.phpt"/>
     <file role="test" name="persistent_handles_002.phpt"/>