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-06-30 22:11:12 +0300
committermichael-grunder <michael.grunder@gmail.com>2020-07-01 01:16:39 +0300
commitadbc12e526c5a026262a414d67891a6f0ec315c2 (patch)
treed6166bb4b7f3db036706e40d70d9c47274d5e2e5
parent5ceba7c6d9ec95509cb47258ca2f8d250a6f888f (diff)
Prepare for 5.3.0 GA5.3.0
-rw-r--r--Changelog.md13
-rw-r--r--package.xml18
-rw-r--r--php_redis.h2
3 files changed, 25 insertions, 8 deletions
diff --git a/Changelog.md b/Changelog.md
index 5c389813..1bd9a25d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,7 +5,18 @@ 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.3.0RC2]
+## [5.3.0] - 2020-06-30 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.3.0), [PECL](https://pecl.php.net/package/redis/5.3.0))
+
+### Sponsors :sparkling_heart:
+
+- [Audiomack](https://audiomack.com)
+- [BlueHost](https://bluehost.com)
+- [Redis Cache Pro for WordPress](https://wprediscache.com)
+- [Avtandil Kikabidze](https://github.com/akalongman)
+
+*There were no changes between 5.3.0RC2 and 5.3.0*
+
+## [5.3.0RC2] - 2020-06-26 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.3.0RC2), [PECL](https://pecl.php.net/package/redis/5.3.0RC2))
### Sponsors :sparkling_heart:
diff --git a/package.xml b/package.xml
index 9bad6c2a..67306f40 100644
--- a/package.xml
+++ b/package.xml
@@ -27,18 +27,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>n.favrefelix@gmail.com</email>
<active>no</active>
</lead>
- <date>2020-06-26</date>
+ <date>2020-06-30</date>
<version>
- <release>5.3.0RC2</release>
- <api>5.3.0RC2</api>
+ <release>5.3.0</release>
+ <api>5.3.0</api>
</version>
<stability>
- <release>beta</release>
- <api>beta</api>
+ <release>stable</release>
+ <api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- phpredis 5.3.0RC2
+ phpredis 5.3.0
This release contains initial support for Redis 6 ACLs, LZ4 compression,
and many more fixes and improvements.
@@ -53,6 +53,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
~ Redis Cache Pro for WordPress - https://wprediscache.com
~ Avtandil Kikabidze - https://github.com/akalongman
+ phpredis 5.3.0
+
+ - There were no changes between 5.3.0RC2 and 5.3.0.
+
+ ---
+
phpredis 5.3.0RC2
---
diff --git a/php_redis.h b/php_redis.h
index cc3a276d..50483af5 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -23,7 +23,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "5.3.0RC2"
+#define PHP_REDIS_VERSION "5.3.0"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);