prepare 2.1.4
[m6w6/ext-http] / package.xml
index 8e71a9ff5dd7fc9c8ef6ead35d9c9f1bcbd7949e..f4343904ed47553990532225202b3af8be0627e3 100644 (file)
@@ -37,22 +37,20 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2014-08-13</date>
+ <date>2014-11-06</date>
  <version>
-  <release>2.1.0RC3</release>
+  <release>2.1.4</release>
   <api>2.1.0</api>
  </version>
  <stability>
-  <release>beta</release>
+  <release>stable</release>
   <api>stable</api>
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-Changes from RC2:
-* Fixed PHP-5.3 compatibility
-* Fixed possible bus error on shutdown when using events
-+ Added curlcode transfer info
-- Removed port and scheme guessing of http\Url for portability
+* Fixed bug #68353 (QsoSSL support removed in libcurl 7.39)
+* Fixed bug #68149 (duplicate content-length with libcurl < 7.23)
+* Fixed bug #66891 (Unexpected HTTP 401 after NTLM authentication)
 ]]></notes>
  <contents>
   <dir name="/">
@@ -139,6 +137,8 @@ Changes from RC2:
     </dir>
      <file role="test" name="bug61444.phpt"/>
      <file role="test" name="bug66388.phpt"/>
+     <file role="test" name="bug66891.phpt"/>
+     <file role="test" name="bug67932.phpt"/>
      <file role="test" name="client001.phpt"/>
      <file role="test" name="client002.phpt"/>
      <file role="test" name="client003.phpt"/>
@@ -153,6 +153,7 @@ Changes from RC2:
      <file role="test" name="client012.phpt"/>
      <file role="test" name="client013.phpt"/>
      <file role="test" name="client014.phpt"/>
+     <file role="test" name="client015.phpt"/>
      <file role="test" name="clientrequest001.phpt"/>
      <file role="test" name="clientrequest002.phpt"/>
      <file role="test" name="clientrequest003.phpt"/>
@@ -308,10 +309,6 @@ Changes from RC2:
  </dependencies>
  <providesextension>http</providesextension>
  <extsrcrelease>
-  <configureoption 
-   name="with-http"
-   prompt="Enable extended HTTP support"
-   default="yes" />
   <configureoption
    name="with-http-zlib-dir"
    prompt="where to find zlib"