X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=3f08039a819f6054e246494f83d24c4c21ae51ef;hp=e104c7ebfc599fbd073a995a959a13849331cc85;hb=b4175028c2a884d5aa0359c98901629c908c6cc0;hpb=06e6ed638087fb1f8ee2a5c950c7bd71d4b12eef diff --git a/package.xml b/package.xml index e104c7e..3f08039 100644 --- a/package.xml +++ b/package.xml @@ -31,9 +31,9 @@ https://mdref.m6w6.name/http mike@php.net yes - 2016-08-22 + 2016-10-04 - 3.1.0beta2 + 3.1.0RC1 3.1.0 @@ -65,12 +65,24 @@ https://mdref.m6w6.name/http * Fix gh-issue #34: allow setting multiple headers with the same name (Mike, @rcanavan) * Fix gh-issue #33: allow setting prodyhost request option to NULL (Mike, @rcanavan) * Fix gh-issue #31: add/improve configure checks for default CA bundle/path (Mike, @rcanavan) + +Changes from beta1: +* Fixed recursive calls to the event loop dispatcher + +Changes from beta2: ++ Improved configure checks for IDNA libraries (added --with-http-libicu-dir, --with-http-libidnkit{,2}-dir, --with-http-libidn2-dir) +* Fix bug #73055: crash in http\QueryString (Mike, @rc0r) (CVE-2016-7398) +* Fix bug #73185: Buffer overflow in HTTP parse_hostinfo() (Mike, @rc0r) +* Fix HTTP/2 version parser for older libcurl versions (Mike) +* Fix gh-issue #52: Underscores in host names: libidn Failed to parse IDN (Mike, @canavan) ]]> + + @@ -81,6 +93,14 @@ https://mdref.m6w6.name/http + + + + + + + + @@ -181,6 +201,7 @@ https://mdref.m6w6.name/http + @@ -210,6 +231,7 @@ https://mdref.m6w6.name/http + @@ -273,6 +295,7 @@ https://mdref.m6w6.name/http + @@ -360,6 +383,8 @@ https://mdref.m6w6.name/http + + @@ -412,10 +437,26 @@ https://mdref.m6w6.name/http name="with-http-libevent-dir" prompt="where to find libevent" default="/usr" /> + + + +