update package.xml
authorMichael Wallner <mike@php.net>
Fri, 5 Dec 2008 09:30:16 +0000 (09:30 +0000)
committerMichael Wallner <mike@php.net>
Fri, 5 Dec 2008 09:30:16 +0000 (09:30 +0000)
package.xml

index 63c0aba0009b6ebec723eb4fa89106ede0500fc8..05ffeba5d63794552537226da7a059177b07ebf9 100644 (file)
@@ -23,13 +23,15 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
   </maintainer>
   </maintainers>
  <release>
-  <version>1.6.1</version>
-  <date>2008-07-23</date>
+  <version>1.6.2</version>
+  <date>2008-12-05</date>
   <license>BSD, revised</license>
   <state>stable</state>
   <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 PHP-5.3 API incompatibilities (including bug #15065)
+* Fixed memory corruption with headers and HttpRequest
+* Fixed crash in HttpMessage::unserialize()
+* Fixed bug #14826 (race condition in http_request_dtor)
+* Fixed bug #15223 (http_parse_message cuts off more than headers)
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>
@@ -134,6 +136,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_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"/>
     <file role="test" name="parse_params_001.phpt"/>
     <file role="test" name="persistent_handles_001.phpt"/>
     <file role="test" name="persistent_handles_002.phpt"/>