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>2018-11-08 23:43:55 +0300
committermichael-grunder <michael.grunder@gmail.com>2018-11-08 23:43:55 +0300
commit517de7d12208831351aa35853ee7343f9de6c322 (patch)
treecf15176618952e5cb2b39f246199952491f5634a /package.xml
parentb114694a4f08e0f48d79877931d68184e1e3222d (diff)
4.2.0RC3
Diffstat (limited to 'package.xml')
-rw-r--r--package.xml64
1 files changed, 46 insertions, 18 deletions
diff --git a/package.xml b/package.xml
index c88fabba..749f8426 100644
--- a/package.xml
+++ b/package.xml
@@ -10,12 +10,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
This extension provides an API for communicating with Redis servers.
</description>
<lead>
- <name>Nicolas Favre-Felix</name>
- <user>nff</user>
- <email>n.favrefelix@gmail.com</email>
- <active>yes</active>
- </lead>
- <lead>
<name>Michael Grunder</name>
<user>mgrunder</user>
<email>michael.grunder@gmail.com</email>
@@ -27,10 +21,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>p.yatsukhnenko@gmail.com</email>
<active>yes</active>
</lead>
- <date>2018-10-26</date>
+ <lead>
+ <name>Nicolas Favre-Felix</name>
+ <user>nff</user>
+ <email>n.favrefelix@gmail.com</email>
+ <active>yes</active>
+ </lead>
+ <date>2018-11-08</date>
<version>
- <release>4.2.0RC2</release>
- <api>4.2.0RC2</api>
+ <release>4.2.0RC3</release>
+ <api>4.2.0RC3</api>
</version>
<stability>
<release>beta</release>
@@ -38,16 +38,30 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- phpredis 4.2.0RC2
+ phpredis 4.2.0RC3
The main feature of this release is new Streams API implemented by Michael Grunder.
- * Streams API [2c9e0572] (Michael Grunder)
+ 4.2.0RC3:
+
+ * Optimize close method [2a1ef961] (fanjiapeng)
+ * Prevent potential infinite loop for sessions [4e2de158] (Pavlo Yatsukhnenko)
+ * Fix coverty warnings [6f7ddd27] (Pavlo Yatsukhnenko)
+ * Fix session memory leaks [071a1d54, 92f14b14] (Pavlo Yatsukhnenko, Michael Grunder)
+ * Fix XCLAIM on 32-bit installs [18dc2aac] (Michael Grunder)
+ * Build warning fixes [b5093910, 51027044, 8b0f28cd] (Pavlo Yatsukhnenko, Remi Collet, twosee)
+
+ 4.2.0RC2:
+
* Fix incorrect arginfo for `Redis::sRem` and `Redis::multi` [25b043ce] (Pavlo Yatsukhnenko)
* Update STREAM API to handle STATUS -> BULK reply change [0b97ec37] (Michael Grunder)
* Treat a -1 response from cluster_check_response as a timeout. [27df9220, 07ef7f4e, d1172426] (Michael Grunder)
* Use a ZSET insted of SET for EVAL tests [2e412373] (Michael Grunder)
* Missing space between command and args [0af2a7fe] (@remicollet)
+
+ 4.2.0RC1:
+
+ * Streams API [2c9e0572] (Michael Grunder)
* Reset the socket after a timeout to make sure no wrong data is received [cd6ebc6d] (@marcdejonge)
* Modify session testing logic [bfd27471] (Michael Grunder)
* Allow '-' and '+' arguments and add tests for zLexCount and zRemRangeByLex [d4a08697] (Michael Grunder)
@@ -127,19 +141,33 @@ http://pear.php.net/dtd/package-2.0.xsd">
<changelog>
<release>
<stability><release>beta</release><api>beta</api></stability>
- <version><release>4.2.0RC2</release><api>4.2.0RC2</api></version>
- <date>2018-10-26</date>
+ <version><release>4.2.0RC3</release><api>4.2.0RC3</api></version>
+ <date>2018-11-08</date>
<notes>
- phpredis 4.2.0RC2
+ phpredis 4.2.0RC3
The main feature of this release is new Streams API implemented by Michael Grunder.
- * Streams API [2c9e0572] (Michael Grunder)
+ 4.2.0RC3:
+
+ * Optimize close method [2a1ef961] (fanjiapeng)
+ * Prevent potential infinite loop for sessions [4e2de158] (Pavlo Yatsukhnenko)
+ * Fix coverty warnings [6f7ddd27] (Pavlo Yatsukhnenko)
+ * Fix session memory leaks [071a1d54, 92f14b14] (Pavlo Yatsukhnenko, Michael Grunder)
+ * Fix XCLAIM on 32-bit installs [18dc2aac] (Michael Grunder)
+ * Build warning fixes [b5093910, 51027044, 8b0f28cd] (Pavlo Yatsukhnenko, Remi Collet, twosee)
+
+ 4.2.0RC2:
+
* Fix incorrect arginfo for `Redis::sRem` and `Redis::multi` [25b043ce] (Pavlo Yatsukhnenko)
* Update STREAM API to handle STATUS -> BULK reply change [0b97ec37] (Michael Grunder)
* Treat a -1 response from cluster_check_response as a timeout. [27df9220, 07ef7f4e, d1172426] (Michael Grunder)
* Use a ZSET insted of SET for EVAL tests [2e412373] (Michael Grunder)
* Missing space between command and args [0af2a7fe] (@remicollet)
+
+ 4.2.0RC1:
+
+ * Streams API [2c9e0572] (Michael Grunder)
* Reset the socket after a timeout to make sure no wrong data is received [cd6ebc6d] (@marcdejonge)
* Modify session testing logic [bfd27471] (Michael Grunder)
* Allow '-' and '+' arguments and add tests for zLexCount and zRemRangeByLex [d4a08697] (Michael Grunder)
@@ -287,10 +315,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
* Allow mixing MULTI and PIPELINE modes (experimental)! [5874b0] (Pavlo Yatsukhnenko)
- * Added integration for coverty static analysis and fixed several warnings
+ * Added integration for coverty static analysis and fixed several warnings
[faac8b0, eff7398, 4766c25, 0438ab4, 1e0b065, 733732a, 26eeda5, 735025, 42f1c9, af71d4] (Pavlo Yatsukhnenko)
- * Added arginfo inrospection structures [81a0303, d5609fc, e5660be, 3c60e1f, 50dcb15, 6c2c6fa,
- 212e323, e23be2c, 682593d, f8de702, 4ef3acd, f116be9, 5c111dd, 9caa029, 0d69650, 6859828, 024e593,
+ * Added arginfo inrospection structures [81a0303, d5609fc, e5660be, 3c60e1f, 50dcb15, 6c2c6fa,
+ 212e323, e23be2c, 682593d, f8de702, 4ef3acd, f116be9, 5c111dd, 9caa029, 0d69650, 6859828, 024e593,
3643ab6, f576fab, 122d41f, a09d0e6] (Tyson Andre, Pavlo Yatsukhnenko)
* Fixed link to redis cluster documentation [3b0b06] (Pavlo Yatsukhnenko)
* Remove unused PHP_RINIT and PHP_RSHUTDOWN functions [c760bf] (Pavlo Yatsukhnenko)