From 08a1d01f413f6d00a5ed27d6a0e5ff5b12d84db6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Apr 2018 06:51:54 +0200 Subject: v1.10.4 --- REFLECTION | 4 ++-- php-pecl-swoole.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index 9dbd5bf..131e159 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #70 swoole version 1.10.3 ] { +Extension [ extension #70 swoole version 1.10.4 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -63,7 +63,7 @@ Extension [ extension #70 swoole version 1.10.3 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.10.3 } + Constant [ string SWOOLE_VERSION ] { 1.10.4 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 4a2931b..f9c56c9 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -36,7 +36,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.10.3 +Version: 1.10.4 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -308,6 +308,9 @@ cd ../ZTS %changelog +* Thu Apr 12 2018 Remi Collet - 1.10.4-1 +- update to 1.10.4 + * Wed Mar 28 2018 Remi Collet - 1.10.3-1 - update to 1.10.3 (stable) -- cgit