From 0fa09cd2e620a151cd8586304af9a1cc6cfa1ba1 Mon Sep 17 00:00:00 2001 From: Pavlo Yatsukhnenko Date: Wed, 1 Aug 2018 09:43:16 +0300 Subject: 4.1.1 --- package.xml | 43 +++++++++++++++++++++++++++---------------- php_redis.h | 2 +- 2 files changed, 28 insertions(+), 17 deletions(-) diff --git a/package.xml b/package.xml index 88bd6256..f0bd5d18 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 - 2018-07-10 + 2018-08-01 - 4.1.0 - 4.1.0 + 4.1.1 + 4.1.1 stable @@ -38,19 +38,14 @@ http://pear.php.net/dtd/package-2.0.xsd"> PHP - phpredis 4.1.0 - - The primary new feature of this release is session locking functionality. Thanks to @SkydiveMarius! - - * Add callbacks validate_sid and update_timestamp to session handler [aaaf0f23] (@hongboliu) - * Call cluster_disconnect before destroying cluster object. [28ec4322] (Pavlo Yatsukhnenko) - * Bulk strings can be zero length. (Michael Grunder) - * Handle async parameter for flushDb and flushAll [beb6e8f3,acd10409,742cdd05] (Pavlo Yatsukhnenko) - * Split INSTALL and add more instructions [43613d9e,80d2a917] (@remicollet, Pavlo Yatsukhnenko) - * Only the first arg of connect and pconnect is required [063b5c1a] (@mathroc) - * Add session locking functionality [300c7251] (@SkydiveMarius, Michael Grunder, Pavlo Yatsukhnenko) - * Fix compression in RedisCluster [1aed74b4] (Pavlo Yatsukhnenko) - * Refactor geo* commands + documentation improvements (Michael Grunder) + phpredis 4.1.1 + + This release contains only bugfixes and documentation improvements + + * Fix arginfo for Redis::set method [0c5e7f4d] (Pavlo Yatsukhnenko) + * Fix compression in RedisCluster [a53e1a34] (Pavlo Yatsukhnenko) + * Fix TravisCI builds [9bf32d30] (@jrchamp) + * Highlight php codes in documentation [c3b023b0] (@ackintosh) @@ -119,6 +114,22 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + stablestable + 4.1.14.1.1 + 2018-08-01 + + phpredis 4.1.1 + + This release contains only bugfixes and documentation improvements + + * Fix arginfo for Redis::set method [0c5e7f4d] (Pavlo Yatsukhnenko) + * Fix compression in RedisCluster [a53e1a34] (Pavlo Yatsukhnenko) + * Fix TravisCI builds [9bf32d30] (@jrchamp) + * Highlight php codes in documentation [c3b023b0] (@ackintosh) + + + stablestable 4.1.04.1.0 diff --git a/php_redis.h b/php_redis.h index b076e51b..2f1e6a27 100644 --- a/php_redis.h +++ b/php_redis.h @@ -25,7 +25,7 @@ #define PHP_REDIS_H /* phpredis version */ -#define PHP_REDIS_VERSION "develop" +#define PHP_REDIS_VERSION "4.1.1" PHP_METHOD(Redis, __construct); PHP_METHOD(Redis, __destruct); -- cgit v1.2.3