I lied
[m6w6/ext-http] / package.xml
index 9cfb466300303fbee048be0913b49641af427523..f1c0198cad617f7f3219013ec2a689c705686a26 100644 (file)
@@ -23,16 +23,12 @@ support. Parallel requests are available for PHP 5 and greater.
   </maintainer>
   </maintainers>
  <release>
-  <version>1.5.0RC2</version>
-  <date>2007-02-10</date>
+  <version>1.5.0</version>
+  <date>2007-02-20</date>
   <license>BSD, revised</license>
-  <state>beta</state>
-  <notes>o Improved new persistent handles functionality
-  - Removed --enable-http-persistent-handles
-  + Added http.persistent.handles.limit system INI option which controls
-    the maximum amount of idle persistent handles kept around (per provider);
-      0 means every handle is destroyed after usage (i.e. disabled),
-      -1 means virtually unlimited maximum amount of idle handles (default)
+  <state>stable</state>
+  <notes>* Fixed responses to range requests which asked for the first byte (0-0)
+* Fixed Win32 build
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3"/>