release v3.2.4
[m6w6/ext-http] / package.xml
index 866ba0cdb9b1097a85b95f9a445e239451ea35f5..94b111b89b8c567ed4228195f78102412c6898d8 100644 (file)
@@ -31,9 +31,9 @@ https://mdref.m6w6.name/http
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2019-10-29</date>
+ <date>2021-01-13</date>
  <version>
-  <release>3.2.3</release>
+  <release>3.2.4</release>
   <api>3.2.0</api>
  </version>
  <stability>
@@ -42,7 +42,8 @@ https://mdref.m6w6.name/http
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-  * Fixed Windows build (Jan Ehrhardt)
+  * 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="/">
@@ -378,7 +379,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>
@@ -387,6 +388,8 @@ https://mdref.m6w6.name/http
   <required>
    <php>
     <min>7.0.0</min>
+    <max>8.0.0</max>
+    <exclude>8.0.0</exclude>
    </php>
    <pearinstaller>
     <min>1.4.1</min>