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>2017-01-16 21:00:51 +0300
committermichael-grunder <michael.grunder@gmail.com>2017-01-16 21:00:51 +0300
commit6096b5e351a0baeae268b2dcfdc48014eda0fdff (patch)
tree69d69c1e5a6ed6730454fce027fd89d16011d612
parent12a333534f411a22f817ea21dec4fb45861fbeb8 (diff)
Ready 3.1.1.RC2
-rw-r--r--package.xml87
1 files changed, 62 insertions, 25 deletions
diff --git a/package.xml b/package.xml
index db039594..5850a963 100644
--- a/package.xml
+++ b/package.xml
@@ -27,37 +27,41 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>p.yatsukhnenko@gmail.com</email>
<active>yes</active>
</lead>
- <date>2016-12-14</date>
+ <date>2017-01-16</date>
<version>
- <release>3.1.0</release>
- <api>3.1.0</api>
+ <release>3.1.1RC2</release>
+ <api>3.1.1RC2</api>
</version>
<stability>
- <release>stable</release>
- <api>stable</api>
+ <release>beta</release>
+ <api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- phpredis 3.1.0
-
- In this version of phpredis codebase was unified to work with all versions of php \o/
- Also many bug fixes and some improvements has been made.
-
- --- Improvements ---
-
- * Support the client to Redis Cluster just having one master (andyli) [892e5646]
- * Allow both long and strings that are longs for zrangebyscore offset/limit (Michael Grunder) [bdcdd2aa]
- * Process NX|XX, CH and INCR options in zAdd command (Pavlo Yatsukhnenko) [71c9f7c8]
-
- --- Fixes ---
-
- * Fix incrby/decrby for large integers (Michael Grunder) [3a12758a]
- * Use static declarations for spl_ce_RuntimeException decl (Jeremy Mikola) [a9857d69]
- * Fixed method call problem causes session handler to display two times (ZiHang Gao) [24f86c49]
- * psetex method returns '+OK' on success, not true (sitri@ndxbn) [afcd8445]
- * Fix integer overflow for long (>32bit) increments in hIncrBy (iyesin) [58e1d799]
- * Move zend_object handler to the end (Michael Grunder) [34107966]
- * Using setOption on redis array causes immediate connection (Pavlo Yatsukhnenko) [f1a85b38]
+ phpredis 3.1.1RC2
+
+ * Additional test updates for 32 bit systems (@remicollet)
+ * ARM rounding issue in tests (@remicollet)
+ * Use new zend_list_close instead of zend_list_delete when reconnecting.
+ * Refactoring of redis_boolean_response_impl and redis_sock_write (@yatsukhnenko)
+
+ phpredis 3.1.1.RC1
+
+ This release contains mostly fixes for issues introduced when merging
+ the php 5 and 7 codebase into a single branch.
+
+ * Fixed a segfault in igbinary serialization (@yatsukhnenko)
+ * Restore 2.2.8/3.0.0 functionality to distinguish between an error
+ and simply empty session data. (@remicollet)
+ * Fix double to string conversion function (@yatsukhnenko)
+ * Use PHP_FE_END definition when available (@remicollet)
+ * Fixed various 'static function declared but not used' warnings
+ * Fixes to various calls which were typecasting pointers to the
+ wrong size. (@remicollet)
+
+ * Added php session unit test (@yatsukhnenko)
+ * Added explicit module dependancy for igbinary (@remicollet)
+ * Added phpinfo serialization information (@remicollet)
</notes>
<contents>
<dir name="/">
@@ -112,6 +116,39 @@ http://pear.php.net/dtd/package-2.0.xsd">
<extsrcrelease/>
<changelog>
<release>
+ <stability><release>beta</release><api>beta</api></stability>
+ <version><release>3.1.1RC2</release><api>3.1.1RC2</api></version>
+ <date>2017-01-16</date>
+ <notes>
+
+ phpredis 3.1.1RC2
+
+ * Additional test updates for 32 bit systems (@remicollet)
+ * ARM rounding issue in tests (@remicollet)
+ * Use new zend_list_close instead of zend_list_delete when reconnecting.
+ * Refactoring of redis_boolean_response_impl and redis_sock_write (@yatsukhnenko)
+
+ phpredis 3.1.1.RC1
+
+ This release contains mostly fixes for issues introduced when merging
+ the php 5 and 7 codebase into a single branch.
+
+ * Fixed a segfault in igbinary serialization (@yatsukhnenko)
+ * Restore 2.2.8/3.0.0 functionality to distinguish between an error
+ and simply empty session data. (@remicollet)
+ * Fix double to string conversion function (@yatsukhnenko)
+ * Use PHP_FE_END definition when available (@remicollet)
+ * Fixed various 'static function declared but not used' warnings
+ * Fixes to various calls which were typecasting pointers to the
+ wrong size. (@remicollet)
+
+ * Added php session unit test (@yatsukhnenko)
+ * Added explicit module dependancy for igbinary (@remicollet)
+ * Added phpinfo serialization information (@remicollet)
+ </notes>
+ </release>
+
+ <release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>3.1.0</release><api>3.1.0</api></version>
<date>2016-12-14</date>