From e7fc43c7c2961837354116740d3c26772acea0b1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Oct 2019 09:19:26 +0100 Subject: v3.2.3 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-http.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 6af3f5f..dd2c02e 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ http HTTP Support => enabled -Extension Version => 3.2.2 +Extension Version => 3.2.3 Used Library => Compiled => Linked libz => 1.2.11 => 1.2.11 diff --git a/REFLECTION b/REFLECTION index 64029ce..37d70a4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #191 http version 3.2.2 ] { +Extension [ extension #191 http version 3.2.3 ] { - Dependencies { Dependency [ raphf (Required) ] diff --git a/php-pecl-http.spec b/php-pecl-http.spec index f1163b8..490e39c 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -41,7 +41,7 @@ %global with_tests 0%{!?_without_tests:1} %endif -%global upstream_version 3.2.2 +%global upstream_version 3.2.3 #global upstream_prever RC1 Name: %{?sub_prefix}php-pecl-http @@ -358,6 +358,9 @@ fi %changelog +* Tue Oct 29 2019 Remi Collet - 3.2.3-1 +- update to 3.2.3 + * Thu Oct 24 2019 Remi Collet - 3.2.2-1 - update to 3.2.2 -- cgit