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>2022-01-11 23:22:38 +0300
committermichael-grunder <michael.grunder@gmail.com>2022-01-11 23:22:38 +0300
commit5df8c2719ccfa71e212bb13d64f32129cc613e9d (patch)
treecc3c04a4ecc478f2a7577d77f3914c271af0d3a6
parentd2f2a7d95e3f14be5d2c921d381ce26d809843d1 (diff)
Prepare for 5.3.6 GA
-rw-r--r--Changelog.md21
-rw-r--r--package.xml165
-rw-r--r--php_redis.h2
3 files changed, 116 insertions, 72 deletions
diff --git a/Changelog.md b/Changelog.md
index b085a2b9..9a4085ca 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,6 +5,27 @@ 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.6] - 2021-01-12 ([GitHub](https://github.com/phpredis/phpredis/releases/5.3.6), [PECL](https:/pecl.php.net/package/redis/5.3.6))
+
+### Sponsors :sparkling_heart:
+
+- [Audiomack](https://audiomack.com)
+- [Open LMS](https://openlms.net/)
+- [BlueHost](https://bluehost.com)
+- [Object Cache Pro for WordPress](https://objectcache.pro/)
+- [Avtandil Kikabidze](https://github.com/akalongman)
+- [Zaher Ghaibeh](https://github.com/zaherg)
+- [BatchLabs](https://batch.com)
+- [Stackhero](https://github.com/stackhero-io)
+- [Florian Levis](https://github.com/Gounlaf)
+- [Luis Zárate](https://github.com/jlzaratec)
+
+### Fixed
+
+- Fix a segfault in RedisArray::del
+ [d2f2a7d9](https://github.com/phpredis/phpredis/commit/d2f2a7d9)
+ ([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
+
## [5.3.5] - 2021-12-18 ([GitHub](https://github.com/phpredis/phpredis/releases/5.3.5), [PECL](https:/pecl.php.net/package/redis/5.3.5))
### Sponsors :sparkling_heart:
diff --git a/package.xml b/package.xml
index 23da4292..4bdf0653 100644
--- a/package.xml
+++ b/package.xml
@@ -27,10 +27,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>n.favrefelix@gmail.com</email>
<active>no</active>
</lead>
- <date>2021-12-18</date>
+ <date>2022-01-12</date>
<version>
- <release>5.3.5</release>
- <api>5.3.5</api>
+ <release>5.3.6</release>
+ <api>5.3.6</api>
</version>
<stability>
<release>stable</release>
@@ -38,15 +38,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- phpredis 5.3.5
-
- This release adds support for exponential backoff w/jitter, experimental
- support for detecting a dirty connection, as well as many other fixes
- and improvements.
-
- You can find a detailed list of changes in Changelog.md and package.xml
- or by inspecting the git commit logs.
-
--- Sponsors ---
Audiomack - https://audiomack.com
@@ -60,66 +51,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
---
- phpredis 5.3.5
-
- * Fix typo in cluster_scan_resp [44affad2] (Michael Grunder)
-
- ---
-
- phpredis 5.3.5RC1
-
- * Fixed segfault in redis_setoption_handler [692e4e84] (Pavlo Yatsukhnenko)
- * Fix masters array in the event of a cluster failover [bce692962] (Bar Shaul)
- * Fix 32 bit type error [672dec87f] (Remi Collet)
- * Fix radix character in certain locales [89a871e24] (Pavlo Yatsukhnenko)
- * ZSTD Validation fix [6a77ef5cd] (Michael Grunder)
- * Remove superfluous typecast [b2871471f] (Remi Collet)
-
- * Updated documentation [f84168657, d017788e7, 20ac84710, 0adf05260,
- aee29bf73, 09a095e72, 12ffbf33a, ff331af98, a6bdb8731, 305c15840,
- 1aa10e93a, d78b0c79d, c6d37c27c, a6303f5b9, d144bd2c7, a6fb815ef, 9ef862bc6]
- (neodisco, Clement Tessier, T. Todua, dengliming, Maxime Cornet,
- Emanuele Filannino Michael Grunder)
-
- * Travis CI Fixes
- [a43f4586e, 4fde8178f, 7bd5415ac, fdb8c4bb7, d4f407470]
- (Pavlo Yatsukhnenko)
-
- * Minor fixes/cleanup
- [2e190adc1, 99975b592, 9d0879fa5, 22b06457b]
- (Pavlo Yatsukhnenko)
-
- * Fix RedisArray constructor bug
- [85dc883ba](https://github.com/phpredis/phpredis/commit/85dc883ba)
- ([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
-
- * Moved to GitHub Actions
- [4d2afa786, 502d09fd5] (Pavlo Yatsukhnenko)
-
- * Use more appropriate array iteration macro
- [6008900c2] (Pavlo Yatsukhnenko)
-
- * Clean up session tests
- [ab25ae7f3] (Michael Grunder)
-
- * RedisArray refactors [1250f0001, 017b2ea7f, 37ed3f079]
- (Pavlo Yatsukhnenko)
-
- * Use zend_parse_parameters_none helper
- [a26b14dbe] (Remi Collet)
+ phpredis 5.3.6
- * Support for various exponential backoff strategies
- [#1986, #1993, 732eb8dcb, 05129c3a3, 5bba6a7fc],
- (Nathaniel Braun)
-
- * Added experimental support for detecting a dirty connection
- [d68579562] (Michael Grunder)
-
- * Created distinct compression utility methods (pack/unpack)
- [#1939, da2790aec] (Michael Grunder)
-
- * SMISMEMBER Command
- [#1894, ae2382472, ed283e1ab] (Pavlo Yatsukhnenko)
+ - Fix a segfault in RedisArray::del [d2f2a7d9] (Pavlo Yatsukhnenko)
</notes>
<contents>
@@ -199,6 +133,95 @@ http://pear.php.net/dtd/package-2.0.xsd">
<changelog>
<release>
<stability><release>stable</release><api>stable</api></stability>
+ <version><release>5.3.5</release><api>5.3.5</api></version>
+ <date>2021-12-18</date>
+ <notes>
+ phpredis 5.3.5
+
+ This release adds support for exponential backoff w/jitter, experimental
+ support for detecting a dirty connection, as well as many other fixes
+ and improvements.
+
+ You can find a detailed list of changes in Changelog.md and package.xml
+ or by inspecting the git commit logs.
+
+ --- Sponsors ---
+
+ Audiomack - https://audiomack.com
+ Open LMS - https://openlms.net
+ BlueHost - https://bluehost.com
+ Object Cache Pro for WordPress - https://objectcache.pro
+ Avtandil Kikabidze - https://github.com/akalongman
+ Zaher Ghaibeh - https://github.com/zaherg
+ BatchLabs - https://batch.com
+ Luis Zarate - https://github.com/jlzaratec
+
+ ---
+
+ phpredis 5.3.5
+
+ * Fix typo in cluster_scan_resp [44affad2] (Michael Grunder)
+
+ ---
+
+ phpredis 5.3.5RC1
+
+ * Fixed segfault in redis_setoption_handler [692e4e84] (Pavlo Yatsukhnenko)
+ * Fix masters array in the event of a cluster failover [bce692962] (Bar Shaul)
+ * Fix 32 bit type error [672dec87f] (Remi Collet)
+ * Fix radix character in certain locales [89a871e24] (Pavlo Yatsukhnenko)
+ * ZSTD Validation fix [6a77ef5cd] (Michael Grunder)
+ * Remove superfluous typecast [b2871471f] (Remi Collet)
+
+ * Updated documentation [f84168657, d017788e7, 20ac84710, 0adf05260,
+ aee29bf73, 09a095e72, 12ffbf33a, ff331af98, a6bdb8731, 305c15840,
+ 1aa10e93a, d78b0c79d, c6d37c27c, a6303f5b9, d144bd2c7, a6fb815ef, 9ef862bc6]
+ (neodisco, Clement Tessier, T. Todua, dengliming, Maxime Cornet,
+ Emanuele Filannino Michael Grunder)
+
+ * Travis CI Fixes
+ [a43f4586e, 4fde8178f, 7bd5415ac, fdb8c4bb7, d4f407470]
+ (Pavlo Yatsukhnenko)
+
+ * Minor fixes/cleanup
+ [2e190adc1, 99975b592, 9d0879fa5, 22b06457b]
+ (Pavlo Yatsukhnenko)
+
+ * Fix RedisArray constructor bug
+ [85dc883ba](https://github.com/phpredis/phpredis/commit/85dc883ba)
+ ([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
+
+ * Moved to GitHub Actions
+ [4d2afa786, 502d09fd5] (Pavlo Yatsukhnenko)
+
+ * Use more appropriate array iteration macro
+ [6008900c2] (Pavlo Yatsukhnenko)
+
+ * Clean up session tests
+ [ab25ae7f3] (Michael Grunder)
+
+ * RedisArray refactors [1250f0001, 017b2ea7f, 37ed3f079]
+ (Pavlo Yatsukhnenko)
+
+ * Use zend_parse_parameters_none helper
+ [a26b14dbe] (Remi Collet)
+
+ * Support for various exponential backoff strategies
+ [#1986, #1993, 732eb8dcb, 05129c3a3, 5bba6a7fc],
+ (Nathaniel Braun)
+
+ * Added experimental support for detecting a dirty connection
+ [d68579562] (Michael Grunder)
+
+ * Created distinct compression utility methods (pack/unpack)
+ [#1939, da2790aec] (Michael Grunder)
+
+ * SMISMEMBER Command
+ [#1894, ae2382472, ed283e1ab] (Pavlo Yatsukhnenko)
+ </notes>
+ </release>
+ <release>
+ <stability><release>stable</release><api>stable</api></stability>
<version><release>5.3.4</release><api>5.3.4</api></version>
<date>2021-03-24</date>
<notes>
diff --git a/php_redis.h b/php_redis.h
index 1c9371fa..94f1afe4 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.5"
+#define PHP_REDIS_VERSION "5.3.6"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);