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>2017-10-14 22:33:22 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-10-14 22:33:35 +0300
commit0b7ac2bde89863b8a761383f6e30c32f2af2ccd6 (patch)
tree77472f320d82201ddd9cc89c858591d20e77e837 /package.xml
parent223899c3323461d8dfeb967ecdc6fc498958f608 (diff)
Sync package.xml and update PHP_REDIS_VERSION
Diffstat (limited to 'package.xml')
-rw-r--r--package.xml29
1 files changed, 12 insertions, 17 deletions
diff --git a/package.xml b/package.xml
index fad5f6c8..d5c3873f 100644
--- a/package.xml
+++ b/package.xml
@@ -27,30 +27,26 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>p.yatsukhnenko@gmail.com</email>
<active>yes</active>
</lead>
- <date>2017-08-31</date>
+ <date>2017-09-27</date>
<version>
- <release>3.1.4RC1</release>
- <api>3.1.4RC1</api>
+ <release>3.1.4</release>
+ <api>3.1.4</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 3.1.4RC1
+ phpredis 3.1.4
The primary new feature phpredis 3.1.4 is the ability to send MULTI .. EXEC blocks in pipeline mode. There are
also many bugfixes and minor improvements to the api, listed below:
- * Allow mixing MULTI and PIPELINE modes! [5874b0] (Pavlo Yatsukhnenko)
- * Let EXISTS take multiple keys [cccc39] (Michael Grunder)
+ * Allow mixing MULTI and PIPELINE modes (experimental)! [5874b0] (Pavlo Yatsukhnenko)
* 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,
- 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)
* Removed duplicate HGET in redis array hash table, formatting [d0b9c5] (Pavlo Yatsukhnenko)
@@ -124,17 +120,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
</extsrcrelease>
<changelog>
<release>
- <stability><release>beta</release><api>beta</api></stability>
- <version><release>3.1.4RC1</release><api>3.1.4RC1</api></version>
- <date>2017-08-31</date>
+ <stability><release>stable</release><api>stable</api></stability>
+ <version><release>3.1.4</release><api>3.1.4</api></version>
+ <date>2017-09-27</date>
<notes>
- phpredis 3.1.4RC1
+ phpredis 3.1.4
The primary new feature phpredis 3.1.4 is the ability to send MULTI .. EXEC blocks in pipeline mode. There are
also many bugfixes and minor improvements to the api, listed below:
- * Allow mixing MULTI and PIPELINE modes! [5874b0] (Pavlo Yatsukhnenko)
- * Let EXISTS take multiple keys [cccc39] (Michael Grunder)
+ * Allow mixing MULTI and PIPELINE modes (experimental)! [5874b0] (Pavlo Yatsukhnenko)
* Added integration for coverty static analysis and fixed several warnings
[faac8b0, eff7398, 4766c25, 0438ab4, 1e0b065, 733732a, 26eeda5, 735025, 42f1c9, af71d4] (Pavlo Yatsukhnenko)