From e88721834f65bbf444fc04405c5431c50b7022e7 Mon Sep 17 00:00:00 2001 From: Pavlo Yatsukhnenko Date: Tue, 27 Jun 2017 13:43:25 +0300 Subject: 3.1.3RC2 --- package.xml | 16 +++++++++------- php_redis.h | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package.xml b/package.xml index 6a0707e8..4628b3fd 100644 --- a/package.xml +++ b/package.xml @@ -27,10 +27,10 @@ http://pear.php.net/dtd/package-2.0.xsd"> p.yatsukhnenko@gmail.com yes - 2017-06-01 + 2017-06-27 - 3.1.3RC1 - 3.1.3RC1 + 3.1.3RC2 + 3.1.3RC2 beta @@ -38,7 +38,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> PHP - phpredis 3.1.3RC1 + phpredis 3.1.3RC2 This release contains two big improvements: 1. Adding a new printf like command construction function with additionaly format specifiers specific to phpredis. @@ -62,6 +62,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> * Fix Redis/RedisArray segfaults [be5c1f, 635c3a, 1f8dde, 43e1e0] (Pavlo Yatsukhnenko) * Fix memory leak and potential segfault [aa6ff7, 88efaa] (Michael Grunder) * Throw exception for all non recoverable errors [e37239] (Pavlo Yatsukhnenko) + * Assume "NULL bulk" reply as success (empty session data) [4a81e1] (Pavlo Yatsukhnenko) * Increase read buffers size [520e06] (Pavlo Yatsukhnenko) * Better documentation [f0c25a, c5991f, 9ec9ae] (Michael Grunder) * Better TravisCI integration [e37c08] (Pavlo Yatsukhnenko) @@ -123,10 +124,10 @@ http://pear.php.net/dtd/package-2.0.xsd"> betabeta - 3.1.3RC13.1.3RC1 - 2017-06-01 + 3.1.3RC23.1.3RC2 + 2017-06-27 - phpredis 3.1.3RC1 + phpredis 3.1.3RC2 This release contains two big improvements: 1. Adding a new printf like command construction function with additionaly format specifiers specific to phpredis. @@ -150,6 +151,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> * Fix Redis/RedisArray segfaults [be5c1f, 635c3a, 1f8dde, 43e1e0] (Pavlo Yatsukhnenko) * Fix memory leak and potential segfault [aa6ff7, 88efaa] (Michael Grunder) * Throw exception for all non recoverable errors [e37239] (Pavlo Yatsukhnenko) + * Assume "NULL bulk" reply as success (empty session data) [4a81e1] (Pavlo Yatsukhnenko) * Increase read buffers size [520e06] (Pavlo Yatsukhnenko) * Better documentation [f0c25a, c5991f, 9ec9ae] (Michael Grunder) * Better TravisCI integration [e37c08] (Pavlo Yatsukhnenko) diff --git a/php_redis.h b/php_redis.h index 0a49e04f..c2bdc7c1 100644 --- a/php_redis.h +++ b/php_redis.h @@ -25,7 +25,7 @@ #define PHP_REDIS_H /* phpredis version */ -#define PHP_REDIS_VERSION "3.1.3RC1" +#define PHP_REDIS_VERSION "3.1.3RC2" PHP_METHOD(Redis, __construct); PHP_METHOD(Redis, __destruct); -- cgit v1.2.3