From b8b57db08de07ea13d2f6b9c8c9b7c90379419b5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 18 Nov 2018 08:19:11 +0100 Subject: v4.2.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-redis4.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index c98f1d5..55caa14 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ redis Redis Support => enabled -Redis Version => 4.2.0RC3 +Redis Version => 4.2.0 Available serializers => php, igbinary Available compression => lzf diff --git a/REFLECTION b/REFLECTION index a6ddfc7..87d2fa1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #195 redis version 4.2.0RC3 ] { +Extension [ extension #194 redis version 4.2.0 ] { - Dependencies { Dependency [ igbinary (Required) ] diff --git a/php-pecl-redis4.spec b/php-pecl-redis4.spec index 5081128..83b1dd4 100644 --- a/php-pecl-redis4.spec +++ b/php-pecl-redis4.spec @@ -29,7 +29,7 @@ %global ini_name 50-%{pecl_name}.ini %endif %global upstream_version 4.2.0 -%global upstream_prever RC3 +#global upstream_prever RC3 Summary: Extension for communicating with the Redis key-value store Name: %{?sub_prefix}php-pecl-redis4 @@ -329,6 +329,9 @@ fi %changelog +* Sun Nov 18 2018 Remi Collet - 4.2.0-1 +- update to 4.2.0 (stable) + * Fri Nov 9 2018 Remi Collet - 4.2.0~RC3-1 - update to 4.2.0RC3 (beta) -- cgit