From e01f7f6090386203ad0f5f439d48dc45ec1b91a6 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 4 Oct 2016 10:41:14 +0200 Subject: [PATCH] prepare 3.1.0RC1 --- package.xml | 19 +++++++++++++++++-- php_http.h | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) 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 -- 2.30.2