Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2020-03-19 20:11:17 +0300
committermichael-grunder <michael.grunder@gmail.com>2020-03-19 20:11:17 +0300
commit429829a1d937c12a9f007b8823fdf2d9eb856fba (patch)
tree9cdfb36c2933b9c515479f9551a6ee0e969d3fdf
parentd7e76c5facc94cf03a2bca126364673d57d80441 (diff)
Prepare for 5.2.1. release
-rw-r--r--Changelog.md2
-rw-r--r--package.xml10
2 files changed, 6 insertions, 6 deletions
diff --git a/Changelog.md b/Changelog.md
index 9467de61..0a308f46 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,7 +5,7 @@ All changes to phpredis will be documented in this file.
We're basing this format on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [5.2.1RC1] - 2020-03-19 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.2.1RC1), [PECL](https://pecl.php.net/package/redis/5.2.1RC1))
+## [5.2.1] - 2020-03-19 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.2.1), [PECL](https://pecl.php.net/package/redis/5.2.1))
### Sponsors :sparkling_heart:
diff --git a/package.xml b/package.xml
index e53e8c80..487e2f74 100644
--- a/package.xml
+++ b/package.xml
@@ -29,16 +29,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
</lead>
<date>2020-03-19</date>
<version>
- <release>5.2.1RC1</release>
- <api>5.2.1RC1</api>
+ <release>5.2.1</release>
+ <api>5.2.1</api>
</version>
<stability>
- <release>alpha</release>
- <api>alpha</api>
+ <release>stable</release>
+ <api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- phpredis 5.2.1RC1
+ phpredis 5.2.1
This is a bugfix release that fixes `redis->zAdd` arginfo as well as a
segfault when closing persistent connections.