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:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2022-02-01 21:27:19 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2022-02-02 09:38:34 +0300
commit85c69c2ef445902403af4ff9441ccde4c311766f (patch)
tree25e8b78126575bc5da276223cdb701a54968a60d
parentd938a42621895df6531be0534f928ed4a3f04eb0 (diff)
-rw-r--r--Changelog.md31
-rw-r--r--package.xml40
-rw-r--r--php_redis.h2
3 files changed, 65 insertions, 8 deletions
diff --git a/Changelog.md b/Changelog.md
index 9df76702..6e7495e6 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,6 +5,37 @@ 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).
+## [Unreleased]
+
+## [5.3.7RC1] - 2021-02-02 ([GitHub](https://github.com/phpredis/phpredis/releases/5.3.7RC1), [PECL](https:/pecl.php.net/package/redis/5.3.7RC1))
+
+### 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 RedisArray::[hsz]scan and tests
+ [08a9d5db](https://github.com/phpredis/phpredis/commit/08a9d5db),
+ [0264de18](https://github.com/phpredis/phpredis/commit/0264de18),
+ ([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko)),
+ ([Michael Grunder](https://github.com/michael-grunder))
+- Fix RedisArray::scan
+ [8689ab1c](https://github.com/phpredis/phpredis/commit/8689ab1c)
+ ([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
+- Fix LZF decompression logic
+ [0719c1ec](https://github.com/phpredis/phpredis/commit/0719c1ec)
+ ([Michael Grunder](https://github.com/michael-grunder))
+
## [5.3.6] - 2021-01-17 ([GitHub](https://github.com/phpredis/phpredis/releases/5.3.6), [PECL](https:/pecl.php.net/package/redis/5.3.6))
### Sponsors :sparkling_heart:
diff --git a/package.xml b/package.xml
index 13a86933..ca41c8b8 100644
--- a/package.xml
+++ b/package.xml
@@ -27,14 +27,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>n.favrefelix@gmail.com</email>
<active>no</active>
</lead>
- <date>2022-01-17</date>
+ <date>2022-02-02</date>
<version>
- <release>5.3.6</release>
- <api>5.3.6</api>
+ <release>5.3.7RC1</release>
+ <api>5.3.7</api>
</version>
<stability>
- <release>stable</release>
- <api>stable</api>
+ <release>alpha</release>
+ <api>alpha</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
@@ -51,9 +51,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
---
- phpredis 5.3.6
+ phpredis 5.3.7RC1
- - Fix a segfault in RedisArray::del [d2f2a7d9] (Pavlo Yatsukhnenko)
+ - Fix RedisArray::[hsz]scan and tests [08a9d5db, 0264de18] (Pavlo Yatsukhnenko, Michael Grunder)
+ - Fix RedisArray::scan [8689ab1c] (Pavlo Yatsukhnenko)
+ - Fix LZF decompression logic [0719c1ec] (Michael Grunder)
</notes>
<contents>
@@ -133,6 +135,30 @@ http://pear.php.net/dtd/package-2.0.xsd">
<changelog>
<release>
<stability><release>stable</release><api>stable</api></stability>
+ <version><release>5.3.6</release><api>5.3.6</api></version>
+ <date>2022-01-17</date>
+ <notes>
+ --- 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.6
+
+ - Fix a segfault in RedisArray::del [d2f2a7d9] (Pavlo Yatsukhnenko)
+
+ </notes>
+ </release>
+ <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>
diff --git a/php_redis.h b/php_redis.h
index 94f1afe4..5b0f024b 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.6"
+#define PHP_REDIS_VERSION "5.3.7RC1"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);