From: Michael Wallner Date: Tue, 4 Oct 2016 08:41:14 +0000 (+0200) Subject: prepare 3.1.0RC1 X-Git-Tag: RELEASE_3_1_0_RC1~3 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=e01f7f6090386203ad0f5f439d48dc45ec1b91a6 prepare 3.1.0RC1 --- diff --git a/package.xml b/package.xml index fe4e1b0..d743d26 100644 --- a/package.xml +++ b/package.xml @@ -31,7 +31,7 @@ https://mdref.m6w6.name/http mike@php.net yes - 2016-09-12 + 2016-10-04 3.1.0RC1 3.1.0 @@ -70,14 +70,17 @@ Changes from beta1: * Fixed recursive calls to the event loop dispatcher Changes from beta2: -* Fix bug #73055: crash in http\QueryString (Mike, @rc0r) +* 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) ]]> + + @@ -88,6 +91,14 @@ Changes from beta2: + + + + + + + + @@ -218,6 +229,7 @@ Changes from beta2: + @@ -281,6 +293,7 @@ Changes from beta2: + @@ -368,6 +381,8 @@ Changes from beta2: + + diff --git a/php_http.h b/php_http.h index 2151023..fedc4cd 100644 --- a/php_http.h +++ b/php_http.h @@ -13,7 +13,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_PECL_HTTP_VERSION "3.1.0beta2" +#define PHP_PECL_HTTP_VERSION "3.1.0RC1" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry