summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-16 09:54:45 +0100
committerRemi Collet <remi@php.net>2022-02-16 09:54:45 +0100
commit8f0614f0718b291baef250dca29c8b0c9684b9df (patch)
tree9b3738494bdd038a481d319923b59f1a186697d1
parent87ac3d35f6f69e1babdeff57543b437885e34fb5 (diff)
update to 5.3.7
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-redis5.spec5
3 files changed, 6 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index 5583578..1fd7457 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
redis
Redis Support => enabled
-Redis Version => 5.3.7RC2
+Redis Version => 5.3.7
Redis Sentinel Version => 0.1
Available serializers => php, json, igbinary, msgpack
Available compression => lzf, zstd, lz4
diff --git a/REFLECTION b/REFLECTION
index 20e84ec..f3599f5 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #117 redis version 5.3.7RC2 ] {
+Extension [ <persistent> extension #117 redis version 5.3.7 ] {
- Dependencies {
Dependency [ igbinary (Required) ]
diff --git a/php-pecl-redis5.spec b/php-pecl-redis5.spec
index ff98728..564c369 100644
--- a/php-pecl-redis5.spec
+++ b/php-pecl-redis5.spec
@@ -26,7 +26,7 @@
%global ini_name 50-%{pecl_name}.ini
%global upstream_version 5.3.7
-%global upstream_prever RC2
+#global upstream_prever RC2
Summary: Extension for communicating with the Redis key-value store
Name: %{?sub_prefix}php-pecl-redis5
@@ -354,6 +354,9 @@ fi
%changelog
+* Wed Feb 16 2022 Remi Collet <remi@remirepo.net> - 5.3.7-1
+- update to 5.3.7
+
* Mon Feb 14 2022 Remi Collet <remi@remirepo.net> - 5.3.7~RC2-1
- update to 5.3.7RC2 (beta, no change)