add CURLINFO_RETRY_AFTER
[m6w6/ext-http] / package.xml
index 1ac81541a29502e04b708e936e3fccc849776f15..d00487ba5decd97368306e52984034a0782eca7d 100644 (file)
@@ -31,19 +31,19 @@ https://mdref.m6w6.name/http
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2020-09-23</date>
+ <date>2021-01-13</date>
  <version>
-  <release>4.0.0beta1</release>
+  <release>4.0.0</release>
   <api>4.0.0</api>
  </version>
  <stability>
-  <release>beta</release>
-  <api>beta</api>
+  <release>stable</release>
+  <api>stable</api>
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-  >*NOTE:*
-  v4.x will be PHP-8 only, v3.x continues PHP-7 support
+  > *NOTE:*  
+    v4.x is PHP-8 only.
 
   * PHP 8 compatibility
     - Drop ext-propro support
@@ -51,6 +51,10 @@ https://mdref.m6w6.name/http
       that extension dysfunctional. As a consequence, the header property of
       http\Message and derived classes cannot be modified in place, and thus
       by reference.
+
+  Changes from beta1:
+  * Fixed configure on systems which do not provide icu-config
+  * Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1
 ]]></notes>
  <contents>
   <dir name="/">
@@ -294,6 +298,7 @@ https://mdref.m6w6.name/http
      <file role="test" name="gh-issue48.phpt"/>
      <file role="test" name="gh-issue50.phpt"/>
      <file role="test" name="gh-issue63.phpt"/>
+     <file role="test" name="gh-issue92.phpt"/>
      <file role="test" name="header001.phpt"/>
      <file role="test" name="header002.phpt"/>
      <file role="test" name="header003.phpt"/>
@@ -383,7 +388,7 @@ https://mdref.m6w6.name/http
     <file role="src" name="check_package-xml.php"/>
     <file role="src" name="gen_curlinfo.php"/>
     <file role="src" name="gen_stubs.php"/>
-    <file role="src" name="gen_travis_yml.php"/>
+    <file role="src" name="gen_github_workflow_ci.php"/>
     <file role="src" name="gen_utf8.php"/>
    </dir>
   </dir>